Aarni Koskela

Results 332 comments of Aarni Koskela

Thank you for the appreciation and sorry it's taken a while to get back to this. I wonder if there should be other upstream headers that should be deduplicated by...

You could just host a Snakeware-specific PyPI server; then you can simply use `pip` to install stuff from it.

You can use [`npx react-codemod manual-bind-to-arrow app.js`](https://github.com/reactjs/react-codemod) on the decaffeinated code for the time being :)

Seeing the same issue with a ``` .... ``` configuration in a navbar. Fixed with ``` const renderOverlay = (props) => ( // See https://github.com/react-bootstrap/react-bootstrap/issues/6010 for why position: absolute is...

If the crux of the issue is xplat compilation of `openssl`, and seeing as openssl is only required for RSA generation according to https://github.com/rs-ipfs/rust-ipfs/blob/ad4601a37db61446a705b4399152963512ea2e0c/http/Cargo.toml#L21-L22 how about something like the `ring`...

#718 dropped support for Python 2 altogether, so real type hints could now be added.

> > Maybe multiprocess should use PID + UUID generated on worker rather than just PID for file names? > > That's a new idea, which could avoid the problems...

This seems like `'voltron/plugins/api'` has ended up in the Python interpreter's `sys.path`, so all absolute imports end up being imported from there. However, looking at the other imports in the...

Yeah, ``` /Users/kon/Library/Python/3.8/lib/python/site-packages/voltron' ``` should absolutely *not* be on `sys.path` by itself. It's enough that `site-packages` is, since that will allow you to `import voltron...` or `from voltron... import ...`,...

For one, I don't think that linked segment in voltron/entry.py should be there at all in 2022, since it's all just Python 2.7 fluff. What if you do `command script...