-
Updated
Aug 16, 2021 - Python
JSON

JSON (JavaScript Object Notation) is a standard file format that uses text to communicate data objects to array data types. This notation makes it easy for applications to parse and generate files. JSON grew out of the need to have a real-time server-to-web browser communication.
Here are 23,060 public repositories matching this topic...
I believe there is a bug here:
https://github.com/SheetJS/sheetjs/blob/333deae63fbe13d1ff2db42e599211a062001c32/bits/87_read.js#L69
If the input data was an ArrayBuffer
but opts would not have a type
set we would essentially convert the ArrayBuffer
to Uint8Array
and call readSync
again but without setting appropriate opts.type
. This then leads to few lines below https://github.com/Sh
-
Updated
Aug 15, 2021 - C++
-
Updated
Aug 13, 2021 - Java
-
Updated
Jun 17, 2021 - Swift
-
Updated
Jul 7, 2021 - Go
Copy some text, then on official demo, select all content (ctrl A + ctrl A) and try to paste. Nothing happens.
This is a minor bug, because a quick workaround is to delete the text prior to paste the content of the clipboard.
Steps to reproduce:
- Copy some text
- Go to https://editorjs.io
- Select all content, by typing ctrl A + ctrl A
- Try to paste
Device, Browser, OS: Macboo
-
Updated
Aug 15, 2021 - JavaScript
Though we include Boost JSON as a dependency for benchmarking purposes, we do not include it as part of our benchmarks currently.
-
Updated
Jun 18, 2021 - Objective-C
Currently, each argument to fx treated as an anonymous function. Here is an example:
fx 'groupBy("commit.author.name")' 'mapValues(size)' toPairs 'sortBy(1)' reverse 'take(10)' fromPairs
But this requires a lot of '
quotes. My idea is to split the argument by whitespaces
. So next will be possible to write:
fx 'groupBy("commit.author.name") mapValues(size) toPairs so
Search backwards
I get this warning when committing:
@rjsf/core: ⚠ Some of your tasks use `git add` command. Please remove it from the config since all modifications made by tasks will be automatically added to the git commit index.
-
Updated
Jul 23, 2021 - Go
-
Updated
Jun 16, 2021 - Objective-C
-
Updated
Aug 5, 2021 - Python
-
Updated
Nov 9, 2020 - Python
-
Updated
May 31, 2021 - CSS
-
Updated
Aug 16, 2021 - TypeScript
-
Updated
Aug 13, 2021 - Java
First check