Nathan Merritt

Results 7 comments of Nathan Merritt

Try `$ debuild --no-sign`. I'll have a PR up in a couple that fixes the other issues I hit building on my raspi 4 (`cat /etc/debian_version` says `10.5`)

Ok cool. Definitely won't be 100% coverage and I won't add any coverage-based checks to the workflows. I'm hoping to get a chance to work on this in the next...

Finally got started on this last week! Made some good progress but still need to figure out how best to collect types for the TaskManager threads (since monkey type only...

Ok, so I gave this a shot on two different hosts that are intermittently logging the errors ## Setup ```bash $ cat filter.bpf dst port 47808 && dst host 10.3.31.243...

thanks @zoopp - I'll give that a try

I know this is an old issue, but it's resolvable (no more log spam) with something like the following: ``` from pyramid.exceptions import URLDecodeError from pyramid.view import exception_view_config @exception_view_config(context=URLDecodeError, renderer='json')...

Updated when I moved from my sandbox to the real slack I was targetting - finding user ids by going through lists breaks if slack paginates the response so I...