Louis Delassus

Results 7 comments of Louis Delassus

> Failed to resolve: com.github.appoly:ARCore-Location:1.0.6 > Can anyone here help me to resolve this? I can't able to download this dependency you can see [here ](https://github.com/appoly/ARCore-Location/releases) the last version: 1.1.2...

I would like to have this feature too. I am mirroring the content of a SceneView using an ExternalTexture to display it in an another SceneView. For now I use...

Hello, You can calculate the distance between two vectors by using for example this extension method: ``` fun Vector3.distance(other: Vector3): Float { val dx = x - other.x val dy...

I had a similar issue, where my github action with lerna was hanging at the end of the publish. Using the latest version 8.2.0 has fixed my issue. Thanks.

I have updated the issue with the output of `npx lerna info`. However, the action hangs immediately after running the command. This suggests that every time we use npx lerna...

the output of the command `npm ls nx`: ```text root@ /home/runner/work/test-npm-module/test-npm-module └─┬ [email protected] ├─┬ @lerna/[email protected] │ └── [email protected] deduped ├─┬ @nx/[email protected] │ └── [email protected] deduped └── [email protected] ```

I researched this topic and found the following: - Permessage-deflate is not managed by Socket.IO but is a feature of WebSocket clients. - The default WebSocket client used by the...