Zacharias Björngren

Results 10 comments of Zacharias Björngren

I've had similar problems that I solved letting the child components be Branches with dynamic cursors. But I suspect immutability and purity of the tree will prevent you from doing...

I tried them, but the placement resulted in it covering important things. The background was also transparent... Our tree can contain a lot of data and after accidentally clicking Expand...

@kurdin I like using the spread-operators when immutability is preventing/helping me from doing something. ``` let sortedNumbers = [...tree.get('numbers')].sort((a,b) => a-b) ``` Looks neat to me, the same can be...

Why not just use a single instance of Baobab and chain monkeys?

While I've basically never used it actions used bind to set the tree as this, this no longer happens with dispatch. I'm curious as to if there is any reason...

I find the choice of : to be very strange, it means that you can't use ```$('#:generated-id:')``` but you can use ```document.getElementById(':generated-id:')```

I'm also having this problem. Here is the output for me when running the special extension: ``` (node:7328) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and...

Unsure where my cursor was, but I have a GraphQL file (listed by the extension in a redacted part) open. In case you meant the caret I also don’t know...

@phryneas I tried it again, this time making sure that my cursor and caret was in an included .graphql file. But I still get the same error. Maybe it could...

Now I'm getting errors `The error was: ReferenceError: module is not defined in ES module scope`, but get around that. I also had a problem where we used `require` to...