Evert Provoost

Results 15 issues of Evert Provoost

Currently we can resize the app however we like. This gives fairly ugly margins on the bottom and right hand side of the window where there is not enough space...

Similar to pull request #518, using the terminology of CSS instead and somewhat more complete. In the sense that there are (some) tests and all conversions seem to dispatch correctly....

Fairly often I have a variable I want to keep an integer (eg. for Chebyshev polynomials `y = cos(N acos(x))` we only use integer `N`). In similar software there is...

Currently openspecfun only includes the `Z`- versions provided by SLATEC which expect a double precision complex number as input. However there are also `D`- versions specialised for double precision reals,...

Things I'm planning to work on: - [ ] Major code cleanups and improvements to stay sane. See #43. - [ ] Improve PDF output. - [X] Support multiple page...

roadmap

### Description One of the main reasons the Wrap extensions came to be was to better support scripts in different languages. However this has little effect when only three are...

type/enhancement
priority/medium
help wanted
module/languages

As anyone who has skimmed through the code will attest: the code is a mess and so is the repo. I started this project three years back, the summer before...

module/cli
module/html
module/pdf
module/ast
module/parser
priority/medium
type/maintenance

This would greatly improve user experience: - [x] Distribute on Linux using snap - [x] Basic Windows installer - [ ] Windows MSI (blocked upstream) - [x] Distribute as application...

type/enhancement
priority/low
os/linux
os/windows
os/macOS

Although we don't do anything wrong here (generally speaking), there are better selection criteria which would try harder to avoid page breaks which break within an element, etc. One important...

type/enhancement
module/pdf
priority/medium

It would be most useful to have bookmarks to scenes and acts in the PDF, this is however not yet supported by the PDF library we use...

type/enhancement
module/pdf
priority/low
type/upstream