Mário Almeida
Mário Almeida
When attempting to play videos on youtube the exoplayer crashes because it fails to initialize AudioTrack. The youtube app does not crash but it doesnt play the video either. Similar...
The `nb_results` parameter (`n` in the google API) for setting the number of docs to be returned by the list request no longer seems to work. It always returns 7...
Currently the endpoint prefix is [hardcoded for mturk](https://github.com/jkakar/aws-elixir/blob/master/lib/aws/mechanical_turk.ex#L579): ``` host = get_host("mturk-requester", client) ... defp get_host(endpoint_prefix, client) do if client.region == "local" do "localhost" else "#{endpoint_prefix}.#{client.region}.#{client.endpoint}" end end ``` Since...
The tps definition seems to be missing: https://github.com/xumengwei/MobileDL/blob/master/code/model_analyzer.py#L137