Volker Diels-Grabsch
Volker Diels-Grabsch
I have a custom build of sqlite3, built for and installed into in a directory /PREFIX, and made this available via: ``` export PKG_CONFIG_PATH=/PREFIX/lib/pkgconfig ``` When now I try `opam...
I strongly recommend to reopen issue #327 and to consider #847, as I can report that we just ran into issues related to open file descriptors in our company. The...
The `%!` element in format strings doesn't produce a proper flush on the underlying channel. It is not clear to me whether the flush is just plain out not happening,...
Proposal for improving the documentation: The "Forms" section of the ReactJS documentation recommends using additional libraries for forms validation/error messages/etc.. It also explicitly names the Formik library. Should the reason-react...
The ATOM and RSS feed of the reason-react blog are broken: * https://reasonml.github.io/reason-react/reason-react/blog/atom.xml * https://reasonml.github.io/reason-react/reason-react/blog/feed.xml Both respond with `404 File not found`.
Is it possible to run `vue-mode` with [js3-mode](https://github.com/thomblake/js3-mode) for the JavaScript part? If so, which entries in `~/.emacs.d/init.el` are needed?
This is possibly related to #27. If DISPLAY is an empty string (rather than being unset), `xvfbwrapper` fails with the following exception: ```python Traceback (most recent call last): File "",...
Reference: http://www.epsg-registry.org/report.htm?type=selection&entity=urn:ogc:def:crs:EPSG::4326&reportDetail=long&style=urn:uuid:report-style:default-with-urn&style_name=OGP%20Default%20With%20Urn&title=
The strong security claims convey a wrong impression of the actual state of the project: * SHA-1 hashes are used even though SHA-1 is considered deprecated for quite a long...
I propose to enable users to get rid of having to type the annoying `--` every time they want to execute a command in `utop`. Users should have the option...