Skip to content
#

json-data

Here are 366 public repositories matching this topic...

Rikaelus
Rikaelus commented Jul 18, 2017

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

Bug
trantor
trantor commented Jan 23, 2020

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
/
therealadityashankar
therealadityashankar commented Mar 21, 2020

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)
![githubthingy](https:/

willie68
willie68 commented Apr 28, 2020

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"
dna.js
jonathantneal
jonathantneal commented Nov 30, 2016

I’d like to recommend an updated list of data we should collect for plugins and how we should collect it.

  1. Collect the target NPM name:
    • process.argv[2], the first argument passed to the script.
  2. Collect entry data from NPM:
    • https://registry.npmjs.org/${ name }/latest:
      • Collect author, the primary author.
      • Collect dependencies, all/plugin dependencies.
      • Coll
GROQ
judofyr
judofyr commented Aug 12, 2019

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

Improve this page

Add a description, image, and links to the json-data topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.