Casey Britt

Results 6 issues of Casey Britt

I have my app setup with a route for `/item/:id`. This is working fine, but in the event that someone visits `/item/`, I'd like to grab the very first item...

I have the following instance of Control: ``` ``` Then I have the following changeAction: ``` changeAction(id: string, property: string) { return (model: string, value: string | number) => {...

enhancement

I have developed a system for a project that I'm working on based around how this plugin sorted previously. It went roughly like this: Items that start with `!` are...

In addition to Max Per Row/Column, I'd love the ability to specify the max height of a column. I have a few symbols that are rather large and would prefer...

enhancement

This plugin is incredible. I think two minor tweaks to the Commit Dialog would be really nice improvements. 1) When the Commit dialog opens, it would be great if the...

feature
help wanted

I'm trying to figure out the same issue that is covered here: https://github.com/facebook/react/issues/19430 I'm using the same code to load the extensions and getting the same code 2 error. I'm...