Rémy F.
Rémy F.
https://github.com/opentypejs/opentype.js/pull/567 is ready for review. - The dist naming are kept, even if `.module.js` shall be `.mjs` to work in node (or use `"type":"module"` in package.json) - `.parse()` accept both...
Here is a standalone working example of a glob walker show ```js import fs from 'fs'; import path from 'path'; import process from 'process' class Demo { globMatch(pattern, str) {//...
@sean-mcmanus: I've PR'd a working exemple with `*` path support.
It's because libs/alpha_tools.a is not found probably because setup.sh/.bat failed to compile the "alpha_tools" lib. I got the same issues because the building of the utils failed because of some...
Just to add more context to this issue, here is the stacktrace of the stoul error: ``` #10 0x000000000045c4a2 in std::__cxx11::stoul(std::__cxx11::basic_string const&, unsigned long*, int) () #11 0x000000000045e4db in std::__cxx11::basic_string...
maybe sed could be used instead ?
Always nice to see some good hacking! I'll try to mainline this use-case, by preference order, either into: - `dzr`: add an "@save as m3u" entry next to "@play all",...
I've made an (unfinished) massive refactor to `dzr` that you can try: https://github.com/yne/dzr/commit/m3u It can now be used as both CLI and standalone CGI (no more `index.html` needed) Sending a...
Hi @ggrossetie , Can we take this opportunity to improve the VSIX bundling ? The current VSIX is 30.8MiB mainly because of MathJax (and goes down to 7.5MiB without it)...
I thought mathjax really was 23MB, in which case, saving 3MB in better bundling would not make a big difference. I'll try to see what can be stripped from mathjax...