Guillermo Guridi

Results 4 comments of Guillermo Guridi

I have been able to implement this using the theming functionality, by adding the following to my theme.css: ```css /* Hackily add some text to the log-in panel */ #login-panel...

I found the same problem some time ago and have been using this workaround: ``` # Alter request as workaround for openapi-core limitations request.url_rule.rule = ( request.url_rule.rule.replace('', '}') ) ```...

Yes, rewritting with a custom data structure is what I’m proposing. And maybe only use it when types are not hashable while raising a warning. I’m using tuples now as...

For anyone wondering how to go back to normal after having this issue. 1. Remove rainbow brackets 2. Remove the file `Sublime Text 3/Packages/User/Color Schemes/RainbowBracket/[NameOfCurrentTheme].sublime-color-scheme` (folder Packages can be opened...