arvidj

Results 24 issues of arvidj

It would be convenient if marge-bot could be configured to disallow the merging MRs whose history contains commits matching a set of patterns. In our project, commits messages should always...

I'm wondering what your general feeling would be about: - Using [poetry](https://python-poetry.org/) for dependency management for those not using nix. - Using a code formatter like [black](https://github.com/psf/black). - Using [typehints](https://docs.python.org/3/library/typing.html)...

This is a WIP for implementing #329 Some tests are currently failing, consider this more of a request for comments.

This code shouldn't be merged. However, posting it to get some comments. For a given use case, I needed to know the total number of items for a given paginated...

I'm getting errors like: `[error] No SSL or TLS support compiled into Conduit` with recent versions of `ocaml-gitlab`. I have made sure the tls package is installed. Here's my list...

bug

Adds the `Job_artifacts` module and implements three endpoints from https://docs.gitlab.com/ee/api/job_artifacts.html Updated the `lab` tool with corresponding commands. To do this, I had to expose the `media_type` argument of `API.get`.

It is often necessary to get the total number of items in a given stream (e.g. the number of open merge requests). If I understand correctly, this is not yet...

It would be nice to be able to specify i.e.: 3 smashed bananas = amount: 3 ingredient: banana note: smashed

If I do type-enclosing on a module, I see the interface, but not the documentation of the functions. It'd be nice if the type could also include the doc comments...

Seems like Merlin cannot “Jump to definition” to functions generated by `ppx_deriving`. I created a [minimal example](https://github.com/arvidj/locate_test) where it doesn’t seem to work for me. If I go [here](https://github.com/arvidj/locate_test/blob/main/lib/locate_test.ml#L3), put...