Skip to content
#

decode

Here are 353 public repositories matching this topic...

Doctor-love
Doctor-love commented Jan 24, 2022

"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

enhancement help wanted good first issue
mre
mre commented Sep 21, 2019

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

enhancement help wanted good first issue hacktoberfest
python-benedict
pSpitzner
pSpitzner commented Oct 3, 2021

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

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the decode 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 decode topic, visit your repo's landing page and select "manage topics."

Learn more