Wouter Hager
Wouter Hager
When creating a `new declare([OnDemandGrid, Keyboard, Selection, Editor, DijitRegistry])` with column `{editor: "checkbox"}` the whole cell will trigger the checkbox. This way it sometimes gets selected unintentionally. Also, clicking outside...
Since dstore seems to follow RQL, I would like to see an option to force sort by datatype (e.g. number, boolean, date, etc.). Currently the prefix is escaped, and I...
It would be interesting to see if a javascript version of this library could be created using SIMD.js. https://developer.mozilla.org/nl/docs/Web/JavaScript/Reference/Global_Objects/SIMD https://github.com/tc39/ecmascript_simd https://github.com/jonbrennecke/node-simd
### Version report Jenkins and plugins versions report: `Jenkins 2.321` / `Checks plugin 1.0.13` ``` Jenkins: 2.321 OS: Linux - 5.4.149-73.259.amzn2.x86_64 --- ace-editor:1.1 ansicolor:1.0.1 apache-httpcomponents-client-4-api:4.5.13-1.0 authentication-tokens:1.4 aws-credentials:1.32 aws-java-sdk:1.12.101-300.vc09c7be9cb57 aws-java-sdk-cloudformation:1.12.101-300.vc09c7be9cb57 aws-java-sdk-codebuild:1.12.101-300.vc09c7be9cb57...
Node wrapper
I'm trying to create a node wrapper using node-ffi. It seems pretty straightforward, but I get a segfault when trying to work with cursors. Please consider the code: https://gist.github.com/wshager/edf7bb5d58d4873fea88
Currently the collection browser can't be used in mobile devices. My new collection browser widget solves this: https://github.com/wshager/xcollectionbrowser I'll create a pull request ASAP
When storing (text) documents of unkown mime-type in eXide, eXist complains about "content not allowed in prolog", i.e. not valid XML. Perhaps this should be addressed as eXist bug, but...
When typing in the editor in chrome on android, I can only tap backspace twice and then the cursor stops responding. I'll debug later, but added this issue as I'm...
When on the bottom line, the error popup often gets in the way of completing the last line. There usually is an error on the last line, when typing in...
Sometimes index.js is not in lib, but in root. Especially in your own packages ;-)