Andrew Swerlick

Results 8 issues of Andrew Swerlick

- `downshift` version: 6.0.5 - `node` version: 10.20.1 - `npm` (or `yarn`) version: (unsure, can replicate in code sandbox) **Relevant code or config** Can replicate in this code sandbox example...

bug

Is there a mechanism for having a policy with different scopes for different kinds of actions. For example, I have a license table that stores all the licenses for our...

feature request

To make site prism pages more discoverable, I propose we have a linter rule which enforces that the module namespaces for a site prism page matches the value passed to...

Hey @jcs090218 thanks for this great package, I think its a hugely important feature set in the emacs tree-sitter ecosystem. I'm curious what your plans are with regards to the...

This commit is a prototype exploring what it would mean to make the minor mode work with the built in `treesit.el` treesitter support in Emacs 29. I've modified many of...

Suggestion: Mutant should include mutations that replace methods like `find/detect/min/max/min_by/max_by/last` with `first` and `last` Justification The methods `min/max/min_by/max_by` all accept a block. However if there is only 1 item in...

Since webrowsers use different key codes than x, some non-alpha numeric keys don't wok. I have to maintain javascript to X key mapping list and it's not quite done yet.

I found this project through mastadon and I've been poking around the last few days. I have a few ideas that might help streamline getting other developers up and running...