Sebastián Gurin

Results 53 issues of Sebastián Gurin

Just a feedback: * since this is a typescript related library, It would be awesome that the devtools also use TypeScript. In particular config/rollup.config.js is hard to follow due to...

question

Please add in the Options table information about: * required properties * default values for optional properties In my case I wonder what's the default value for `quality`. Thanks

:bug: Bug

sorry, this is not an issue but I want to share this idea with you. It would be interesting to implement this idea as a typescript language service plugin so...

enhancement

@KnicKnic Just want you to know I was lately playing with my own ImageMagick WASM builds and I finally was successful. Now I have 5mb working wasm with these project's...

This is not an issue - just a heads up. emcc supports official ports for relevatn libraries like zlib and libpng. Perhaps is a good idea to use those instead...

good first issue
cleanup

The command `convert rose: -format 'sdf %f dfg' info:` won't print anything to stdout. Not using -format prints: `convert rose: info: ` or `convert rose: -print 'foo' info:` It does...

I'm not seeing the tool to infer types form usage.. And IMO this should be the basic feature for a tool like this. I see you have focused more on...

You mention rhino support several times in the documentation but I cannot get it to work. I've tried the following always with the error : ``` rhino rhino-test-1.js js: "rhino-test-1.js",...

I'm trying to load emscripten (WebAssembly) modules in node.js with this library but I conclude is not possible without hacking (hard and ugly). The idea is to use native [Node.js...

**This PR is not meant at all to be merged** but as a starting point to discuss this feature. Also kind of personal notes and updates on these research. ##...