Mark Slade

Results 11 comments of Mark Slade

I'm evaluating this product for my team and have the same concerns, so I'm happy to see this get reopened. I'd be willing to take a stab at a PR...

@m272cels's suggestion gave me problems when configured with `maxItems: 1`. Using Firefox 51 and selectize.js 0.12.4, that onDropdown handler is triggering an infinite loop and crashing the tab. With `maxItems`...

@cha0s This was it for me, and I'm curious how many others in this thread are in similar situations. I had two folders: a project folder (mostly text files and...

Hey @GuyPaddock , small world :) I'm running into the same problem and curious if you ever found a solution or alternative. I'm supporting vendor SASS so rewriting the globs...

Looks like this passes option validation, but in my case still reporting "File to import not found or unreadable" when it reaches a glob import. ``` options: { sassOptions: {...

Recommended verbiage change: https://github.com/webpack/docs/pull/103

Does anyone know what the underlying cause is, or if there's a work-around? This extension had been working for me, then stopped with this error presenting in the log any...

I'll +1 @uzikilon's solution. I am in a tradition repo with all code under `src/`. I'd been playing with `.eslintignore` files at the root level and subdirectories. Eventually scrubbed that...

I whipped this together for anyone looking for a quick hack: ```ts declare module 'react-sortable' { export function sortable( component: React.FC ) : React.FC; } interface SortableProps { onSortItems: (...

Hello, thread. I opened a new ticket describing one of the distinct problems referenced here: #11624 If you're running into missing fields when using fragments off of an interface, the...