Jaap Broekhuizen
Jaap Broekhuizen
I think it would be interesting to see which fund managers vote in a more sustainable direction. Just ESG exclusions don't give the entire picture, IMHO.
For example this happens now: ``` mshertzberg@forge ~/Git/cast (master*) $ cast status ▶ Simon Draws: Rabbits by None from None via YouTube, 0:0 of 3:1 ```
Would be nice if I could just do `npm install bootstrap-clockpicker`. You need to add a "main" entry to the package.json that points to the bootstrap-clockpicker source, and then use...
In examples dir in the ava repo, TestInterface is still used, even though it's now called TestFn --- @novemberborn: in fact all examples are using AVA 3 and need updating:...
I'm trying to upgrade to mypy==0.740 which now apparently has a new semantic analyzer. It seems to trigger a lot of errors that weren't there using 0.710. The mypy docs...
I am trying to use this in combination with flask-sqlalchemy, but I have noticed that after each request, a connection will stay open when I use the GeventWebSocket. This connection...
It would be nice if I could do something with the incoming HTTP request, before the actual uwsgi handshake is done (in https://github.com/zeekay/flask-uwsgi-websocket/blob/master/flask_uwsgi_websocket/websocket.py#L57). This way I can include authentication HTTP...
We should make explicit that uModbus from now on only support python 3.
For tools like caniusepython3.com it would be neat if you'd add classifiers to your python package so we can check if there is python 3 support.
### Describe the bug SQLAlchemy 2.0.3 has been released, and currently it's impossible to have both jupyter-cache and SQLAlchemy 2 as dependencies for a project, as jupyter-cache pins sqlalchemy to...