Rob Eady
Rob Eady
This gives consistent highlighting.
I have created a command line script to run the converter outside of Sublime, `csscheme.py`. I've also fixed a few things. I don't have Sublime Text, perhaps you can test...
In various places, this library uses code like the following to obtain the default background color: https://github.com/gabdube/native-windows-gui/blob/19938bd7b1d0a52055e66bd0705967f905796a81/native-windows-gui/src/win32/window.rs#L430 This code is missing a `+ 1` when reinterpreting a color constant as...
It seems like the library is currently hardcoded to compare the value produced by the selector using `Object.is` https://github.com/dai-shi/use-context-selector/blob/ba7476affc7cf198c9ed72c2f5db538b3998ac39/src/index.js#L82 Sometimes it may be useful to use a different equality comparison...
Scenario - scene has an armature with an associated animation action. this is the target - import a source armature which also has animations, and configure the retargeting plugin (bone...
### Suggestion In matrix mode, if you choose the wrong item to make unrestricted, this can result in 'linearly dependent recipes detected'. The way you want to resolve this situation...
It appears that table mode only works for tables that have a leading pipe, but that's not required in github-flavoured markdown
Compared to other mode indicators such as encoding, file format and line endings: 1. The `Table Mode: On` indicator takes up a lot of space. - I don't think the...