Results 463 issues of milahu

repro ```js const TreeSitter = require('tree-sitter'); const TreeSitterBash = require('tree-sitter-bash'); const parser = new TreeSitter(); parser.setLanguage(TreeSitterBash); const sourceCode = `\ #!/usr/bin/env bash # hello # world main() { echo "hello...

i get these nodes from empty lines ```js { type: '\n', text: '\n\n' } { type: '\n', text: '\n' } ``` the node.type should be printable, for example ```js {...

in configure phase, avoid the false negative ``` Library iconv found: NO ``` instead, on linux ``` Checking for function "iconv_open" : YES ```

hubzilla has moved to website: https://zotlabs.org/page/hubzilla/hubzilla-project git: https://framagit.org/hubzilla/core also: the new version of [ricochet](https://github.com/ricochet-im/ricochet) is [ricochet-refresh](https://github.com/blueprint-freespeech/ricochet-refresh), with support for v3 onion domains

could not find this function in `list-utils.sh` ```sh function array_indexof() { [ $# -lt 2 ] && return 1 local a=("$@") local v="${a[-1]}" unset a[-1] local i for i in...

please include this feature on the [demo page](https://felixhao28.github.io/JSCPP/), so we can link to demo code sample implementation: ```javascript Main = React.createClass({ // .... saveToUrl: function(e) { if (e != null)...

my eyes are hurting from all the `../../` cant we just copy the makefiles to `/` and run `autoreconf` there? so we have pretty paths like `src/mkContext.cpp`

so the file extension shows the embedded language each compile step removes one extension ``` ragel atoi.c.rl -o atoi.c gcc atoi.c -o atoi ``` ``` atoi.c.rl atoi.c atoi ``` or...

dear santa, can i use ShivyC to eval C code 'on the fly' without compiling and running the binary program? like a C shell in python. or, like a code...

dear Vanilla-Semantic-UI, please keep up the fight for better performance this is a copy-paste from [Semantic-UI issue 6703](https://github.com/Semantic-Org/Semantic-UI/issues/6703) ### Semantic-UI should run faster. jQuery is slow. prefer native JS ###...