fosple
fosple
Fixed it by changing `server/queues.ts` and `server/redis.ts` from ``` ...(env.REDIS_PASSWORD && { password: env.REDIS_PASSWORD })``` to ``` ...(env.REDIS_PASSWORD as {} && { password: env.REDIS_PASSWORD })```
@mcdull WiFi sync works on Mac and Win, but not yet on Linux as there is no open source version of usbmuxd yet which supports WiFi sync.
Wow, thanks @bentumbler for pointing out the re-implementation of usbmuxd by @tihmstar https://github.com/tihmstar/usbmuxd2 . Maybe @nikias can use it and include it in the original project 🥳 I'll give usbmuxd2...
> Honestly, I agree with @debradley. It could be added in such a way that a user who never previously needed or used it would notice. From a UX standpoint,...
Same issue here. I have to do a HTTP request from a specific IP address. The only way I see to do it is via modifying the DialContext (see example...
Thanks @mitar. Will give it a try. Also stumbled upon https://github.com/golang/oauth2/issues/368 so not sure if it works.
It works. Thanks a lot @mitar!
Same here... `./spotify-connect-web.sh --username XXXX --password XXXX --bitrate 320 -o sysdefault:CARD=Device -m PCM` results in ``` Loading Spotify library... Traceback (most recent call last): File "main.py", line 14, in from...
@GavinPacini Thanks for looking into it. Are you still on it? 😊
@nasli > 1.- You open a document by navigating to More > Locations > ownCloud in the MS Excel app, (the autosave option is enable) > 2.- Modify it >...