-
Updated
Aug 10, 2019 - Python
json-data
Here are 366 public repositories matching this topic...
Hello.
I've come across what (to me) seems to be a problem with the FILENAME and FILENUM variables.
# mlr --version
Miller v5.6.2
# cat /tmp/csv1
A,B,C
_2GB,255,2
_4GB,120,4
_6GB,50,6
_10GB,10,10
# cat /tmp/csv2
FIRST,SECOND,THIRD,FOURTH
1,2,3,4
5,6,7,8
9,10,11,12
13,14,15,16
# mlr --icsv cat then put 'print FILENAME' /tmp/csv1 /tmp/csv2
/tmp/csv1
A=_2GB,B=255,C=2
/
I'm sorry for raising a whole issue on this, I'd have put it in a chat group but I couldn't find one
Jsmn is a world fastest JSON parser/tokenizer.
isn't grammatically correct
its either
Jsmn is the world's fastest JSON parser/tokenizer.
or
Jsmn is one of the world's fastest JSON parsers/tokenizers.
(this is the description in the github top part)
 to set using a new command specific option --key. This feature also bumps the major version to 2.0.0.
Requires updating README.md, CHANGELOG.md, and adding new specific tests for this case as well.
-
Updated
Oct 17, 2019 - PHP
-
Updated
Jul 14, 2019 - JavaScript
-
Updated
Jun 4, 2020 - JavaScript
It appears that both the rgb and rgba value definitions are incorrect.
https://github.com/mdn/data/blob/a2e2d7adb53f7906985b50e30dc3c6fd9c200652/css/syntaxes.json#L531
rgb( <percentage>{3} [ / <alpha-value> ]? ) | rgb( <number>{3} [ / <alpha-value> ]? ) | rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? )
-
Updated
Apr 2, 2018 - JavaScript
The readme stated for the timestamp the following syntax:
{
"operation": "timestamp",
"timestamp[0]": {
"inputFormat": "Mon Jan _2 15:04:05 -0700 2006",
"outputFormat": "2006-01-02T15:04:05-0700"
},
"nowTimestamp": {
"inputFormat": "$now",
"outputFormat": "2006-01-02T15:04:05-0700"
},
"epochTimestamp": {
"inputFormat": "2006-01-02T15:04:05-0700"-
Updated
Jun 8, 2020 - PHP
If the data field is missing when cloning a template, the current error message is very confusing. There should be an clear, explicit error message when data is undefined.
const data = undefined;
dna.clone('book', data); //should immediately throw an error-
Updated
Mar 17, 2020 - JavaScript
I’d like to recommend an updated list of data we should collect for plugins and how we should collect it.
- Collect the target NPM
name:process.argv[2], the first argument passed to the script.
- Collect
entrydata from NPM:https://registry.npmjs.org/${ name }/latest:- Collect
author, the primary author. - Collect
dependencies, all/plugin dependencies. - Coll
- Collect
What should it be called?
- "Array traversal operator": This is what we've always(?) called it
- "Projection operator": I thought about this earlier and it makes some sense. It's very similar to a projection (in the sense that it changes a stream of data); the only difference is that the output can be any value (not only an object).
How do we specify the semantics
There are three
-
Updated
Sep 2, 2017 - Java
-
Updated
Jul 4, 2019 - Python
-
Updated
Oct 11, 2014 - JavaScript
-
Updated
Mar 29, 2020 - JavaScript
-
Updated
May 27, 2019 - Python
-
Updated
May 8, 2019
-
Updated
Sep 10, 2018 - TypeScript
-
Updated
Jan 31, 2019 - Java
-
Updated
May 12, 2020 - Java
-
Updated
Jun 3, 2020 - Shell
Improve this page
Add a description, image, and links to the json-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the json-data topic, visit your repo's landing page and select "manage topics."
http://jsfiddle.net/ht16273t/
As the above Fiddle demonstrates, moving rows between grids doesn't seem to update each grid's pagination. This leads to pages not being added in the destination (and the row seemingly being lost) and all kind of oddness in the source. I'd think this could be resolved with a reloadGrid on each but the ondrop event, according to the documentation, doesn't pass the s