George Tsomlektsis
George Tsomlektsis
Sorry for the bump I wasn't able to find any information about this apart from this thread, is there any way to do this (Record an unfocused workspace while still...
You can certainly do it with https://docs.python.org/3/library/readline.html, but as far as I know it only works with GNU... No idea how it would work on Windows
I've spent the last 45 minutes searching the cause of the issue. As far as I understand this part is responsible for redirecting upon hitting the entry route `/` https://github.com/louislam/uptime-kuma/blob/9c1ad4f8c612e924be2c2ba876a73dc24f1985d0/server/server.js#L185-L190...
I tested this with a flask rest server: As long as it's a temporary redirect (302, 303 or 307) nothing get cached, so the requests are being done in the...
My specific usecase for this is an electron app. The current workflow is not as optimal as it should be, but it is what it is: The application's (electron) source...
https://github.com/terser/terser/issues/544#issuecomment-598192241 For anyone trying to use the above `minify.js` script it might not work, since `Terser.minify` returns a promise (I guess it didn't, back when this was originally written). The...
I have the same issue trying to install the app on SDK 49. I unfortunately can't take the path of downgrading to SDK 48, I hope this can be resolved...
Yeah I'm on my way exploring on how to add config code like this. However an official solution would be preferred, you never know what other bugs may surface, especially...