Lee Byron

Results 30 issues of Lee Byron

This is a super useful plugin, however I wish it supported `export from` clauses! These two modules should be equivalent to an importer: ```js export { resource } from "source/*"...

### Initial checklist * [x] I read the support docs * [x] I read the contributing guide * [x] I agree to follow the code of conduct * [x] I...

🤞 phase/open

### Initial checklist * [x] I read the support docs * [x] I read the contributing guide * [x] I agree to follow the code of conduct * [x] I...

🤞 phase/open

Depends on #3077 **Provides the "Value to Literal" methods in this [data flow chart](https://user-images.githubusercontent.com/50130/118379946-51ac5300-b593-11eb-839f-c483ecfbc875.png).** * Adds `valueToLiteral()` which takes an external input value and translates it to a literal, allowing...

PR: feature 🚀

It's great that this package builds and publishes esmodule ready code via the `"exports"` key in package.json, however if you try to `import` this package from another esmodule file, node...

This provides definitions at the introduction of "Type System" for _leaf type_, _composite type_, and _abstract type_. Then, these definitions are used throughout the spec. --- Inspired by #957 which...

This broad change uses definition phrases to define each type, as well as expands the set of sub-sections at the top of the "Types" section which define *kinds* of types....

✏️ Editorial

See: https://github.com/facebook/graphql/issues/334 https://graphql.org/learn/ covers Queries and Mutations but not Subscriptions. Great task for someone who wants to contribute to the GraphQL community!

💄 Enhancement
📌 Help wanted
✏️ Editorial

Since this project has moved from Facebook to the foundation, does it make sense to remove the namespace from the cpp files? This would be considered a breaking change. Open...

I've noticed that because react-shortcuts overrides combokey's handleKey method, it doesn't check to see if a key combo in the key map actually applies before applying logic to preventDefault or...