Gerlof Fokkema

Results 8 issues of Gerlof Fokkema

Besides match case, python 3.9 alpha6 / 3.10 also added parenthesized imports and context-managers. Parenthesized imports works no problem in jedi, but parenthesized context managers lead to a syntax error:...

Hi there! I wanted to experiment with CUDA Graphs a bit to get a feel for the performance differences between blocking, async and graph execution. See: * https://developer.nvidia.com/blog/cuda-graphs/ * https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#cuda-graphs...

To reproduce the issue with a contrived example: ```bash gerlof@host:redbpf $ cargo build --features llvm13 gerlof@host:redbpf $ sudo target/debug/examples/echo 10000 gerlof@host:redbpf $ (sleep .0015 ; echo test) | nc -N...

We have an old J2320 for lab purposes, but when IXPmanager tries to fetch SNMP data using OSS_SNMP, this leads to an error 500: [2022-03-15 19:53:47] production.ERROR: DateTimeZone::__construct(): Unknown or...

I'm noticing some surprising behaviour where ruyaml seems to drop aliases that it thinks are not referenced. I think this causes issues when dealing with duplicate merge keys as described...

Apparently pingdom checks now output additional params `lastdownstart` and `lastdownend` which the api is unable to handle as arguments. Solves the following error: ``` Traceback (most recent call last): ......

In doing that, I also created the ability to easily support zabbix. Output on the command line looks okay (identical) for the original modes, testing discovery and polling using zabbix...

##### SUMMARY Adds firewalld functionality to do the equivalent of `firewall-cmd --add-forwarding --zone={zone}`. Functionality is exactly analogous to the `firewall-cmd --add-masquerade --zone={zone}` already present. Fixes #529 ##### ISSUE TYPE -...