stoically

Results 233 comments of stoically

If you're getting the "Insufficient Storage" error, a workaround that might help for now is disabling MAC sync and clearing its sync storage like so: - Backup your profile(s) -...

> After following the above, i get undefined in the response to the await. The `undefined` is expected - but if it never prints `done`, then that hints to something...

Glad it's useful! `syn-rsx` came to be while I wanted to implement a liveview-ish web framework (https://github.com/dbohdan/liveviews, with [Phoenix Live.View](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html) being the most prominent example), but I never actually started...

Thanks for pointing this out and the detailed issue. I think it'd be the right call to escape html by default wherever possible and give some way of explicitly opting...

@Bkucera > the main hurdle to this is #687 , and I have no timeline for that; however I'm not exactly sure what you are testing. could you describe your...

Well, the description of that preference reads `Interval of the addon checking wether a stream is live in seconds. When 0, the states aren't automatically updated` - so I was...

It also seems that the update interval isn't respected when the Add-on initializes, e.g. on Firefox start it always refreshes the streams. On related note: would be cool to have...

@Infocatcher > Better, than nothing, but also will be removed regular history, if will be opened the same URL in non-private and "private" mode/container. :( Yeah, it's also explicitly mentioned...

FWIW, the error shows for me only in VSCode, but when compiling with `tsc` directly, there's no error. Also, when I edit one of the falsely highlighted properties (like deleting...

@Kairos-Admin Was researching a bit, and it turns out that this change was added to the official NGINX docs a year ago: https://github.com/nextcloud/documentation/pull/7179 Unfortunately it doesn't help in my setup,...