David Sheets

Results 80 comments of David Sheets
trafficstars

From the mli: ``` ocaml (** [get_query_param' q key] returns the list of values for the [key] parameter in query [q]. Note that an empty list is not the same...

The order of parameters, presence/absence of `=`, and use as a list in a single parameter (`?a=1,2,3`) or multiple parameters (`?a=1&a=2&a=3`). There are two reasons for this: 1. The only...

Regarding @manfreddz's tip, both `log4j2.xml` changes are necessary.

You might also run into a difference in the volume control mappings between librespot-org/librespot and librespot-org/librespot-java. See patch at for a quick and dirty (i.e. no config) implementation of something...

`CHANGES` parsing and publication is on the roadmap for `opam2web`. I'd prefer the file to be `CHANGES` rather than `CHANGES.md` but anything reasonable is fine.

The whole error message, which contains ambiguous type names: ``` ocaml File "lib/opamfUniverse.ml", line 1: Error: The implementation lib/opamfUniverse.ml does not match the interface lib/opamfUniverse.cmi: Class declarations do not match:...

I think we should move to putting these under `/packages` which means that opam2web and the website addresses will have to change as well. This is just an attempt to...

I migrated from librespot-org/librespot for the local API and immediately had this very loud problem. My Java is approximately 16 years out-of-date but this is the patch I'm running now...

Please break the API. You could have the defacto hex encoding crate as `hex` seems unmaintained and the API will need to be improved eventually.

I have the necessary modifications to the build system for FreeBSD 11.2 support. I am currently trying to build the bindings against ZoL `master` on a Debian VM to ensure...