lyaml icon indicating copy to clipboard operation
lyaml copied to clipboard

LibYAML binding for Lua.

Results 20 lyaml issues
Sort by recently updated
recently updated
newest added

Hi, I found a problem, looks like memory leak, in lua-5.1.4. see the following image and code. **screenshot:** ![image](https://user-images.githubusercontent.com/2687963/66807662-16cbde80-ef5c-11e9-90bb-726a5e90c059.png) **the code:** ```lua local lyaml = require("lyaml") local pok, tb =...

On my investigation towards generating a yaml with sorted keys (#45), I realized that I need is the Dumper object used in `lyaml/init.lua` with a small tweak to the `dump_mapping`...

![image](https://user-images.githubusercontent.com/28430309/104571615-43563500-568e-11eb-8bb2-e7c1a12ac1ec.png) When I put the code into my source code, I get an error, Can you help me? tks

It causes problem in strict enviroment. Use it with openResty this would causes lot's of warning message; and in some custom enviroment it's impossible to write into `_G`.

I have installed luarocks for a customised lua version based on 5.1. and now trying to install specl which depends on lyaml. and getting this error. I thought this was...

When I try install lyaml on Windows I get `luke: fatal: cannot find LDocs generator`. But ldoc installed and i can call it from command line. Also cmake file for...

Full synopsis here: https://stackoverflow.com/questions/55708736/

Would it be at all possible to retain line number information for entries? `result = lyaml.dump([[ foo: - bar: 3 bla: 4 - bar: 5 bla: foo ]]` I would...

``` >luarocks install lyaml YAML_DIR="C:\PROGRAM FILES\LIBYAML" YAML_INCDIR="C:\PROGRAM FILES\LIBYAML\INCLUDE" YAML_LIBDIR="C:\PROGRAM FILES\LIBYAML" Installing https://luarocks.org/lyaml-6.2.8-1.src.rock lyaml 6.2.8-1 depends on lua >= 5.1, < 5.5 (5.4-1 provided by VM) C:\Program Files\lua/lua.exe build-aux/luke package="lyaml" version="6.2.8"...

By default, Lua displays only the 14 digits of a number. For numbers with a precision exceeding 14 decimals, Lua will output them using scientific notation, resulting in a loss...