Pablo Bautista

Results 9 comments of Pablo Bautista

Hello @Jei @ryanheise. About the IcyInfo that's not retrieving, I think or it's a ExoPlayer issue or it's the DataSource, I'm not sure. This are the things I tried so...

Hello @Jei I just tested what they said, it works. onTracksChanged it's the way that exoplayer expose those headers. ``` @Override public void onTracksChanged(TrackGroupArray trackGroups, TrackSelectionArray trackSelections) { for (int...

Hi @luigi-rosso Yes, I share a screen record of the animation that in fact is in release. https://streamable.com/hmmz8 As you can see, there are 2 animations: a walk and a...

Hi @luigi-rosso I've been doing some testing, and I think this is related to #133 Disabling **antiAlias** make the animation really smooth and without losing quality (apparently). Works really good...

Hi @cah4a, thanks for the reply. Of course. Let me explain it: I have 6 test files, one use nock to check response failures from an API: ```dart void main()...

Hi @cah4a I've been doing tests and it's because of dio. Using http as client, everything works great. Maybe it will be useful to clarify that nock works better with...

Hi @cah4a Yes, it's really weird because `pub run test` works without troubles. I just created a gist so we can do some tests over it: https://gist.github.com/pblinux/e611501db8c674c97cfa5e3a2117c54d I'll be searching...

Hi @cah4a Thank you very much, all is working now with Dio as client. I think isn't bad at all, just maybe a good idea would be clarify this in...

Hi @serjmiskiv! This is something that needs to be improved. Right now, the only way to fetch fields from a linked document is with `fetchLinks` [query parameter](https://prismic.io/docs/technologies/fetch-linked-document-fields-rest-api). Is your raw...