spreiter

Results 21 comments of spreiter

> I believe it's for security concerns that it's disabled. > > @jeanfbrito should we allow it? I just found this info from Mozilla[^1], where it is stated that the...

I also just experienced this problem with Spotify. But only, when I am using Spotify Connect with additional speakers and it only happens, when the player from the menu bar...

I also just installed it on DS918+ with DSM 7.1.1. With `latest` tag it does not work when using different UID/GID, but `nightly` was fine. I only created the necessary...

``` Error: listen EACCES: permission denied 0.0.0.0:443 ``` Sounds like the container has a problem with the network setup. What settings are you using, @Monoboy4ik ? Are you running in...

I see. But the reverse proxy should allow to map any port to the "outside" world, right? I guess port 443 is restricted and requires additional access rights inside the...

> This seems to have just started happening on the regular release version of VSCode too, as of 1.91.0[1](#user-content-fn-1-fecd626bd4dcc0e589a3513fd080bf1d). Downgrading to 1.90.2 works for now ([Universal](https://update.code.visualstudio.com/1.90.2/darwin-universal/stable), [Intel](https://update.code.visualstudio.com/1.90.2/darwin/stable), [Apple Silicon](https://update.code.visualstudio.com/1.90.2/darwin-arm64/stable)) -...

Hi, Since I found this bug, I am happy to help as good as I can. I created a virtual env with Python 3.11 and built the package manually based...

Tried with https://github.com/krassowski/ipython/commit/5827cc8b7a69a67076bbf0c903dfcf0617ca96af , looks good. I can currently not think of any other test... So all in all, good work from my testing point of view.

I finally once again annoyed by this, so I checked each commit in the release branch. It turns out to be f57177de89ff1a154c830558d218c3e334b2b437 , which sums up the changes introduced by...

Hi @Yuhi-Aoki , Not sure, whether this helps, but maybe try to toc level: ```python html_theme_options = { 'globaltoc_maxdepth': 0, } ``` And if you want to exclude certain submodules...