finwo

Results 9 comments of finwo

Same thing when running on `linux arm64 LE` (docker on m1 mac)

After checking, I've found no way yet within the github api to receive the sponsor list for a repository or user.

Another note to self There's a multiple routes this can take: - Without repository in package.json - See if there's a `.github/FUNDING.yml` in the package (for when they don't .npmignore...

@NoNameProvided Is there any update on the next release?

I eventually abandoned the library in favor of writing my own.

I could reproduce the abort trap in C as well, with different behavior depending on whether or not the main thread calls `pthread_exit`. Note: Feel free to boot this into...

What's wrong with what ndjson is trying to implement? Their current standard is `application/x-ndjson`, which will likely move to `application/ndjson` in the future when there's more adoption. https://bugzilla.mozilla.org/show_bug.cgi?id=1603986

@shoenig Just tested if adding a `df` binary worked. When using the `df` binary from [ubase](https://git.suckless.org/ubase/), the error remained. Using the `df` binary from my host system (void linux), nomad...

Is someone internally already working on it or should I give it a go with statfs/statx?