Ravi
Ravi
### Description I'm building a docker image with some custom S3 assets, none of which are delivered via maven and so every time I build it a warning is printed:...
We finally have a packaging mechanism that seems to work so that we can create an executable for folks that don't have node installed. Once the exporter works again this...
Referencing pull request #119 and @harelba. It still seems to me that this could be done easier (and potentially faster) without building your own module. Something along the lines of:...
Make known errors (such as remote host not reachable) easier to understand. Right now the errors thrown are cryptic or exceptions thrown by ElasticSearch and don't help much in resolving...
You could enhance the matching by using regexes to match the input keys. I'm imagining some combos like ``` // match key with any modifier listener.register_regexcombo(/(shift|ctrl|alt) s/) // match all...
Currently nomnom supports abbreviations for options using the 'abbr' option. Unfortunately I'm running into the situation where I have a lot of command line options so that the restriction to...
Building the executable crashes with Error: ```bash clang -flto -g -Wall -MMD -MF ./.obj/index.o.d -Wno-array-bounds -D_GNU_SOURCE -O2 -flto -c -I/usr/local/include/quickjs -o .obj/index.o index.c index.c:70736:16: error: redefinition of 'qjsc_index_size' const uint32_t...