Andre C

Results 25 comments of Andre C

> I'd suggest that this warning should be changed to an error, this would explicitly stop the build process, requiring developer to fix I'd agree with this change. I saw...

I'm seeing this as well but only when building a node project with docker.

A workaround that worked in my case was to use a nested iframe. Then even with a reload on navigation on that page would only happen in the nested iframe....

@endanke I'd like to see the changes you've made to the wrapper repository. Do you have a branch on your fork?

I didn't add a follows attribute to attic, it's just defined as follow: ``` attic.url = "github:zhaofengli/attic/6eabc3f02fae3683bffab483e614bebfcd476b21"; ``` The revision is just the latest commit. I've tried without the rev...

I updated nixpkgs: ``` nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; ``` and it's working now. Is this expected? I didn't use nixpkgs.follows for this input.

Yes I actually had this issue yesterday. I self hosted this project: https://github.com/twentyhq/twenty using docker containers. and then i pulled down down the secrets with `bws secret list --output env`...

I'd love to see this too!

It would be amazing if at the same time it could be resolved on remove servers as well. as mentioned here: https://github.com/jetify-com/devbox/issues/1781#issuecomment-2038136742

Work around on remote environments: https://github.com/jetify-com/devbox/issues/1781#issuecomment-2395511275