kid-icarus
kid-icarus
Could someone explain to me the logic behind having to specify a path with --suffixes and --exclude options instead of being able to stream in files, use STDIN, or use...
Example: ```typescript const foo = (function(): string { // No good! var foo = 'foo' return foo })() ```  Removing the return type annotation, everything works as expected: 
### Expected Behavior I expect the window not to scroll as I'm changing values for the RangeInput via the scroll wheel. ### Actual Behavior The window scrolls around in addition...
Some odd behavior I noticed was that, say I have a large tree that is mostly empty, if I click outside of any nodes in the tree, and then hit...
Consider the following scenario: I have some entities in a store, and deleting those entities from the tree should also delete them from the store. However, I might need to...
Consider the following couple of screencaps of [the cities demo](https://react-arborist.netlify.app/cities) https://github.com/brimdata/react-arborist/assets/864752/5d16cd49-1a11-4062-9120-d1a63b062463 I select two items (Anderson and Andalusia), focus on a third (Allgood) item, and hit delete. The two selected...
It would be nice to have a linter throw an error if someone accidentally redeclares anything from ramda's namespace. Would gladly work on this but felt compelled to submit the...
Hello again :) I wanted to post some performance findings: I have a roughly 10MB JSON file I'm parsing and creating a new automerge document from. Here's the size of...
Adding this for review. I've tested this locally and it seems to work just fine. Ultimately I'd like to add some integration tests here, as it has none, similar to...