Tim Schupp
Tim Schupp
@vaygr thanks for commenting this. I've tested again and It seems like I screwed up reloading my session / correctly switching to `xdotool`, after system restart ( or whatever ),...
``` $ xdotool --version xdotool version 3.20160805.1 ```
Hey wanted to add my 2 cents here: 1) having `+` in the front is nice as in alphabetical order all the config files are always at the top (...
I also had a hard time finding resources here. I've got websockets to work partially after a while and I'm also using 'react-use-websockets'. My issue is that I authenticate websocket...
Actually, my bad. It was the configuration. The solution is also visible in my output above. I misconfigured the Android `hostname`, since I was using `ws://10.0.2.2:8000` as a WebSocket route...
I've been playing around with geometry script for some time now, and I love it! This would be a killer feature for existing geometry node projects, I see that there...
Thanks, jup using this link I could download the current build: [`https://github.com/carson-katri/geometry-script/archive/refs/heads/nodes-to-script.zip`](https://github.com/carson-katri/geometry-script/archive/refs/heads/nodes_to_script.zip) Though I think I still need [some missing commits](https://github.com/carson-katri/geometry-script/compare/nodes_to_script...main) for the blender 3.5 update ( I'm on 3.6...
Yeah got it to work. Seems to work generally pretty well, so far I saw one issue. The new Simulation nodes output doesn't seem to be correctly serialized: ``` paired_output=...
I like the idea, sounds like it would be a valid solution. Personally not entirely sure how such a setup would look-like, do you do something similar in other charts.
Nice I'll bee looking out for `vike-redux` :D thanks for letting me know. I'm currently using redux along the lines of [official vike redux example](https://github.com/brillout/vike-with-redux) *BUT* instead of using `+onBeforeRenderClient.tsx`...