ggilley

Results 7 issues of ggilley

If you do an exec call with multiple statements, it creates a deadlock. Any help debugging this would be appreciated. (You can add this function to driver_test.go to see the...

When using Message Queue Triggers, fission retries a function call when an error occurs. This is a great feature when it fails because a server is unavailable, etc. However, when...

area-events

Looks like rust made a change in 1.70 to throw on misaligned pointer dereferences. I'm seeing some errors: ``` stack backtrace: 0: rust_begin_unwind at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/std/src/panicking.rs:578:5 1: core::panicking::panic_fmt at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/panicking.rs:67:14 2:...

I'm trying to read a block of tuples in and group them by a prefix. I need to be able to, for example, drop the first element of the tuple,...

I'm getting a typing error (with pyright) in python 3.13 with this: ```python with open(path, 'r', encoding='utf-8') as f: config_data = json5.load(f) ``` The error is ``` config.py:752:27 - error:...

In dumps, the **kw at the end causes an unknown type error: ```text Type of "dumps" is partially unknown Type of "dumps" is "(obj: Any, *, skipkeys: bool = False,...