Mika

Results 5 issues of Mika

Server Connection Lost after using inventories When moving an item through inventories, (lifting them up so to say) on a server you lose connection. What should happen: You move the...

bug

I used the newest build (19-7-21) (build it myself and used it), but also the CurseForge version as well as a version from 06-07-21. Whenever the mod was installed on...

1.17

SH formats my GADTs instead of this: ```hs data Foo a where SomeA :: String -> Foo () SomeB :: Bool -> Foo String SomeC :: String -> Foo ()...

### Neovim version (nvim -v) NVIM v0.9.1 Build type: Release LuaJIT 2.1.0-beta3 ### Operating system/version MacOS 12.1 ### Output of :AerialInfo Aerial Info ----------- Filetype: go Configured backends: treesitter (supported)...

bug

when testing a project with judge like this: ```janet (declare-project :name "judge / cmd test" :version "0.1.0" :dependencies [{:url "https://github.com/ianthehenry/judge.git" :tag "v2.9.0"}]) (declare-executable :name "ttt" :entry "src/init.janet") ``` and ```janet...