Martin Lingstuyl

Results 525 comments of Martin Lingstuyl

This one does update the pipeline by the way, maybe it would be good to get this one checked by @waldekmastykarz or @plamber or @garrytrinder

@garrytrinder, it takes the system settings, yes: https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#system-preference It's this line (and the equivalent further down): ```yml media: "(prefers-color-scheme: light)" ``` Now I'm thinking about it in hindsight, I'm suddenly...

I like that! Shall we ask the maintainers and current contributors? The danger of asking it on Twitter is that you sort of should abide by the result. 😀 on...

@waldekmastykarz, @milanholemans, @Jwaegebaert, @nanddeepn, any opinions on this matter from you guys?

I think we have an clear preference for system preference @garrytrinder, you can pick up this PR again.

Thanks for raising this @michaelmaillot! Again: good catch 👏 I'm all for following what the docs currently state: If `--apisDelegated` is specified, this should override the delegated scopes from the...

By the way, does it mean that ALL options are overridden? Not only the scopes...

👏 Thanks for clearing that up @michaelmaillot 😅. Although probably not many people will stumble across this buggy behavior, it seems right to align it to the docs as fast...

Did you get to the bottom of the error with the scope options? ``` Error: Permission (scope or role) cannot be deleted or updated unless disabled first. ``` Suggests to...

Hi @michaelmaillot If I execute your example (using the manifest and the `apisApplication` option) the scopes and roles are merged together. They are not overridden, but merged: ![image](https://user-images.githubusercontent.com/5267487/187475892-9b33bba5-f328-4f1a-8dc9-9f540a2c6ba6.png) We could...