neon
neon copied to clipboard
🍸 Encodes and decodes NEON file format.
Hi, is trimming leading zeros from numeric string a feature or a bug? ``` - 0907123456 ``` valid mobile number gets parsed as `907123456` integer. I know I can use...
# Prologue This RFC aims to keep original NEON format and prevent data losing. It's in correlation to #51. Picture you have really big NEON file holding big definition schema...
# Prologue I'd like to propose a new NEON features. I named them anchors, references, extend. It basically came from YAML (https://en.wikipedia.org/wiki/YAML#Syntax, https://blog.daemonl.com/2016/02/yaml.html). When you are using NEON in nette-like...
I think that it is better to return large integers as string instead of casting them to float. What do you think? Any tips, how to efficiently decide whether string...
Version: v3.2.2 src/Neon/Encoder.php ### Bug Description [root@da181c4efe61 neon]# vendor/bin/phpstan -v Note: Using configuration file /neon/phpstan.neon. 5/5 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% < 1 sec ------ ------------------------------------------------------------------------------- Line Neon/Encoder.php ------ ------------------------------------------------------------------------------- 35 Else branch...
Same issue as #77, but [tried different approach](https://github.com/nette/neon/pull/77#issuecomment-2986280205).
This PR is a part of group of three PRs which should be merged together. This are the other PRs: PR1 https://github.com/nette/di/pull/318 PR3 https://github.com/nette/application/pull/339 The complex solution + tests are...
- bug fix - BC break? no --------- - When using custom indents (spaces) and block mode, inner part of block strings were always indented with tab. - This showed...
Version: 3.3.4 ### Bug Description when putting a invalid utf8 character into a neon file we get a "Invalid UTF-8 sequence" when loading said file back ### Steps To Reproduce...