Christopher

Results 16 comments of Christopher

As proposed in the issue #193, I think delayed events would be useful. As an example, let's say I use an asynchronous API. I start a request and then I...

Please note that I have installed the toolchain using the nRF Connect Toolchain Manager (fully automated automation with default settings). I am running `west` from the toolchain folder using Git...

Same issue when running `west` from a freshly created Python env: ```sh $ python --version Python 3.10.5 $ which python /c/Users/miaou/.pyenv/pyenv-win/versions/3.10.5/python $ pip list --local Package Version ---------------- ------- colorama...

Hello @marc-hb, thank you for your message. I get an "Access is denied." error, same as in https://github.com/zephyrproject-rtos/west/issues/558#issuecomment-994298453. I did this test using `cmd`, but I do use Git Bash.

> Nice. I wasn't really sure how we pull those in, and I've been having people submit the language file itself for my fork, because it was so unclear how...

Any PR must be compiled before merging, we cannot have noncompilable code in the master branch. We already discussed long time ago about transferring the repo to the Electrical Age...

Of course if we had transitioning sooner we would have had less pain... This is a decision @Dolu1990 must take, and it would be good to answer this before installing...

Yes, it would be great if [the RTT terminal](https://www.segger.com/jlink-rtt.html) could be included in Eclipse. I currently use the CF Terminal (Console) View plugin, as described here: https://mcuoneclipse.com/2015/04/20/serial-terminal-view-in-eclipse-luna/

This is dead code: https://github.com/hevs-isi/gdx2d/blob/master/gdx2d-library/gdx2d-core/src/main/java/ch/hevs/gdx2d/components/graphics/Polygon.java#L74 Maybe I missed something but the `vectorList` is always null.

Good point @RandomReaper I tested with the demo selector `gdx2d-demoDesktop-1.2.1.jar` and it doesn't work either. If no other physics demo are launched before the `DemoPolygonPhysics`, the bug also appears in...