Giter Club home page Giter Club logo

Comments (11)

monfresh avatar monfresh commented on May 17, 2024

I bet we can probably get rid of it and use the official gem instead. @amoose do you recall what the aria-invalid branch was all about?

from identity-idp.

greggersh avatar greggersh commented on May 17, 2024

I replaced it with just:

gem 'simple_form'

and things basically worked fine.

from identity-idp.

amoose avatar amoose commented on May 17, 2024

😕 That is weird.

@monfresh Yes, it was 508-compliance. It adds aria-invalid attribute to fields with errors.

from identity-idp.

amoose avatar amoose commented on May 17, 2024

I just cloned my repo without issue ¯_(ツ)_/¯

We can switch to official simple_form gem for now, but I wanted to submit a 508-compliant or now a USDSWDS+508-compliant strategy for simple_form

from identity-idp.

amoose avatar amoose commented on May 17, 2024

what version of git are you running @greggersh?

from identity-idp.

greggersh avatar greggersh commented on May 17, 2024

It was 2.6.4/Apple Git, I just upgraded to 2.8.1 via homebrew, which did not fix it.

from identity-idp.

monfresh avatar monfresh commented on May 17, 2024

Greg, try running the laptop script.

from identity-idp.

greggersh avatar greggersh commented on May 17, 2024

@monfresh hmm, I'm probably not going to do that, and I don't think that should be a pre-req for getting an open source project running. I'm sure it's an awesome script, though. ;)

I've done some research and I think this is related to settings in my .gitconfig file related to vulnerability that came out earlier this year (January, I think?).

from identity-idp.

greggersh avatar greggersh commented on May 17, 2024

Yeah, that did it. I had to set the following in my ~/.gitconfig file:

[transfer]
        fsckobjects = false
[fetch]
        fsckobjects = false
[receive]
        fsckObjects = false

(they had previously been set to true because of some vulnerability, which I can't find right now)

If I understand this correctly, the only solution I've found is to do a massive recopy of the repo, which will change all the git shas and basically destroy any connection between @amoose's fork and the base simple_form repo (so, not something to do willy-nilly).

from identity-idp.

greggersh avatar greggersh commented on May 17, 2024

Here's a related thread: ohmyzsh/ohmyzsh#4963

from identity-idp.

amoose avatar amoose commented on May 17, 2024

Thanks for that info, @greggersh. We will point to the latest gem and toss my fork. This feature is small and can be easily integrated in to the latest version. I will create an issue to update the gem. 😎

More information about fsckObjects:

from identity-idp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.