Frederik Aalund

Results 12 issues of Frederik Aalund

The following code example shows the issue: ```python import anyio async def main(): cancel_scope = anyio.CancelScope() cancel_scope.cancel() # We call `cancel` before `__enter__` with cancel_scope: await anyio.sleep(1) # Checkpoint to...

Let's use the following `enum` as an example: ``` public enum AreaType WOODLAND SNOWY ``` The compiler will associate `0` with `WOODLAND` and `1` with `SNOWY`. The compiler complains if...

unclear/discussion

E.g.: @ifNotDefined rect udg_main_area = null If `udg_main_area` is defined somewhere else (typically in war3map.j) then the above definition is not used. This issue came to be as per the...

enhancement
Priority: low

The following patch ``` [ { "op": "add" } ] ``` when applied via modified_config_dict = jsonpatch.apply_patch(config_dict, patch) rasies a `KeyError` because `path` is not found. I was expecting it...

## Summary I expect that the data updates continuously when `Streaming` is checked. However, in practice I have to manually press the "Refresh" button: ![grafana-redis](https://user-images.githubusercontent.com/545423/192155056-6eb9d3c4-778b-44b5-9d49-47452ddfffb5.gif) This is the same for...

I ran into an issue today with a device of ours that had a file from 1970 (or at least that was the timestamp). In turn, stream-zip gave a cryptic...

I tried to send a 150MiB file but got a `RecursionError` in `TFTPServer.send_response`. I noticed that you already fixed this in 61f0d9f886dc417ab00dadf3c0793a54c740f143. This commit, however, is not part of the...

Ensure that the application runs on older hardware and informs the user of any incompatibilities. Either allow for multiple rendering_pipeline.json files to be tried until a working one is found....

Feature

Use Bullet physics. There is already a deprecated implementation that can be used for inspiration.

Feature