James Stidard
James Stidard
The Python Console in PyCharm can also have environment variables set. Is it possible to also support the Python Console loading variables from .env files on load? Thanks.
I was looking at writing a rust extension and was wondering how I'd go about making the rust call awaitable from the asyncio async/await. Is that something that is supported...
Hi, Python doesn't scope variables from a for loop, which I don't think I've ever intentionally used as a language feature, and has only been a source of bugs for...
One of the common mistakes I can make is to miss out a comma in collections of literal strings, resulting in the strings being concatenated. ``` my_list = ["a", "b",...
Hi, I've been playing around with graphql in [this](https://github.com/jamesstidard/Dixtionary-Server) little test server. It's the server side implementation for a pictionary type game. I've managed to get queries, mutations and subscriptions...
Hi, I'm experiencing inconsistent state on reading a recently written to file from a separate container on another node. Initially, I thought this was a race condition in my codebase,...
Hi, I might be having a slow day, but I've been unable to get this plugin to render. I think I might be missing something. would someone be able to...
#### Summary The cluster I'm managing has gone into a bad state where pods are not being scheduled or terminated (un-forcibly). Kubernetes provides no Events pointing me to problems, and...
Hi, I'm a little unsure the best place to put this, as I'm using `py2exe` and `nsis` to freeze and install a project. I'm not to sure which side of...
Hi, I initially posted this on [OCA/OpenUpgrade](https://github.com/OCA/OpenUpgrade), but it was [closed and suggested I ask for help here](https://github.com/OCA/OpenUpgrade/issues/3676). I'm trying to migrate my `odoo:14` over to `odoo:15` using `https://github.com/OCA/OpenUpgrade`. Hopefully...