hottwaj

Results 18 issues of hottwaj

Thanks for this - a really neat looking frontend! I have a suggestion that I've used in other MPD software that I thought was pretty useful: showing A-Z in the...

feature request

## Change Summary Initial implementation of ConstrainedDate, condate, with tests and docs - ConstrainedDate piggybacks off `ConstrainedNumberMeta` and `number_size_validator` to implement the gt/ge/lt/le logic - Perhaps those should be renamed...

awaiting author revision

For more complex data visualisations I find it useful to setup tables/grids of plotly charts but using the new plotly renderer this is not possible. Could the plotly renderer be...

Hey thanks for the nice cheat sheet! You're missing the optional thousands separator for numbers ``` '{:,}'.format(1000000) Output: 1,000,000 ```

nesting is done according to relative indentation of each method/class, fixes #140

Would be nice to be able to tweak these in settings as I (like a couple of other people) would quite fonts to be smaller & all the same for...

I like how toc displays class & method names when viewing a .py file, but it also includes arguments for functions/methods and the superclass specification for classes, e.g. toc shows:...

This is possible a documentation issue for the most part... It took me a while to realise that scripts are expected to be "standalone". As things stand a script that...

Hey guys, our Wooey deployment is likely to see occasional refinement of scripts with new features added/bugs fixed (we hope!). A problem that comes up at the moment when a...