kid-icarus

Results 9 issues of 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...

Enhancement
On Hold

Example: ```typescript const foo = (function(): string { // No good! var foo = 'foo' return foo })() ``` ![image](https://user-images.githubusercontent.com/864752/66606850-cfaea980-eb67-11e9-8a4b-73a5c2d8100b.png) Removing the return type annotation, everything works as expected: ![image](https://user-images.githubusercontent.com/864752/66606944-fec51b00-eb67-11e9-8b29-da64f2b448ef.png)

enhancement
help wanted
ArrowFunc

### 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...

bug

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...

enhancement

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...