Matronator

Results 28 issues of Matronator

Adds an option to only ignore postEffects (edge, negate, contrast, colorize) while keeping the other effects (behind/front lines, distortion) intact

I originally had a regular text input outside of the form tags with the `form` attribute linking it to the form. I tested it (in Safari) but the input was...

Promises are so ugly, especially when you have to chain multiple `.Then()` blocks. So I tried to `await` the promise instead, but it won't compile because they're not awaitable. Now...

enhancement
question

Remove `#if NET_40` to make it work on newer versions of .NET.

It would be great if there was some date/time picker when editing a value in DATETIME column. Now you have to type the value as a text, so it would...

Feature Request

Because I only learned about this class by looking through the issues. Maybe it's mentioned somewhere else in the docs, but the docs are kinda meh and difficult to navigate.

## Subject of the issue I'm trying to implement gridstack into my React TypeScript web app and I'm going from the [React example](https://github.com/gridstack/gridstack.js/blob/master/demo/react.html). It would be really helpful to have...

type:enhancement
React

Fixes TypeScript error: Property 'hot' does not exist on type 'NodeModule'.

After starting webpack, it throws errors in several places, saying `TS2307: Cannot find module '@nodegui/nodegui' or its corresponding type declarations`. I noticed that `@nodegui/nodegui` is not declared anywhere in package.json...

I have a grid where I need to show two status columns. One is from a varchar/string column (this one works) and the other one is from a bool/tinyint column...