br1an.m0ran

Results 7 comments of br1an.m0ran

You should open a PR for this! I stopped using this theme because of this issue. Thanks for figuring it out.

this worked for me in my .tmux.conf file `set -g default-terminal "tmux-256color"`

I was able to get the background to render correctly by removing the `#` in `guibg`. Put the following **after** setting colorscheme. ``` hi Normal guifg=#d6deeb ctermfg=253 guibg=011627 ctermbg=233 gui=NONE...

You’re welcome! Thanks for contributing! Sorry I’m not sure what you mean. This functionality already exists. The routes `path` maps to the responses `uri`. So based on the sample routes...

Oh i think I get what you are saying now. So for clarification, if the route path is `/helloworld/{foo}`, you are adding functionality to map a response uri `/helloworld/{foo}`. If...

I see what you mean. I will be working on it when I get some spare time.

In the interim, I added an `AuthorizationPolicy` to deny the `add-contributor` and `remove-contributor` paths. Still would be nice to have a feature flag to disable Multi User Isolation.