FAP
FAP
> Oh, boy. That's egg on my face. You're 100% correct on the prereqs. All good, I looked it up in the docs because I wasn't sure myself :) >...
If we find a solution we should also fix it for the common-lisp track, which has the same job and issue: https://github.com/exercism/common-lisp/blob/c35edf8095e87c64b9c2f22ea08a2da7024a3411/.github/workflows/configlet-sync.yml
> Same error here. It seems to be triggered easily when using the "update_existing: true" parameter, so the search/issues endpoint is the one affected by the secondary rate limit. https://github.com/JasonEtco/create-an-issue/issues/142#issuecomment-2066826259...
There is a spec conforming way to define `h7` for screen readers, but I don't know how many of them actually handle that as intended: https://www.w3.org/TR/WCAG20-TECHS/ARIA12.html#ARIA12-ex2
If you're already on Emacs 30 you can install the branch via use-package: ```elisp (use-package turbo-log :vc (:url "https://github.com/artawower/turbo-log.el" :branch "feat/treesit-migration" :rev "latest")) ``` Thanks for the work!
Would love to see this getting merged and having a public API. There is already a great blog post about using eros to show edebug results, using `eros--make-result-overlay`: https://xenodium.com/inline-previous-result-and-why-you-should-edebug/
CryptPad also offers editing of Office file formats based on OnlyOffice. They seem to have taken a different route with the integration by forking the OnlyOffice frontend. [They don't make...
Not sure if system dependent newlines are too much information for this concept? I've looked at how other tracks are testing multi-line strings. Elixir uses [highschool sweetheart](https://exercism.org/tracks/elixir/exercises/high-school-sweetheart), which asks you...