Addi

Results 15 comments of Addi
trafficstars

Yeah I was testing this as well. Shouldn't be hard to implement.

I was reading up on socket.io vs WebSocket and it seems that socket ends up starting with fallback Ajax before upgrading, which causes a lot of waste. In combination with...

Ubuntu 20 has g++-9 installed, so I set CC and CXX: ``` jon@insp:~/Downloads/lokinet-v0.9.6/build$ echo $CC gcc-9 jon@insp:~/Downloads/lokinet-v0.9.6/build$ echo $CXX g++-9 ``` Still have this issue while compiling on Ubuntu 20:...

I'm using raw java class access in GraalVM and passing it back up to java for event handling in [RepComm/RepCraft](/RepComm/RepCraft) without a hitch. Maybe they've changed how it works in...

I ran across this when looking for a solution myself. I have implemented a PhysicsHole.cs script that should be attached to an Area3D. https://gist.github.com/RepComm/2dbf64bbe7bcaf6ef83b2a9d4b0fd88f It is short and sweet, and...

Temporary fix?: Setup an spigot server and use a plugin to record the height value of your player, and make a curve graph based on the data. You could add...

Re-installing deno on ubuntu using similar instructions as mentioned already also solved this for me.

Will screen command work for you? You could open up a screen and launch serve, then detach from the screen with CTRL-A then CTRL-D

looks like I forgot to push the last commit where I updated vite. I'll do this this afternoon and update here

I have updated vite version in ogl-typescript package.json to 2.9.14 in this pull request. All npm run * commands should function properly now.