Gardanta Spirito

Results 10 comments of Gardanta Spirito

I'm not sure that bolt v1-v2 really should be supported.

Oh. I managed to start Oni2 by unsetting `LANG`. It was previously set to `cv_RU.UTF-8`. @lallenfrancisl, @black7375, can you please confirm that running `LANG=en_US.UTF-8 Oni2_editor` (or `unset LANG && Oni2_editor`)...

I'm working on it. But it's waaaay too hacky. https://gist.github.com/gardspirito/3215d95a7af8268cf7757a7ddf47b970 [broken] In my case, though, it suffers because of #3772

> Hope still that someone from the community can help to have a draft version for oni in nix! NixOS/nixpkgs#136101. I guess it soon will be included into unstable.

> Either decide on making support for 10+ packages a priority (goodbye life), or close it. I think of issues as a general way to inform the community and developers...

> I think of _issues_ as something I'm having an _issue_ with, as in a _problem_ with. I can't see how this should be a problem related to the development...

> Yeah, the labels read: We request help for implementing a new feature in the area of packaging (platform specific) > So, I ask, is this a sane strategy? I...

Unfree version of Oni2 has been merged into Nixpkgs Unstable. Note that Hydra, obviously, does not perform building of unfree packages, and therefore installing oni2 from Nixpkgs will force local...

I love this extension, but I don't like the fact it sometimes turns my laptop into a helicopter (if judge by sound). One thing I also found is that besides...

I'd suggest to grab [`use` from Unison](https://www.unison-lang.org/learn/language-reference/use-clauses/). ```rust import stdlib.{List, Vec} // ... use List.* // ... use Vec.* ``` ... so that `use` brings required functions into local scope.