Sigurd Ljødal

Results 65 comments of Sigurd Ljødal

I tried to set everything up locally, but I got some kind of json decode error when installing some of the dev dependencies (left my laptop at the office, so...

I'm unable to get `pyre` working locally. As mentioned I'm on an M1 Mac and there seems to be a bunch of problems with the project setup for that architecture....

Yeah, my entire tool chain is native arm64. Doing `pip install maturin` works fine, so maybe it’s trying to use an old version without arm64 wheels when I install from...

I'm not really familiar with either protobuf or the open telemetry libraries, but it seems like Google themselves has started moving their libraries over to use protobuf 4. At least...

I’m seeing the exact same thing. Seem like the same issue as reported in https://github.com/django/channels_redis/issues/312

I'm pretty sure the issue we have is very similar to what's reported above. We do this `async_to_sync(channel_layer.group_send)(group_name, channel_layer_payload)` from a sync gunicorn worker and I think that's where this...

I’m coming to this from a position of having written a flake8 plugin for a very specific need at work, and as part of a larger project. This is not...

> I think most of those "custom" plugins / checks could be built atop something like [`ast-grep`](https://ast-grep.github.io/), but more complex checks (like rewriting absolute and relative imports) would be limited...

Just adding my few cents here: > * If there are blockers preventing a release, please communicate these blockers very explicitly so they can be easily found. Maybe a certain...

Would it make sense to maintain separate branches for older versions, so if someone's willing to fix something in an older version they can submit a PR against that (possibly...