Results 653 issues of milahu

fix #255 build warning is ``` /build/Js2Py-0.71/js2py/internals/opcodes.py:801: SyntaxWarning: "is" with a literal. Did you mean "=="? if not issubclass(globals()[g], OP_CODE) or g is 'OP_CODE': ```

git backend sounds awesome in terms of portability (free git hosting) but why reinvent the wheel? there should be other offline-first libraries that already have all the wanted features, and...

the color picker should use the current color as start value, to allow small changes

i made a wrapper script, to convert aha's html output to github-compatible html https://github.com/milahu/random/blob/master/colors-to-github.sh on github, we need `red` etc demo: `colors-to-github.sh jp2a 'awesome face.png'` .;ldkO00Okdl;. .o0XXXXXXXXXXXXXX0o. .kKKXXXXXXXXXXXXKKXXXXk' ::dk: :0XXXXXXdcdkd.'xXXXo...

https://www.reddit.com/r/nosyntax/

### intro i want to parse [nickel](https://github.com/tweag/nickel) [multistrings](https://nickel-lang.org/user-manual/syntax#strings) in [tree-sitter-nickel](https://github.com/milahu/tree-sitter-nickel) m%%"string_prefix%%%%{ expression }string_suffix"%%m ^^ these % are part of the string prefix the multistring start token `m%%"` sets the `multistring_level`...

documentation

required for reproducible builds, for example on nixos

allow to select value with mouse wheel trigger onChange event on every step https://developer.mozilla.org/en-US/docs/Web/API/Element/wheel_event

fix minor bug: when i click a preset value i must press enter to trigger the onChange event

sample code ```js // auto-generate interface functions (glue code) from typescript *.d.ts types file const TSTypesParser = require('ts-types-parser'); const parser = new TSTypesParser(); // input + output file parser.setSource('node_modules/typescript/lib/lib.dom.d.ts'); parser.setTarget('interface.out.js');...