Nathan Jessurun

Results 141 comments of Nathan Jessurun

Thanks for the reply. If this was to be a PR, what would you suggest for exposing it? Would enough people need the feature to add a keyword to `parse`?...

Would showing type information also fit under this issue? E.g. if my function signature is `def main(noDefault: str, default=True)` intuitively I would expect the `--help` text to show `noDefault` is...

Agreed. I just created #239. Does it look acceptable?

Sure, I wanted a custom `HelpAction` for my application: ``` usage: S3A [--loadLastState LOADLASTSTATE] [--version] [--help] [--appsettings {"App Settings","Default"}] [--colorscheme {"Color Scheme","dark","dark2","Default"}] [--toolshortcuts {"Default","Tool Shortcuts"}] [--quickloader {"Default","Quick Loader","test"}] [--multi-predictionsprocessor {"Default","grid","linknet","Multi-Predictions...

They used to be quite problematic for me for a different reason: relative paths would occasionally (nondeterministically) be prefixed with `/proc/`. I haven't run into this problem in a long...

The logic looks good to me, thanks! Are you able to add a test as well to `tests/parametertree/test_parametertypes.py`? Something that checks if disconnection logic and connection logic works properly. I...

A very hacky workaround in the meantime: ```typst #let builtin-footnote = footnote #let footnote(..args) = { // Nonbreakable space glues footnote to text sym.space.nobreak // "box" prevents paragraph break //...

Thank you for all your work on this! Are there any plans to allow transitions such as "fade" to also work with .pptx exports?

If you use IEEE reference format (or something similar that goes by number), this will work. The only downside is it won't merge adjacent references, but you can accommodate this...

@astrojhgu > the section-refs.update action can be merged into each section-bib() function I thought of this too; the reason it is separated is because people often see the code and...