-
Updated
Sep 17, 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,526 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
Sep 17, 2021 - C++
-
Updated
Sep 16, 2021 - Java
-
Updated
Jun 17, 2021 - Swift
-
Updated
Sep 16, 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
Sep 14, 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
Sep 6, 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
Sep 16, 2021 - Go
-
Updated
Sep 17, 2021 - Objective-C
-
Updated
Sep 9, 2021 - Python
-
Updated
Nov 9, 2020 - Python
-
Updated
Sep 17, 2021 - TypeScript
Hi Everyone
Brand new to pino and been creating a transport to send data to Cloudwatch-logs. Doing this as the old package has not been updated for a while and is now legacy.
The code works fine, I guess I am asking if what I am doing is correct. I have created a transport that inside its writeable stream formats the data for Cloudwatch and then sends it on its way. Is there a better way?
-
Updated
Sep 7, 2021 - CSS
-
Updated
Sep 16, 2021 - Java
First check