Roman Heinrich

Results 68 comments of Roman Heinrich

This demo is not up-to-date anymore. Should be marked a read-only, I guess.

It's a little bit brutal PR because I have introduced a formatter config. Also it is recommended to switch to Github Actions, because travis might not offer their OSS service...

Test are passing here: https://github.com/happycodrz/webassembly/actions

@wkhere OK, will ping you next week Wednesday. This gives you this weekend and half week next week. Hope your Elixir dev env re-creation will workout smoothly. I use https://github.com/asdf-vm/asdf...

This is a very good issue! Having some kind of testing suite for a foundational building block of distributed systems + data storage is a "MUST" feature, if we care...

I hit the same problem with bun.sh. Here a repo with reproduction: - https://github.com/mindreframer/btree-constructor-issue

@qwertie Thanks for the response! This works: ``` import BTree_ from "sorted-btree"; const BTree = (BTree_ as any).default as typeof BTree_; let tree = new BTree(); ``` I have this...

The workaround is problematic in that sense, that it would be not compatible with `npm` or `yarn` anymore. That means if we consider a library for publishing, to be used...