whitespacecode
whitespacecode
This is driving me crazy.. Even with a fresh nvm/node/npm install i can't get soketi to work. ```cmd C:\Windows\System32>soketi -v C:\Users\Whitespace\AppData\Roaming\nvm\v18.19.1\node_modules\@soketi\soketi\node_modules\uWebSockets.js\uws.js:22 throw new Error('This version of uWS.js supports only Node.js...
Try and use the correct env variables in your env file ``` DEBUG=1 SSL_CERT= SSL_KEY= DEFAULT_APP_ENABLE_CLIENT_MESSAGES=1 DEFAULT_APP_ID= DEFAULT_APP_KEY= DEFAULT_APP_SECRET= ``` to: ``` SOKETI_DEBUG=1 SOKETI_SSL_CERT= SOKETI_SSL_KEY= SOKETI_DEFAULT_APP_ENABLE_CLIENT_MESSAGES=1 SOKETI_DEFAULT_APP_ID= SOKETI_DEFAULT_APP_KEY= SOKETI_DEFAULT_APP_SECRET= ```
> Hi there, > > I've tested the following script, and while it doesn't open emails inline, it does open the bundles inline: > https://github.com/TimeBomb/bundles-gmail > Thanks for this. I...
> There's a lot about that script/implementation that I don't like, but I guess that just means we need to improve it! Yes i see lots of lines you don't...
It's `import '@tresjs/leches/styles'` You forgot the s
The icon is showing but the content inside is a 404  Console errors: ``` app.js:29 GET https://project.test/__devtools/ 404 app.js:29 [Vue warn]: Unhandled error during execution of native event handler...
Fix for optional parameters in the laravel route `"/teams/{team}/dashboard/{style?}"` ``` uri = uri.replace( new RegExp(`{${parameter}[^}]*}`), parameters[parameter] ); ``` In this example, the regular expression `/{style[^}]*}/` will match `{style}` or `{style?}`...
Hi @alvarosabu it's almost been a year i had spend time on webgl things. I think a lot has changed in tresjs? Maybe @andretchen0 and you would beter pick this...
S5 also 
@arukompas Something has been changed i think. Depending where you are in nova the url of the menu item is for correct for example `https://dashboard.test/log-viewer' The moment you click the...