Hugo Granström

Results 39 issues of Hugo Granström

Code to reproduce: ```nim import ggplotnim, numericalnim, sequtils for N in [10, 15, 20, 25, 30, 35, 37, 40]: let xRow: seq[float] = linspace(0.0, 10.0, N) let yCol: seq[float] =...

It would be a nice feature to be able to choose a destination folder that already exists. For example: ``` someDir/ - myZip.zip ``` And extract it like this: ```...

## Code to reproduce ```nim import nimterop/[build, cimport] #static: # cDebug() # cDisableCaching() const baseDir = getProjectCacheDir("symengine") setDefines(@["cwrapperJBB", "cwrapperSetVer=0.6.0"]) getHeader( # HERE! "cwrapper.h", jbbUri = "symengine", outdir = baseDir, altNames...

When `getHeader` is used with a JBB package that has multiple dependencies not all of them get loaded. This may not always matter as one could just `cExclude` the ones...

- Remove recent major changes, they aren't very recent anymore. - The Gitter channels aren't really relevant either. Link to Science channel on Matrix and Discord instead. - Add link...

Stage 1: Improve the error messages (specifically `trimAndSortDataset`) Stage 2: improve error handling. Some universal @scinim way of reporting back non-fatal error to the user. For example that the maximum...

I need to separate the internal util procs I'm using and the ones like `Vector` which should be exported to the user. I should possibly rename the exported module something...

Inspired by [nimiSlide forum post](https://forum.nim-lang.org/t/9377#61609) it would be nice if we could somehow allow the user to write latex using [LatexDSL](https://github.com/Vindaar/LatexDSL) instead of writing it in a string. It would...

Fixes #122, ~~118~~, #124, #127 - [x] Separate untyped and string versions of `nbCodeToJs` (the body doesn't have to be type-checked anymore) - [x] Rename nbCodeToJs to nbJsFromCode and nbJsFromString...