Astro

Results 181 comments of Astro

Do you **really** need this?

Yes, I'd prefer one dependency less in flake.lock for the case where flakes are not used :)

Let me know if you encounter problems because if the other way becomes too many lines of code we should resort to the flake-compat solution.

I don't think I'll ever be able to deliver all trending posts with the current approach of only caching content on demand. - Returning empty results on my side is...

Wow, that's immense but really cool. Thank you! I am going to test this a bit. My main worry is about legacy OpenWrt releases because I still run 4 MB...

In our setup I have the following: ```nix files = pkgs.runCommandNoCC "image-files" {} '' mkdir -p $out/etc/uci-defaults cat > $out/etc/uci-defaults/99-zentralwerk

Though I got rid of naersk, I am failing to build with `pkgsCross.musl64.pkgsStatic`. Cross-building deadnix from nixpkgs works, however. Would you like me to switch deadnix-action to that?

Or, just `src = self;`? How can I reproduce that warning?

I agree that this behavior seems inconsistent. The LambdaArg case however is a bit special because it cannot be removed entirely. Renaming them to `_` makes code less self-explanatory. I'd...