Cameron Eldridge
Cameron Eldridge
Here's one: https://github.com/foxfriends/mdsvex-test. Without a `parcel-plugin-mdsvex` or similar, it requires some manual configuration of the bundler. `package-forked.json` points to my forked mdsvex, and compiles as expected, but with the default...
Hahah good catch it is public now. Still getting used to the github CLI :joy:
I find the *least*-intuitive part of the current system is that inventory, pricing, and SKU can all vary independently on the variation properties... It kind of makes sense for the...
I took a brief look into what it would take to build the client credentials flow, and ran into one main roadblock that the `Issuer::issue` requires a `Grant` (and the...
Ah thank you for the explanation, this makes sense. I will try again with that in mind!
> Allow using a build-time env var to dictate where tree-sitter parsers should be loaded from This sounds like a great idea, unrelated to Nix at all. Even a runtime...
Have implemented some of your suggestions in 3.7.0: * There is a new command line argument `-c/--config` which allows specifying the directory in which to find configuration files. Would be...
Yes I think if the tree sitter binaries are compiled the way syncat needs them, it will work... if nix is already generating that file (just with a different name/location)...
Maybe can copy the release workflow from [someone else's project](https://github.com/austinjones/tab-rs/blob/main/.github/workflows/release.yml)
I have no plan to do this currently. You're welcome to try :)