James W Mann

Results 17 issues of James W Mann

I have a Windows keyboard with one 'Windows' key on the left of the spacebar which I have assigned as the 'option' key. I don't have an 'Windows' key on...

Even allowing basic system default sounds would be nice

This is a feature I used to much effect from CtrlP. I bound the buffer list to `` so I can effectively press `` to go to the previous buffer....

priority: 3 - wishlist
enhancement: tweak & config

I'm try to control the drag boundaries using `onMoveStart` and `onMoveEnd` but the position object it returns doesn't return anything to do with the last center value. In fact, looking...

Is there a particular reason why this rule isn't being run in the linter? I feel like this is the most important rule to be run. I also don't see...

toolbox-linter

A bug I've been getting that's been finding it's way into a bunch of other edge-cases is the fact that the state `values` is only set after the menu closes....

I have dynamic fields set up as per the Ant Design example https://ant.design/components/form/#components-form-demo-dynamic-form-item However, I need to keep the form object to show another step of the submission process. Luckily,...

I thought perhaps it was my implementation that was incorrect but it seems something it clearly not playing nicely with macos. I took your script and put it all in...

Is there a way to use nested fields? An example would be an array of fields that nests under a common key. ``` import React, { Component } from 'react';...

enhancement