Jlll1
Jlll1
I think it'd be much more convenient if we were able to pass a `Type[]` as a parameter to a `Get()` method. Right now building queries with variable includes results...
Change `upddate` to `update` in `makeElmish` and `makeElmishSimple` examples
I've been noticing that there are some css properties missing in Sutil, for example `align-items`, `place-self` etc. I wonder if this is done on purpose? Is Sutil trying to limit...
Hello! I've noticed that some of the parameter names in `api.h` are named, while others are unnamed, without any visible pattern. If a PR is welcome for cleaning it up,...
**Is your feature request related to a problem? Please describe.** When adding a text box, in order to create a solid background / border for it, to make it more...
Many applications require use of hexadecimal representation for colors (for example `0x0000aa`). Currently nvim-colorizer does not highlight these. This feature request is about adding support for hexadecimal color representation and...