Daniel Huckaby
Daniel Huckaby
Clients call edit() to create or update the values of an entry. An entry may have only one editor at one time; if a value is not available to be...
Yes, in my edit of the post I mentioned that.
I just tried it with a mkv, it is giving me a different set of errors but this time it is at least populating the end timestamp. https://gist.github.com/DHuckaby/ce4852f3a4ce0dc6f2da
Also, I reset the device before doing this recent test.
I think the issue might be related to using sessions. I previously was using them and in general it worked, but for some sites it would fail after a few...
> > Switching to a standard cache of cookies and returning them in the get request solved it for me. > > How do you do this? Sorry if that...
> > Hi @DHuckaby, would you mind sharing an example on how to do this? ```py # Copy of existing Python example on README import requests url = "http://localhost:8191/v1" headers...
Or you can override the default float view background color. (which by default is black) ``` SimpleFloatViewManager simpleFloatViewManager = new SimpleFloatViewManager(mDragSortListView); simpleFloatViewManager.setBackgroundColor(Color.TRANSPARENT); mDragSortListView.setFloatViewManager(simpleFloatViewManager); ```
I also use a custom layout for the list row items, that shouldn't matter.