Jakub T. Jankiewicz
Jakub T. Jankiewicz
I'm not sure, I can't push: ``` ! [remote rejected] chuanqisun/main -> chuanqisun/main (permission denied) error: failed to push some refs to 'github.com:chuanqisun/lightning-fs.git' ``` Maybe I do something wrong, or...
I will try cherry-picking your commits.
The failing tests are probably because of old version of the browsers that are not supported by SauceLabs anymore. They need to be updated to latest supported versions. The change...
Do you want to add a PR?
He is not part of the project anymore, so if the API needs performance improvements someone needs to create a PR and fix it. If you're the only one that...
Another example for broken renderProp: ```tsx { function toggle(event: AnchorMouseEvent) { ignoreEvent(event); tree.toggleExpanded(node.value); } return ( {hasChildren && ( { newNote(); console.log(tree.hoveredNode); }}/> )} {!hasChildren && ( { ignoreEvent(event); tree.select(node.value);...
Thank you. Just donated $50 on GitHub sponsors (also given you $1/month that I can't collect, you need 1€), I hope it will motivate you to fix that other bug...
@yhara before you start working on a fix, I suggest reading this article: * [Quasiquotation in Lips by Alan Bawden](https://3e8.org/pub/scheme/doc/Quasiquotation%20in%20Lisp%20(Bawden).pdf) There are a lot of different combinations of unquote and...
@seb-zabielski if it's required, then why it's not a dependency? It would simplify the installation.
This is problematic, because the parser need to mutate the array in order to add self reference. But the `&` and `#` syntax extensions use freeze on the array/object to...