Marcello Seri

Results 71 issues of Marcello Seri

Ubuntu is shipping the library `libfswatch` inside the binary `fswatch` package since after 2018

As @euanh points out, there is a comprehensive python library for docker (shipped for python 2 and 3 also in fedora): https://github.com/docker/docker-py It could simplify a lot planex-buildenv and also...

The sources argument is practically unused, we should clean that up as currently it is just filtering out either a link or a pin, and ignoring every other argument. This...

We can add and overwrite soruce/patch/patchqueues using pin files, but we cannot currently delete them. We can simply add this feature by allowing pins with empty `sourceX`, `patchX` or `patchqueueX`...

This would should resolve the issue with ppc by adding the march=native flag more restrictively (since we don't know what string is appearing in the CI that tests ppc)

It is increasingly useful, especially for conf packages and packages linking against external libraries, to be able to set specific env variables (e.g. PKG_CONFIG_PATH but not just that) specific for...

KIND: FEATURE WISH

@dinosaure makes a very valid point concerning `http` in https://github.com/ocaml/opam-repository/pull/25068#issuecomment-1933685831. While the idea of the library is to have agreeable basic building blocks to share across http-related lower level packages,...

> It might be nice to add a test for connection reset errors. The old cohttp-eio had some tests where you could inject errors (though it only tried with End_of_file),...

Testing

From https://github.com/mirage/ocaml-cohttp/pull/984#issuecomment-1684943089: > Pass a switch to the user provided callback that can be used to start fibers and allocate resources. It would certainly be useful to scope resources to...

API