Florian Sesser
Florian Sesser
Hi Eddie! I've implemented IPMP for Click, and would like to have it published. I figured the most fitting place could be the Click packages repository - please drop me...
I was getting confused and not finding the actual tutorial. This change adds a link to tutorial in the "The tutorial" section of the Get-Started page.
We run lektor from GitLab CI/CD. It would be really nice if a failing (sass compile /) webpack build would bubble up to lektor to make it return 1 instead...
Trying to send for the first time on my Windows 11 laptop gave me, as it should, a big "Do you want to allow this network access..." dialogue from the...
Copy-pasted from https://whetstone.private.storage/privatestorage/privatestoragedesktop/-/issues/761#note_27299. Moved from https://github.com/gridsync/gridsync/pull/604.
I just installed Obelisk (and nix) fresh on a Mac. `ob init` runs fine, but `ob run` fails with this not very informative message: ``` ./.obelisk/impl: command not cached, building...
Google Firebase is not very FLOSS - See for example the [F-Droid Inclusion Policy](https://f-droid.org/docs/Inclusion_Policy/) which explicitly states: > - We cannot build apps using proprietary tracking/analytic dependencies like Crashlytics and...
[`header_to_token()`](https://github.com/cloudflare/privacypass-ts/blob/bcfde82357cde782db792602d02a19f545ca44f1/src/index.ts#L57) is a very nice high-level API for turning a `WWW-Authenticate` header (a Token Request) into an `Authorization` header (a Token). Unfortunately, currently it's broken: It encodes the header that...
An additional 'e' slipped into the error message for blinded messages of the wrong size.
Thank you for this project, I love it! Why are security handlers run after validation? https://github.com/seriousme/fastify-openapi-glue/blob/e7691f81dc989744fc8ffdbc8ae3908cf557558d/index.js#L112 adds the securityHandlers to the `preHandler`, but wouldn't it make more sense to add...