Michael J. Ryan

Results 106 issues of Michael J. Ryan

You should filter on the target based on element type, so you don't trigger based on an input/textarea field.

enhancement

Not sure if, or how difficult it would be to improve performance, but this command seems to take 8+ seconds. Where I'm able to use neofetch at the end of...

Was thinking it would be really cool to support the additional features of `sqlcmd` / `osql` in a command parameter... `sql.command(script, [commandVars])` For example: ``` await sql.command(script, {DatabaseName:'foo'}); ``` *...

feature request

Just suggesting related to #136 is to maybe improve the documentation slightly... I'm presuming the stream to the process will be flushed and closed before the signal is sent. Also,...

documentation

Would be nice to see a forEach that allowed for parallel execution.. * `mapParallel(array, options, callback, [thisArg])` * `forEachParallel(array, options, callback, [thisArg])` **options** * concurrency: number, min: 1, max: ????...

enhancement

Instead of requiring the FontAwesome font to be loaded, would be nice to just include the the glyphs as SVG embedded in the JS so that it can be painted...

### Motivation Would be really nice to see the license displayed in the Web and Client UI for WAPM similar to how this works with NPM. ### Proposed solution Include...

A couple suggestions on the navigation controls in modal mode especially... If the display area is a landscape ratio and `width / height` is at least 1.25, then display the...

enhancement

Niggle: this output is *NOT* JSON. JSON is a string, it's always a string that represents a primitive value, array or object structure in JavaScript notation. What you have is...

I'd create a PR for this if I had the time... IT would be really nice if in addition to the `.scss` styling, you exported a function that can generate...