Paul Maréchal
Paul Maréchal
Hi ! First of all, wonderful work! Second, I was wondering if you had any plan on publishing your repository to npm for others to depend on, or if it...
There is currently no typings for commands, which means users that wish to execute commands must know/guess what the command arguments and return value are without much telling them what...
Replace occurences of `IterableIterator` as return type for generator functions with `Generator` as it better describes what we are dealing with. #### How to test Static change only, it should...
While dropping support for Node 12 in https://github.com/eclipse-theia/theia/pull/11210 I tried adding testing for Node 18 but failed. It seems like there's a couple breakages in Node 18 that we will...
### Bug Description: Renaming a file in the navigator view doesn't update automatically on Windows. ### Steps to Reproduce: 1. Rename a file in your workspace. 2. The file won't...
BSP stands for Build Server Protocol, but should it rather be Build Adapter Protocol? I'm trying to understand the philosophy behind this protocol compared to, say, LSP and DAP. LSP...
**What I noticed** When using `ARVRController` nodes and parenting a mesh to it, I can see an offset between where Godot thinks the controller are versus what SteamVR shows when...
The goal of this PR is to setup a browser version of Blueprint packaged as a "drag and drop" solution that's easy to deploy. The setup is a bit tricky...
Similar to https://github.com/GodotVR/godot_openvr/issues/121 but slightly worse here. Illustration: https://www.youtube.com/watch?v=aKm0C06oFiQ For some reason, when testing the demo scene I noticed that the skeleton hand movement was amplified compared to the actual...
- [x] I am on the [latest](https://github.com/sdispater/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/sdispater/poetry/issues) of this repo and believe that this is not a duplicate. - **OS version...