bryphe
bryphe
Just saw there was a new release of `@opam/reason` at version `3.6.2` - figured I'd give it a test run! It looks like there is a regression with `refmt` -...
This is a fix proposed by @CrossR for #2690 - we can pass any additional arguments after a `--` directly to Neovim. For example, `oni some-file.js -- -S my-session.vim` Still...
**Oni Version:** 0.3.6 **Neovim Version (Linux only):** 0.3.0 **Operating System:** OSX **Issue:** Crash on start on OSX, depending on some configurations. This shows as a misleading "Unable to start Neovim...
One key issue with Revery's flutter-like approach to UI widgets is accessibility. Using the native system widgets gives you accessibility "for free", but not so for Revery - the framebuffer...
Related https://github.com/onivim/oni2/pull/2880 - Turn on 'AppleSmoothScrollMomentumEnabled' flag - Fix bug where the app would intermittently go idle during a smooth-scroll gesture
Add FFI for blur filter image mode
@lessp has done some awesome work in pioneering a fetch API for us through https://github.com/lessp/fetch Unfortunately, we can't use it in Onivim 2 yet - I would love to be...
OPAM package
I'd like to publish an OPAM package for revery to make sure it's usable with the broader OCaml community (which would primarily consume this library via OPAM). I've only tested...
This adds some basic handling (at least, a hook) for a consumer of the `` component to provide an image renderer. Needed for markdown rendering in Onivim (extension details tend...
It would be great to have a cross-platform API for integrating with the system 'tray' (the system's notification area). Electron has shown a potential API for this use-case, along with...