Tom Clarke
Tom Clarke
OK - so in fact what happens now for HTML blocks is roughly as in CommonMark. Block characters are escaped until the block ends - which is at the next...
One issue about documentation for newbies running windows and not used to command line. If I download the repo to a clean system with F# installed it would be good...
Thanks! I am looking at Vite, it seems a very good fit for electron and maybe will be a good deal faster than webpack. One thing I am not sure...
This is now partly done, however the code still is messy.
Mended v1.06.9 commit aa7a93a
using react components I'd expect the following to be implemented functionally using maps and tables without duplicate code: * List of settings (and code to persist them with electron-settings) *...
The renderer mutables have got a bit more complex due to adding more caching to increase performance when single-stepping. The caching uses mutables to store intermediate results and avoid recomputation....
Not a question about Vidual2 - which is not currently in development. However: cmp ~ sub 9 - 6 ~ 9 + ((2^31-1)) - 6 + 1 The addition has...
We already have `minElement`, `maxElement`, `contains` that do this. I can't think of any big performance advantage from the others - hence I think implementation could be via List or...
The motivation is uniformity between collections and so reducing the cognitive burden of remembering (or looking up) new functions. `concat` is indeed an alias of `unionMany`. Probably the one new...