byte-array
Here are 37 public repositories matching this topic...
-
Updated
Mar 23, 2020 - Pascal
When you load the pdf using a byte array or a blob you have to press back twice come back to previos page.
For example : You have an overview with a list of files, and when you click on on row will be redirected to a detail page where the pdf content is shown. In this case I have to press twice back button to the to the overview page.
This issue can be reproduced on the demo app : https://n
-
Updated
Jan 30, 2020 - Clojure
-
Updated
Jun 10, 2020 - Java
-
Updated
Jul 2, 2020 - Java
-
Updated
Sep 6, 2019 - Java
-
Updated
Jun 26, 2020 - JavaScript
-
Updated
Jul 2, 2019 - Java
Description
We're lacking a style guideline both for the C# code and the Sphinx doc generation.
Impact
It will keep the code clean and concise for all devs
Proposed solutions
- provide a document with the desired guidelines
- settle upon a .editorconfig for all file types
- create appropriate resharper code formatter
- define linter / formatter rules as appropriate
-
Updated
May 1, 2020 - Java
-
Updated
Apr 18, 2020 - C
-
Updated
Oct 6, 2019 - Clojure
-
Updated
Apr 25, 2020 - C#
-
Updated
Jun 21, 2019 - C#
-
Updated
Sep 2, 2019 - Go
-
Updated
Jul 4, 2019 - Dart
-
Updated
Aug 30, 2019
-
Updated
Oct 22, 2018 - C
-
Updated
Jul 5, 2018 - Java
-
Updated
Sep 14, 2019 - PHP
-
Updated
Oct 16, 2017 - C#
-
Updated
May 11, 2018 - C#
-
Updated
May 21, 2018 - C#
-
Updated
May 18, 2020 - JavaScript
-
Updated
Jul 3, 2017 - Java
-
Updated
Jan 29, 2020 - C#
-
Updated
Jan 1, 2018 - C#
Improve this page
Add a description, image, and links to the byte-array topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the byte-array topic, visit your repo's landing page and select "manage topics."
https://docs.rs/nom/5.0.1/nom/macro.tag_bits.html documentation says that tag_bits signature is
tag_bits!(type, count, pattern)
. The first parameter,type
, was removed in the commit 0313c1d63fe5fd074989c958073f2340385a1d43, but documentation was not updated.take_bits!
documentation has a similar issue.