Axel Forsman

Results 43 comments of Axel Forsman
trafficstars

Simi looks really great! I'll archive this in favor of Simi. I haven't had enough time to look through all the code, so take this with a grain of salt,...

I have done some experimentation in the *zerosize* branch, and came up with something that takes a quite different approach from Simi. Basically using zero-sized types and macro_rules instead of...

Thanks for taking a look! > currently you go with traditional virtual DOM (rerender the vDOM on every update then diff and patch), it make "The main distinguishing ideas are...

> Do you mean "(thinking seed, dodrio, etc)" :D? Nice catch! Should probably come up with a new name since doduo no longer fits. > I can't wait to see...

For stripping whitespace, I have written [axelf4/vim-strip-trailing-whitespace](https://github.com/axelf4/vim-strip-trailing-whitespace) which is very fast in the common case. It avoids the need to diff the file by always tracking the modified lines that...

I am having the same problem and keep hitting the same error message as @elpeleq42. Wild shot, but maybe the error is caused by trying to login before actually registering?

> Anyone have thoughts on how to implement a generic API these element-creation APIs could tie into? This is pretty much just [dumle] or [typed-html]. For instance, dumle aims to...

Thanks again, this is definitely in the same vein as #4. The offending line is [here](https://github.com/neovim/neovim/blob/ef379d4eaa492b7d2016571f3a06717967db2740/src/nvim/undo.c#L2256). Will try fixing, if I get the time to do so. I have thought...

That's true. While discrepancy between separate benchmarks doesn't matter for the intended usage, variance in proportional performance sucks. Could running the generated WebAssembly of the benchmark on the client be...

> And then people would get surprised when `fast_fn` is slower than `slow_fn`? To me, benchmarking is inherently a comparative endeavor: "did it get faster or slower than what it...