Raphael Gaschignard

Results 177 comments of Raphael Gaschignard

the test failure seems to be unrelated? I don't know how to retrigger a build for this kind of thing though ``` ---- commands::network::http::get::http_get_self_signed_override stdout ---- === stderr Error: nu::shell::network_failure...

Reported this [to nodejs](https://github.com/nodejs/node/issues/51238) as well, hopeful that there might be a bit of insight into what's going on. This _might_ be a linux-only issue though.

sample execution ``` rtpg@HOSTNAME ‹ main ●● › : ~/proj/break [1] % npm run dev1 > dev1 > ./call_nodemon.js dev_busted ^C rtpg@HOSTNAME ‹ main ●● › : ~/proj/break [130] %...

I believe this to still be an issue, though I personally have a workaround of passing in /dev/null as stdin to nodemon as a workaround

#680 is as similar issue, I think this is a pretty common question. It's not _super_ easy to do, but I think we could write a model manager method for...

It might make sense to have (for example) a management task that does this. Though To be honest this is very dependent on the use case (for example you might...

#111 is related

I feel like we probably need to add some vendiagram in the docs to all of this to make it clearer for people in general what's needed ends up being...

looking at this now (after many extra years), I think it might be possible for us to solve this. Django's ORM has made many strides, though the query itself might...