Ryan Kennedy

Results 24 comments of Ryan Kennedy

What if the packages were simply _sorted_ based on their presence in a `package.json`? This way, the packages you intentionally installed will rise to the top of the list. I've...

I'm interested in this as well, and the shader editor in Unity is a good analog. My use case is for operations on a `json` port type such as "Merge"...

I'd be happy to start working on this. I'd like to add a gradient editor and rich text editor to my Storybook's controls without having to modify the core controls...

I tried pinning to a github/hash version to get around this problem, but for some reason the binary is not being built/loaded into `node_modules/.bin` so I can't use it. Attempted...

In case this unblocks someone: try `npx typewriter@next`. This worked for me.

@macrozone do you have an example of a working Storybook configuration? I'm in the exact same situation **[EDIT:]** Managed to get it working by creating this `.storybook/webpack.config.js`: ```js const babelrc...

@rexxars The current behavior actually seems right to me. Check out this example which might help explain: ```js let {parse, evaluate} = require("groq-js") let query = `constructor.name == $name` let...

They're under `my-project/deployment`; I've updated my comment.

@TonyYu2015 Thanks for the suggestion! I was debating between a keyboard hook and an event listener on the `.task` element. Upon reflection, it appears that this ticket is a request...