Javi Rueda

Results 49 comments of Javi Rueda

I think so. In https://github.com/emre/dpoll.xyz/blob/d7d758f2908948b0ba4123f35036f3b2834a506c/dpoll/polls/views.py#L240 edit_poll method, code is not checking for the tags parameter to contain the settings.DEFAULT_TAGS and it is just concatenating them: if tags: tags = settings.DEFAULT_TAGS...

If reposting to a channel is a requirement, then the Repost button shouldn't be available. Then, I suggest validating the stake and showing a toast if the amount is not...

This was fixed on commit 40c36df4 and 4a3db5ae. Trying to reproduce this bug on latest available source code 0.15.14 ends with a error message toasted on the bottom part of...

This is a confirmed bug on 0.17.0. Latest bug fix for notifications didn't fix it. But expect a fix for it soon

> I already solve this bug, should i create a PR ? Sure

If fixable, it should be done on `lbry-android`

Hello, @Thewisem. I have moved this report to lbry-android as it is not specific for LBRY FDroid. Any fix for this issue will be then ported to the FDroid build....

For the next time, I suggest you to use a new branch for yout changes instead of commiting to your master branch

Registering on Google Cast website is only required when the user-visible UI is customized. It is not needed in order to just show content

I am currently working on fixing linter warnings for some files, beginning with MainActivity, as they make very hard to see other markers on the scroll bar. I am doing...