Glenn 'devalias' Grant
Glenn 'devalias' Grant
Hey @jehna, was wondering if you were open to potentially having me join the `humanify` project as a more 'official' collaborator? Totally understandable if you'd prefer not, but I was...
This test has started failing in `main` since this PR bumping `node-llama-cpp` was auto-merged: - https://github.com/jehna/humanify/pull/382 - https://github.com/jehna/humanify/pull/382#issuecomment-2760104898 ```shell ✖ failing tests: test at src/test/local.e2etest.ts:1:468 ✖ Unminifies an example file...
The previous automerge action runs on `pull_request`, and polls/sleeps until checks have been completed. This refactored version instead runs on `check_suite` `completed`. Note: I haven't fully tested this, so I'm...
- https://platform.openai.com/docs/guides/flex-processing - > Flex processing provides significantly lower costs for [Chat Completions](https://platform.openai.com/docs/api-reference/chat) or [Responses](https://platform.openai.com/docs/api-reference/responses) requests in exchange for slower response times and occasional resource unavailability. It is ideal for...
Sentry has a feature that allows it to annotate built React components with the component name and source filename it was built from, to help provide better error logs. If...
- https://bsky.social/about/blog/4-28-2023-domain-handle-tutorial#:~:text=How%20can%20I%20set%20and%20manage%20multiple%20subdomain%20handles%3F - > Instead of using DNS TXT records, you can return each account's DID from the route `https://${handle}/.well-known/atproto-did`. The expected payload is a DID (such as `did:plc:abcdef...`) with...
The README links to a demo: - https://github.com/davidmarkclements/0x#demo - https://davidmarkclements.github.io/0x-demo/ But that link seems to 404.
**What is the feature you'd like to have?** Currently, in the binary I am looking at, there are a number of string operations that are treated as raw hex numbers...
It would be cool if `restish` supported automatic pagination strategies for URL params such as `page` + `count` (or `rows`, etc) alongside its existing hypermedia pagination features: - https://rest.sh/#/hypermedia?id=automatic-pagination I've...
### Code of Conduct - [x] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? As per this comment...