decode
Here are 337 public repositories matching this topic...
-
Updated
Dec 29, 2021 - JavaScript
-
Updated
Jun 16, 2021 - Java
-
Updated
Dec 9, 2021 - C
-
Updated
Mar 18, 2022 - TypeScript
-
Updated
Nov 12, 2021 - JavaScript
-
Updated
Feb 28, 2022 - JavaScript
Good First Issue
Question:
you question?
System version:
10.0
Mobile phone brands:
xiaomi
LogFile:
check call "Xlog.appenderOpen" Incoming file address, using mars python shell parse to log file and push this
From our benchmarks we can see that we are consistently slower than everyone else when serializing/deserializing boolean values. We should fix that.
orjson is using an unsafe block to create a reference to a boolean:
https://github.com/ijl/orjson/blob/03d55e99a953ce93cedc05f03e4b63b0bcbbcc7a/src/decode.rs#L81-L96
This avoids additional allocations.
For comparison, this is our code at the
This adds the ability to auto-complete keys of benedicts in an interactive ipython console.
Pressing tab when entering a key of a benedict instance will offer a selection of possible keys.
This allows for quick traversing into deeper levels, when benedicts are nested.
I adapted the code from the [ipython completer in h5py](https://github.com/h5py/h5py/blob/d40791348bb54c04ab9c7e644561fc236523
-
Updated
Feb 12, 2022 - Python
-
Updated
Oct 3, 2021 - Go
-
Updated
Jul 27, 2021 - PHP
-
Updated
Feb 15, 2022 - TypeScript
-
Updated
Mar 7, 2022 - Python
-
Updated
Oct 10, 2019 - JavaScript
-
Updated
Mar 11, 2022 - PHP
-
Updated
Oct 26, 2017 - JavaScript
Improve this page
Add a description, image, and links to the decode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the decode topic, visit your repo's landing page and select "manage topics."
"Snap" is a popular package format that enables Linux users to install and run applications cross-distro.
In order to help potential users discover and use fq, it would be neat to automatically build and publish a snap during the release process.
fq utilizes GoReleaser in [the "release" workflow