Tikkoneus

Results 5 comments of Tikkoneus

Firefox 102.0.1 / WSB 1.4.3. If the tab has been discarded (e.g. exiting the browser and then restarting it and never loading the tab at all) then I do see...

@emxsys , @dimitriscr I'm having a similar issue of never seeing a RING, but none of the above ideas have helped. I tried explicitly setting GCI=B5 and VDR=1,1 and the...

I agree that wsb is a perfect use case for Flask/werkzeug as it really isn't a production use case and thus the clarity of a simpler interface is of greater...

I tried ``` import sys if '--no-user-cfg' in sys.argv: filtered['script_args'] = ['--no-user-cfg'] super().__init__(filtered) ``` in `_install_setup_requires` and that did eliminate the issue.

One potentially elegant way to solve this would be the following generalization: At the top of the board above the columns have "column group" buttons (defaulted to 'all columns'), where...