Zac Stringham
Zac Stringham
+1 for encoder AND decoder support of text chunks. I'm currently working on a library to support a proprietary file format for a 2d game engine with the following specifications:...
Fwiw, the PNG spec also dictates that [chunk ordering matters](https://www.w3.org/TR/PNG-Ordering.html). In some cases, this means that the unknown chunk's position relative to other critical chunks is important. While I doubt...
Hitting this error: ``` Error detected while processing WinEnter Autocommands for "*": Error executing lua callback: ...re/nvim/lazy/lspsaga.nvim/lua/lspsaga/symbol/outline.lua:30: Invalid 'group': 52 stack traceback: [C]: in function 'nvim_get_autocmds' ...re/nvim/lazy/lspsaga.nvim/lua/lspsaga/symbol/outline.lua:30: in function 'clean_ctx'...
It fails on Windows due to packaging with `\` in the path. There are also other idiosyncracies--- e.g. `runpodctl send .` creating a `..zip`, and I think Windows can't receive...