ento

Results 31 comments of ento

I believe I'm facing the same problem. Here's a fiddle: http://jsfiddle.net/ZRHdA/3/ (rivets.js is loaded from the HEAD of master at [rawgithub.com](https://rawgithub.com/mikeric/rivets/master/dist/rivets.js)) @mikeric any chance this issue will be addressed in...

@hlolli I'm using the same verison/sha and it still reproduces for me. It's possible your case is covered by [this fix for another issue about the ENOTCACHED error](https://github.com/svanderburg/node2nix/issues/106#issuecomment-442952578), which isn't...

Yes, confirmed that it still happens with v1.20.14 and v2.3.1. v1.20.14 https://replit.com/@ento/FlawedHarmfulOperation ![image](https://github.com/DataDog/dd-trace-py/assets/21108/de061890-0524-47cf-9ad7-fb1f198d23e1) v2.3.1 https://replit.com/@ento/FlawedHarmfulOperation-ddtracev2 ![image](https://github.com/DataDog/dd-trace-py/assets/21108/d83b5f7e-4576-498d-a52f-9fed6771df7b)

I encountered the same error message when trying to use `devenv container run`, and still saw the same error after updating Nix to 2.22.0 (which I think includes Atry's fix...

Ohh. v2.22.0. ```sh $ nix store ping warning: 'nix store ping' is a deprecated alias for 'nix store info' Store URL: local Version: 2.22.0 Trusted: 1 ``` This gave me...

Is there a good way of clearning just the paths that'd need to be cleared? If not, I'll be happy to clear the entire store, but it'd be useful for...

Thanks! I appreciate how mocket is well-maintained.

npm might be the better choice, since I imagine a lot of people using Elm already have some npm packages set up in their project. We have one dependency to...