Kasper Kondzielski

Results 142 comments of Kasper Kondzielski

With all these changes my custom should expand function looks as follow: ```lua local function has_one_child_folder(node) return #node.nodes == 1 and node.nodes[1].nodes and vim.loop.fs_access(node.nodes[1].absolute_path, "R") or false end local function...

@alex-courtis just fyi: I didn't forget about this. Just trying to finish my new apartment, so I can finally move in. I will try to finish this soon.

I am not happy about the implementation of `SkipIfEmptyCollection` so I am fine with dropping it at this stage to minimize the amount of changes, but wanted to showcase it...

@hazendaz Is there anything that we could help with to get this released?

Hi, Yes, the change was made deliberately to improve rendering of big structures when they are identical but contain some ignored fields inside. Atm there is no way to retrieve...

Maybe it would just make sense to support arbitrary configuration passed inline?

I will rephrase the main problem as I am not 100% sure if my issue is the same (though I think so). When I perform snippet expansion sometimes I don't...

tests passed but `java.net.ProtocolException: Server redirected too many times (20)`

Can be, I haven't seen it with other filesystems. I will try my zfs config with `size = 100%` and report the results