Jon Frisby
Jon Frisby
``` ✔ "mrjoy" on reddit failed: 403 Blocked (code=240) [cached 2024-06-05 13:23:28 PDT] ``` Yes. Reddit is blocking Keybase.
That's our workaround. I'm fine with it being an unsupported use-case, but it seems like it should at least prompt a warning indicating that the user has erred, and not...
To add to this: The cop identified the following as something that could be removed, resulting in a semantic change that broke some specs for me: ```ruby sequence(:id) { |n|...
This also impacts static precompilation with Next.JS.
@20x-dz My workaround has been to forcibly pin relevant deps to older versions until the issue is resolved. ```json "resolutions": { "flowbite-datepicker": "1.2.6", "flowbite": "2.3.0" }, ```
@BuonOmo I'll consult with my teammate who authored the changes and see what we can come up with!