jbleyel

Results 41 issues of jbleyel

The text position of the channel selection looks strange.

BUG 🐞

See here -> https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/blob/master/sourcefiles/modern/js/vti-responsive.js#L66

Feature Request 💡
Improvement 🔎

We can remove the VXG, BUT, I do not want to make this decision alone. See here -> https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/issues/1208#issuecomment-758327263

Feature Request 💡
Discussion 💬
Question ❔
LOW 📌

The current sort order is SREF , Date . I think we should change this to Date, SREF. Or we add an additional parameter.

Improvement 🔎
Discussion 💬
Question ❔
LOW 📌

app crash in GITree.m : ``` [aTableView insertRowsAtIndexPaths:indexPaths withRowAnimation:UITableViewRowAnimationLeft]; ``` 1. expand a folder in third level 2. collaps the root 3. expand the root

Please add the latest devices here -> https://github.com/fastlane/fastlane/blob/master/snapshot/lib/snapshot/reports_generator.rb#L87

tool: snapshot
status: has-pr

* cleanup code * rename zap to playService * rename WHERE_CHANNEL_ZAP to WHERE_PLAYSERVICE * move the hook from ChannelSelection to Navigation

Details -> https://www.opena.tv/viewtopic.php?t=66887

BUG 🐞
HIGH-PRIO

The access to variables should be replaced by a function like this: Current: ``` from skin import parameters parameters.get(..) ``` New: ``` from skin import getParameters getParameters().get(..) ``` parameters is...