-
An article on Centroid Decomposition is much needed, tackling [Fixed-Length Paths I](https://cses.fi/problemset/task/2080) and [Fixed-Length Paths II](https://cses.fi/problemset/task/2081) of CSES Pro…
-
This is about an issue that I've encountered while working on my first project involving GPIO and PWM, so apologies if the terminology is a bit off. I'm currently trying to implement an air conditione…
-
Hello @muhammederdem and props for open sourcing this! This looks amazing.
I noticed that the max card number length ui is 16 characters, which is not always the case.
For example, this maestro…
-
This appears to only work with fixed barcode lengths assigned to `characterCount`, and therefore is useless for QR codes.
Any thoughts on a fix?
-
Hello, thanks for this great and very useful library.
I was able to successfully read the eancom d.96a standard with variable length data fields separated by specific characters (as defined in the UN…
-
I have a situation where I'd like to parse a flat file without linebreaks that also contains "sub" arrays. Is there a way to specify that as a parser definition? (I may not have the right syntax for…
-
In _mcrypt__encrypt and _mcrypt__decrypt the key length is fixed at 24. This breaks encoding/decoding for algorithms that use have key lengths greater than 24.
-
I'm not really sure if I should be posting a suggestion here, I'm sorry in advance if I shouldn't!
It was bothering me that types didn't have a fixed length, because I had to zip around to look at …
-
I didn't find if it is currently possible, but could we get support for fixed-length values? With possibility of left/right padding the value.
I don't know if there is some functionality for that …
-
In DB - there are types like fixed length string char(3) or variable length string varchar(30).
Many scenarios, fixed-length string types hints big reduction in both storage and computation.