UseTheFork
UseTheFork
> Super. Let's park any new features for now. I really want to ship this and use it as the base going forward. Great work Agreed! I will make a...
@pdphilip Yea, this all makes sense to me, and I thought about doing something similar. I think your approach works well. What other tests do we need before this can...
@pdphilip Is there a reason you removed: ``` if ($refresh) { $params['refresh'] = $refresh; } ``` With out it it never waits for a refresh so it ends up failing...
> Go for it with that back in it's working perfect! I am going to add a test to make sure it's returning a ElasticCollection and after that I think...
@pdphilip This is ready for you!
@domenkozar This is the treefmt-nix. Once this and my other PR are in I will raise a PR for the Just runner. That one touches a lot more stuff and...
Wouldn't it be easier and more robust to use something like Reflex (https://github.com/cespare/reflex)? You could create Nix options to watch specific files, integrate them into a writeShellScriptBin, and execute it...
> This needs a rename for the nixos option and redirect for the docs url So I was going to ask you about this. I didn't want it to be...
@77media-creations In case you are still stuck on this the solution for me was to modify the code like this: ```php ->setRequestModifier(function (Request $request) { if ($request instanceof GetClientCredentialsTokenRequest) {...
@steve8708 So there is nothing "new" for you to maintain. NixOS is 100% declarative, meaning everything is compartmentalized, and there isn't a "global" Node.js package. Nix will build everything individually...