Drew Hess
Drew Hess
@buroa Possibly you're already aware of this, but if you're using CIlium and its BGP control plane, you can do this today. Here's the manifest I apply to accomplish this,...
Yes, I’ve seen https://github.com/kubebn/talos-proxmox-kaas and it even uses Sidero and CAPI, it’s just not clear to me how it works with the Proxmox CCM as well :)
I haven't used this package in awhile, but @georgefst just informed me that recent Linux kernels don't have `sysfs` GPIO support anymore, so I guess I'd better get around to...
This issue is unfortunately fairly common, in my brief experience so far with `npmlock2nix`. The really bad bit is that it can hit you out of the blue when you...
On that note, I'm not sure whether this is the same issue or not, but if you try to set up Tailwind CSS for use with a `create-react-app` app [as...
FYI, I have yet to encounter this with https://github.com/serokell/nix-npm-buildpackage (*edit* not with `npm` v6, anyway; see my later comment below).
> Unfortunately, I _have_ encountered this issue with [nix-npm-buildpackage](https://github.com/serokell/nix-npm-buildpackage), at least using NPM v7. Yes, I have as well with `npm` v7, but not with `npm` v6.
> good news : ) should be fixed in [#93 (comment)](https://github.com/nix-community/npmlock2nix/pull/93#issuecomment-911851957) I tried your branch here: https://github.com/milahu/npmlock2nix/commit/3970a1b8bac6f3bd93913969c88bdc3966576cdf I don't get `ENOTCACHED` anymore, but I do get this failure when trying...
> maybe thats too silent. can you test [d0c89d1](https://github.com/nix-community/npmlock2nix/commit/d0c89d13f3213ffc4fe5bc275cc5b24daa67c9cc)? Sorry, no luck — back to `ENOTCACHED`: ``` nix-build -A packages.x86_64-darwin.frontend ~/git/primer-frontend-web warning: Git tree '/Users/dhess/git/primer-frontend-web' is dirty these 2...
> can you share your package.json and package-lock.json files? Not for that particular project, but here's the one it's based on, where I first encountered this issue. With https://github.com/milahu/npmlock2nix/commit/3970a1b8bac6f3bd93913969c88bdc3966576cdf (and...