Bryan Lee

Results 99 comments of Bryan Lee

I haven't had a lot of time to look into Svelte 5, but it seems to be that Snippets will completely replace `svelte-render`. I'm more than happy to update this...

Thanks so much for all the great work you've done on `pg_graphql`!

@BlueFoxPrime Let me know if there's any update on this! Otherwise, we'll mark this as resolved for now. Feel free to re-open the issue if necessary.

@risalfajar Unfortunately not as they don't really solve the same issue. The biggest limitation is that the `use` directive only works after mount, so any solution we come up with...

I've managed to solve this problem by modifying the addon. Since my player is translated on the physics tick but rotated on the process tick, I needed a way to...

Seems to be related to #483, but the logs produced are different: ``` { "resource": "/Users/bryan/Library/Application Support/Code/User/workspaceStorage/1b823d7928b6aa52270ae85776f4b072/redhat.java/jdt_ws/Labs_ad3d80ac", "owner": "_generated_diagnostic_collection_name_#2", "code": "0", "severity": 8, "message": "The project was not built since...

@fbricon ``` { "workbench.colorTheme": "Night Owl", "workbench.iconTheme": "material-icon-theme", "workbench.editor.showTabs": true, "breadcrumbs.enabled": true, "diffEditor.ignoreTrimWhitespace": false, "editor.lineHeight": 20, "editor.rulers": [100, 120], "editor.fontLigatures": true, "editor.suggestSelection": "first", "editor.fontFamily": "\"Fira Code\", \"SF Mono\", monospace", "editor.minimap.enabled":...