Johan Nordberg

Results 103 comments of Johan Nordberg
trafficstars

If I remove the `svelte` entry it works. Strange part is that the exact same code works fine when symlinked into node_modules... However I was able to get it to...

I'd love to see Swift support, it's the perfect language for smart contract development IMHO. It is performant and systems level while still being approachable and safe. There is an...

Ah, that makes sense. I can confirm that I'm seeing the queue length at 20 when this happens. Would it be possible to solve this in the MQTT listener? E.g....

I’m busy at the moment so haven’t had a chance to review this yet, I’ll try to get to it soon. Thanks for the PR!

Thanks for those references! I'm experimenting with implementing something akin to C++'s `constexpr` as a decorator and was able to do it pretty easily, very cool to be able to...

I've tracked it down to https://github.com/EOSIO/eos/blob/master/plugins/trace_api_plugin/include/eosio/trace_api/store_provider.hpp#L71 Calling sync after every write during replays is what slows it all down to a crawl

No other part of nodeos is calling fsync after every write from what I can tell, can this really be expected to be performant without a filesystem that can be...

Debug build of v2.1.0 ``` replayed 28471 blocks in 493 seconds, 17.35102550052686965 ms/block ``` Debug build of v2.1.0 with .sync() call commented out ``` replayed 465896 blocks in 305 seconds,...

This is out of scope for wintersmith since it does not have any concept of an article. A helper script in the blog example/template could be a compromise. Something like...