jtenner

Results 143 comments of jtenner

Hey. I abandoned this project a year ago. I don't even remember why. There is no way this software is production ready, but it is left under the MIT license...

The real solution is to remove the package lock altogether. We probably don't need to commit a package lock.

Yes. It will be unfriendly in some cases. @willemneal and I are working on making it better. This takes time sometimes.

I was trying to make ASON accessible with minimal steps for the end user. If they had to explicitly annotate a class, it might be cumbersome. Another example might be...

# The good news Of the measurements I tested [here](https://dev.to/jtenner/optimizing-canvasrenderingcontext2d-function-calls-using-assemblyscript-4i4b), I found some interesting things. Note that `canvas-as` is a sub optimized and less organized version of this implementation located...

To answer your third question... You might like to reduce lookup times, and I would use a `Set` object. ```ts const fndcolors = new Set(["red", "green"]); from(data) .filter(user => fndcolors.has(user.color))...

For some reason, the tests don't pass locally, despite empty.wat passing diff? I could probably use some assistance. I also recommend keeping up to date with the latest compiler.

Is this still an issue? I'm cleaning up my old issues, and found this one from 2017.

Did I change the correct file? I'm sorry if it was wrong. I would love some help.

Is it possible to obtain what `--use` flags were passed to the compiler? :)