Maxwell Mapako

Results 37 comments of Maxwell Mapako

@hisham2007 I had a similar problem before and funny enough it wasn't related to the library but somewhere in my code, e.g. Fragments where I was try to call getContext...

Hey @dansass if you want to increase the run interval you'll have to change than in `sources/entrypoint.sh` specifically: ![image](https://user-images.githubusercontent.com/7859175/95578325-0138aa00-0a34-11eb-8ca1-647f97e994fe.png) > **Line 15** is usually defaulted to 30 which executes every...

Possibly. I don't recall adding any params, just had docker compose. Currently the entry point is `python,kitana.py`

Can't speak for the first error but for the second error try `/bin/sh` instead

So I'm guessing there isn't a scrolling feature yet on the navigation tab bar

Hi @GIGAMOLE any updates on the next release? Thanks in advance. I checked the source but it's too much work, initially thought it would derive from TabBarLayout, so couldn't get...

Hi @BuraqsysStudio I can't see the rounded corners in your screen shot, there doesn't seem to be any contrast showing this. Anyways if I remember correctly I don't think radius...

Even after downloading the segment files you'll need ffmpeg to concact the segment files into a full video. This is certainly possible but I would imagine that it requires quite...

> > Even after downloading the segment files you'll need ffmpeg to concact the segment files into a full video. This is certainly possible but I would imagine that it...

Thanks for the heads up @Udhayarajan I am aware of the `ffmpeg` command, but in this specific scenario if you use that then you'd be delegating the everything to `ffmpeg`...