-
The syntax highlighter is extremely buggy and I have addressed the issues in this package: https://github.com/wcandillon/language-jsoniq
Would it be worth it to deprecate this package in favor of lan…
-
http://www.jsoniq.org/
http://www.slideshare.net/wcandillon/jsoniq-the-sql-of-nosql
http://www.zorba-xquery.com/
-
[Enter steps to reproduce below:]
1. Create an HTML PAge
2. Se;ect "Live"
**Atom Version**: 0.196.0
**System**: Mac OS X 10.10.3
**Thrown From**: [preview-plus](https://github.com/skandasoft/preview-…
ghost updated
9 years ago
-
We're using Ace by including the original source code - so not the built version - by including all files we might need with require.js.
The modes `xquery` and `jsoniq` are giving some unwanted behav…
mwoc updated
10 years ago
-
Example of failing json:
{
"phone" : ["604 123-1234","406 321-4321"],
"phoneNumbers2" : [ "212 732-1234", "646 123-4567" ]
}
Script to try (if the above is in the file failing.json
import m…
-
why i use node `node --trace-gc`
root:localhost:~ # node --trace-gc
[50926] 91 ms: Scavenge 2.0 (37.5) -> 1.7 (37.5) MB, 0.7 ms [allocation failure].
[50926] 92 ms: Scavenge 2.0 (37.5) …
-
-- Looking for bison
-- Looking for flex
-- Bison: 0.0 < 2.6
-- Bison: 0.0 < 3.0
-- GNU Bison is not available -- the parser will not be regenerated
-- Using repository files /home…
-
Some files in the october/modules/backend/formwidgets/codeeditor/assets/vendor/ace/ directory have weird line-endings. For example, the mode-diff.js file there has its header with Unix line endings (…
-
Support for JSON.
L2L2L updated
10 years ago
-
I have updated this in order to also reflect DELETEs.
This would be important if one has to do updates/deletes on many documents based on some filter.
Instead of querying, loading, changing and savi…