Nick ODell

Results 39 comments of Nick ODell

Thanks @Bnaya, that fixed my problem. If you're impatient like me, you can add this fix by editing the file `node_modules/react-scripts/config/webpack.config.js`, and pasting this after the line `performance: false,`. ```...

It strikes me that there are two feature requests being discussed here, and the second is much more ambitious than the first: 1. Don't run the user's process as root....

Thanks @haampie! Looking around on the net, I found a [Python implementation](https://github.com/shubham1172/unshare) ​of bindings to the unshare(2) syscall. It's surprisingly simple, with only 50 lines of source code. On a...

>True, but MacOS and Linux behaves in similar (or I'm not aware of differences) and windows isn't supported. How do git do that? But maybe (not windows user here) wsl...

@checktheroads It seems to me that if you made the default None, then that would be backwards compatible with the current behavior. (i.e. if someone has a server which takes...

> PS: something appears to be wrong with CircleCI, I see the tests are failing on this commit due to `ImportError` at `from coverage.report import Reporter` in the test process....

I wrote a similar patch, in issue https://github.com/gboeing/osmnx/issues/755, but unfortunately I didn't have time to fully test it. The OSMnx author was concerned that the query might not be a...

@derinwalters That would be great.

Interesting, I'll have to try that out. I'll report back if I get around to it. On Tue, Nov 9, 2021, 6:26 PM Elijah Newren ***@***.***> wrote: > I'm facing...

> The reason I'm so sure that this is a Django-Q issue is that whenever I stop the qcluster, it releases all memory right away and the problem goes away....