Levi Roth

Results 11 comments of Levi Roth

Documentation here would be really welcome. Where the documentation says, "Create a module for each kind of notifications you want using module Eliom_notif.​Simple. For example the notifications of new messages...

I've been using it for a couple weeks now: https://github.com/leviroth/ocaml-reddit-api

As a workaround, is there any way to manually specify a project file?

I just upgraded to Merlin 3, and it's been working when I use fdopen's [ocaml-env-win](https://fdopen.github.io/opam-repository-mingw/ocaml-env/) to run non-Cygwin Emacs (spacemacs). However, Cygwin's own Vim installation doesn't find the .merlin file,...

While working on this feature for PRAW, I collected some information which you might find helpful: https://gist.github.com/leviroth/dafcf1331737e2b55dd6fb86257dcb8d

I ran into issues with `(include_subdirs qualified)` since some of the subdirs need to refer to each other. So, in #85 I went with `(include_subdirs unqualified)` instead, and then just...

Ultimately, I think this happens because the `make build` executed by the `build:` field in opam-repository (https://github.com/ocaml/opam-repository/blob/b6de4bb8dee70812d424cc3121b00a1e03b2b447/packages/morbig/morbig.0.11.0/opam) does not use `-p`, and thus does not promote the `morbig.install` file at...

Right, it was [intentionally changed](https://github.com/ocaml/opam-repository/pull/23667#pullrequestreview-1384661364) (presumably with unintended consequences) when packaged for opam-repository.

It appears so: I downloaded and unpacked the v0.11.0 tarball, added `-p`, and pinned opam to that directory. I saw that the package is now installed, in the sense that...

Ah, yes, that works - everything in steps 5-7 checks out. And I think I understand why things weren't working in various configurations before. For example, a silly one is...