Kamil Kujawiński

Results 4 comments of Kamil Kujawiński

I found and fixed the problem. It was inside `aiocron`. Here is reported issue: https://github.com/gawel/aiocron/issues/7.

IMO it is more related to `dateutil.tz.tzlocal`. Check the article I've pasted.

This is the workaround I found for `youtube_player_iframe`. Inside `YoutubePlayerControllerProvider.body` > `LayoutBuilder.builder` (check example code) I placed this code: ``` if (!kIsWeb) { _controller.invokeJavascript(''' console.log('Youtube page: disable menu'); var iframe...

There is workaround for this issue: 1. You mount fluent home directory: ``` docker run -d -p 24224:24224 -v /data:/home/fluent fluent/fluentd ``` 2. Define relative path for path and symlink_path:...