tsukimizake

Results 13 comments of tsukimizake

Pardon me for jumping in. > Since clang++ correctly picks up the header files during compilation Is it exactly the clang++ from homebrew llvm, not the default installed one or...

Oh,my. It seems to be solved already. Sorry for disturbing...

Hi. I'm trying to implement IME support for neovim-dot-app on my fork. (https://github.com/tsukimizake/neovim-dot-app) Basic Japanese input is already working, but there's one problem left. Marked text (text being passed to...

> This... didn't work, but I replaced clang with gcc and it worked. Sorted! Same here. I don't know whether it applies to him, but on my environment, just `clang`...

`let x = 1` は ``` [ { type: 'def', name: 'x', expr: { type: 'fn', args: [], retType: null, children: [Array], loc: [Object] }, mut: false, attr: [], loc:...

Seems like isahc is stuck while polling. Probably the same as #54, so I think #55 may fix it too.

Hi. I'm trying to write a keyboard firmware for my crkbd with ratel. I have to write pro micro support for ratel at first. I thought it can be relatively...

Floskell depends on haskell-src-exts, and it's discontinued 4 years ago. It won't fix. I recommend using ormolu instead.

I tried to debug the boolean operations with coplanar faces on https://github.com/tsukimizake/truck/tree/fix-coplanar-boolean-operations-2 . Now I gave up fixing it, but at least I could make or operation of adjacent cubes...

I'm trying to implement it here. https://github.com/Heliozoa/elm_rs/compare/main...tsukimizake:elm_rs:recursive_enum?expand=1 As it seems very hard to detect mutual recursions, my current implementation requires a notation of `#[elm_rs(lazy)]` on recursive fields.