jacereda

Results 42 issues of jacereda

This should reduce bloat, any reason not to do it? I haven't measured build times myself, maybe it would be better to do it only on Release builds if it's...

Hi, I was quite surprised to see such a difference with gforth. My intuition is that it is due to the lack of TOS caching. Have you considered that approach?

question

There should be some way to emit a string without a newline, and looks like `tracef` is the answer if it didn't emit the final newline. See https://github.com/aduros/wasm4/pull/611 In Forth...

This is my attempt to fix `tracef` for the wasm3 runtime. Looks convoluted, and it is, but it's just that implementing this portably is a PITA.

Hi, Is it possible to implement something like the clipPath tag in SVG with the current API? Something like the attached image. Thanks! ![clipped](https://cloud.githubusercontent.com/assets/4195919/3264403/5f3740be-f27e-11e3-9d2e-772683641157.png)

Shouldn't this allocate `contour_count+1` elements? https://github.com/solenum/msdf-c/blob/87857619bf8f40e82d1a63c3ec46bc54ea17277d/msdf.c#L766C67-L766C67

``` > gread $ gshow (42::Int) :: [(Int,String)] [(42,"")] > gread $ gshow ((-42)::Int) :: [(Int,String)] [] ```

Some projects use a single repository for different modules each with its own package.json file. Could we get some way to specify something like this in the node-packages-x.json file? ```...

This is a WIP yet, attempting a port to Haiku.