decoder
Here are 616 public repositories matching this topic...
The methods do not support the "object_hook" keyword argument. There also does not seem some other way to achieve the same result.
This seriously limits its usefulness. Are there any plans to implement object_hooks?
There is an issue with the reference to the HTML spec in README.md in the following part:
This function takes a string of HTML and decodes any named and numerical character references in it using the algorithm described in section 12.2.4.69 of the HTML spec.
This link I assumed would take me to section 12
-
Updated
Jul 6, 2020 - Go
-
Updated
Jun 22, 2020 - C
The repository description states This is first and only QR code reader that works without extensions. however this is false since this requires the GD Extension.
-
Updated
Jun 25, 2020 - C
-
Updated
Apr 1, 2020 - JavaScript
To support the use case of generating videos from still images, the -loop flag should be added -loop 1 per ffmpeg docs.
Currently, this flag is not exposed in EncodingAttributes.
Sanity checks:
This flag should co-occur with a durationAttribute or the encoding will loop forever.
-
Updated
Jul 10, 2020 - C++
SECURITY: Examples, default usage, `JSONToken` fail to check `Expiration`, `NotBefore` by default.
Given that PASETO is designed for "Resistance to Implementation Error / Misuse", I'm surprised the examples don't cover calling JSONToken.Validate, nor does JSONToken.UnmarshalJSON do this on it's own.
The documentation does indicate that the standard claims are optional, which would mean that calling the default set of validation functions during JSONToken.Unmarshal might break the curre
The documentation is not clear about the order in which the entries of a JSON object will be iterated through the JsonValue::entries method. Is it a lexicographic order? Order of definition in the original string?
Issue #68 is letting me think there was some kind of defined order between keys in an older version of the crate, but is now the order of definition.
-
Updated
Sep 21, 2019 - C++
In https://github.com/lapo-luchini/asn1js/blob/master/asn1.js row 172 you create a string containing the length of an Integer
s = "(" + len + " bit)\n";
I think this message is a little bit misleading, as every Integer in ASN.1 is a signed number. To make this more clear, I think the following message would be more correct:
s = "(" + (len+1) + " bit incl. sign)\n";
-
Updated
Jun 7, 2020 - C++
-
Updated
Jun 28, 2020 - Java
-
Updated
Jul 8, 2020 - Python
-
Updated
Jul 5, 2020 - C++
What I did: json.Marshal(envelope)
What I expected: convert an Envelope object into Json
What I got: a stack overflow when envelope contains at least one part
Release or branch I am using: master
Please find attached a file to reproduce. As I understand the problem, there is an infinite loop while walking the Envelope object as we can go to Envelope.Root.FirstChild.Parent.FirstChild.Pa
Improve this page
Add a description, image, and links to the decoder topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the decoder topic, visit your repo's landing page and select "manage topics."


./configure.pycomplains about missing Python library and asks to dopython3 -m pip install --user docopt ninja-syntax. Yes it does work. ButREADME.mddoesn't mention this.It doesn't mention need for a
ninjaeither.