Viewing profile — WiiManic
WiiManic
HN member- Joined
- Sun, Mar 25, 2018, 8:11 PM UTC
- HN karma
- 93
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About WiiManic
No profile information was provided.
Recent public activity
-
comment
Comment #41739534
Something that I've really not seen mentioned, is that they are also (and still!) ignoring the licensing that Microsoft has around VSCode. VSCode is built on open source of course,…
-
comment
Comment #27659692
We host the VSCode extension host, which is how Oni2 can use VSCode extensions. I.e, the whole front end and core editor is native code (ReasonML/C), and then there is a nicely typ…
-
comment
Comment #27659657
Its written mostly in ReasonML (syntax for OCaml) with a bunch of C-libs wrapped in OCaml (Skia/Harfbuzz/SDL2 etc), so it compiles properly to native in the same way that normal OC…
-
comment
Comment #27656178
> Just saw that it is actually open source and will be available for non-commercial use for free. I'm more than fine with that model! Yeah, we are using the dual-licensing model th…
-
comment
Comment #27655276
> but implementing a vim backend is a monumental task if you intend to be compatible with existing vim plugins We skipped that and haven't implemented any vim backend at all! We us…
-
comment
Comment #27655214
Oni2 is available for use for free for non-commercial usage, it just needs building from source at the moment. The steps are in the user manual if anyone is interested: https://oni…
-
comment
Comment #27655190
This isn't technically true, the extension host we use is directly the one from VSCode, such that we can support their extensions (well...a subset as we fill in the gaps in for the…
-
comment
Comment #27366345
(Another dev here!) Its a workflow we are looking into supporting, but its difficult. VSCode has extensions that are licenesed in a different way to the rest, which includes all th…
-
comment
Comment #24315381
ReScript and ReasonML are separate projects, check out the ReScript FAQs for the relationship between OCaml/Reason/Bucklescript/ReScript. https://forum.rescript-lang.org/t/rescript…
-
comment
Comment #23638734
Yeah, I would say that I don't think I've joined Zoom and used it that way, its almost always either a set scheduled meeting where there is a dedicated room, or just an always up r…
-
comment
Comment #23634001
And if its not obvious, the links are for Onivim1, rather than Oni2. There is a somewhat out of date document on the motivation behind starting Oni2 here: https://github.com/onivim…
-
comment
Comment #23628285
(Dev on Oni2) We are adding Vim-style tabs as well (i.e. tabs are a view on to buffers, where a buffer can be any split etc as expected). That said, you are right that a lot of peo…