John Else
John Else
Planex environment will consist of the specfiles from the supplied SRPMs.
See https://github.com/whitequark/ppx_deriving_yojson This might lead to a simpler build process
This can be handled by using the `nullable` atdgen type. Repro: ``` utop # Spotify_web_api.Search.search_tracks "imagine dragons radioactive";; Exception: Yojson.Json_error "Line 846, bytes 24-56:\nExpected '\"' but found 'null,\n \"track_number\" :...
When running tests in a browser, all the logs are extracted in one chunk after all tests have run. The logs should be added to while the tests run, and...
If for some reason an Async.test_fun doesn't call its callback, the whole suite currently fails to finish. A better option would be to automatically fail the test if it doesn't...
ocaml-lo seems to have some problems, even when talking to itself, so it may be best to try using liblo directly.