James Stine

Results 37 comments of James Stine

Cloudflare's intention behind environment variables is that you should be using the `.dev.vars` for your local environment variables including secrets. With that in mind, you still need to communicate your...

Just ran into this issue. I did not expect this to be a bug with React, but here we are. My current workaround is to create my own checkbox component...

@kirilledelman It's a simple solution. I don't think I'll be using it though because it means having to add this logic to any form that might use checkboxes. That's why...

> Any update on merging this? As of today sorting is still reversed, as mentioned on the original issue. They don't want to accept this as a fix to the...

> > > Any update on merging this? As of today sorting is still reversed, as mentioned on the original issue. > > > > > > They don't want...

> I like many of the changes here, but sorting on the frontend could present a problem if pagination is ever added to the store. I believe that's why we...

At first glance I don't see anything wrong. I can't really get the plugin repo to work locally at the moment plus I have to seed it with some data....