Daniel Bulant
Daniel Bulant
There's not really an issue, it's just that I want to see more of the content quicker, without having to click on the title/more button. The cards are sized ok,...
 This showed after clicking the connect to backend button in client/index.html
@rodrigolmacedo That's not the same error - my error is in connection to Python backend (but the Node webserver works) while your's about missing module SimpleWebSocketServer. Try installing all deps....
> Could it be the firewall from our computers? It isn't firewall, as firewall blocks connection from outside.Also, if it was firewall, the connection from another ws client wouldn't work. ...
Oh ok, will try on my linux too then
I'm not sure if browsers allow choosing a GPU, so in browser the most parallel you can get is to have CPU and GPU. Multiple GPUs on node would require...
You can convert the string into an array of numbers using `string.split("").map(t => t.charCodeAt(0))`. You can then manipulate that string in the GPU and convert it back using `result.map(t =>...
As a side note, something similar would be appreciated for playlists as well (yes I have more than 50 playlists saved).
> If you want to use it now, you need to turn off authentication and use a blank password to access A better way is to use the old version...
`jwt` now has typings, but for example the typings for `verify` are wrong (the callback doesn't get `kid` and `callback` but `error: Error | undefined` and `data: Jwt | undefined`).