Nicolas Ollinger

Results 6 comments of Nicolas Ollinger

Hi @whatever4711 and @tcaiazzi, We are well aware of a solution in the line proposed by @whatever4711. Indeed it was what we first tried but due to unsolved issue https://github.com/KatharaFramework/Kathara/issues/135...

Hi @Skazza94, Thank you for the explanation and the pointer to the code where you generate the mac address from the network ID and endpoint ID. Of course, as these...

Hi @Skazza94, The good news is that the [low-level api](https://github.com/docker/docker-py/blob/b27faa62e792c141a5d20c4acdd240fdac7d282f/docker/api/container.py#L218) seems to support a `network_config` parameter that can carry some `driver_opt` (via [`create_networking_config`](https://github.com/docker/docker-py/blob/b27faa62e792c141a5d20c4acdd240fdac7d282f/docker/api/container.py#L598) and [`create_endpoint_config`](https://github.com/docker/docker-py/blob/b27faa62e792c141a5d20c4acdd240fdac7d282f/docker/api/container.py#L624)) so it might be just...

Same issue here with Pyxel 2.0.9 on a Linux system (works fine on Mac M1). ![bugB](https://github.com/kitao/pyxel/assets/3108609/e2093692-b330-409f-9512-c39fb82de512) ```python pyxel.init(300, 16, display_scale=4) ``` The GPU is an NVIDIA GeForce GTX 1650 with...

SDL2 seems to have a fix for this in a newer version: https://github.com/libsdl-org/SDL/commit/7d25a443c45450287e0a3ec5c1eb0e417647070e

WebAssembly is another place where 64K on the stack might sometimes be too much as [Emscripten](https://emscripten.org) default stack size is 64K. For example, [TIC-80](https://github.com/nesbox/TIC-80/) is using your library for screenshots...