dimchee

Results 4 issues of dimchee

After following [crate setup section in examples](https://github.com/noib3/nvim-oxi/tree/master/examples#crate-setup), everything worked, until I tried standard plugin refresh without neovim restart. The problem can be simulated with next lua snippet: ```lua -- crash.lua...

I tried using TakeWhile after Iterated, but Iterated function argument seems to be executed before condition of TakeWhile. Is this intentional? ```jl julia> 1:10 |> Iterated(x -> (println("called with: $x");...

Hello, I was trying to use [raylib](https://github.com/raysan5/raylib/) in my zig project. However, it is not compiling. I tried to find the issue, so I tried to locate which packages are...

I couldn't find this documented anywhere, although it seems like reasonable compromise in implementation. ```nix nix-repl> {a = ({} // {}); a.b = {};} error: attribute 'a.b' already defined at...

bug