Ben Bellick

Results 11 issues of Ben Bellick

If `utop` is not installed and the user invokes `M-x utop`, all that occurs is the following vague error message in a new buffer: ``` Process utop exited with code...

Hi! I opened up #471 . I use `utop-mode` but wanted to automatically load in my `.ocamlinit` file at the root level of my project without having to pass it...

# Summary Hi! I am trying to use `utop-mode` in my emacs workflow and am encountering the following issue. I would like to do some basic setup in an `.ocamlinit`...

First, just want to say this library looks pretty awesome and I've been having a lot of fun getting my hands dirty, thanks for all of this work! I have...

Due to a change in the `asyncio` API, the library doesn't work for python version >= 3.11, as the line `from asyncio import coroutine` will fail. Instead of just saying...

Hi, thanks for this package (and the million other awesome packages you've made). I seem to encounter a sporadic error both locally and on CI/CD with a project that uses...

It seems a lot of places in the docs say `ReactEvent`, when they mean to say `React.Event`, [e.g.](https://reasonml.github.io/reason-react/docs/en/usestate-event-value#solution): ```reason /* App.re */ /* CORRECT! This code is bug-free. 👍 */...

I'm working on a project using reason-react and I encountered a mistake which I found hard to solve, and I wanted to contribute to the docs in case anyone else...

Agda version: 2.6.4.3 Emacs version: 29.1 I recently discovered the emacs function `agda2-infer-type-maybe-toplevel` (bound by default to `C-c C-d`), which is pretty useful. However, the "emacs-y" behavior I expected was...