John Else

Results 8 issues of 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

enhancement

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\" :...

bug

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...

enhancement

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...

enhancement

Async should be an optional dependency.

enhancement

ocaml-lo seems to have some problems, even when talking to itself, so it may be best to try using liblo directly.

enhancement