KnowZero

Results 8 issues of KnowZero

### Short Summary When you try to save a file of a remote file, there is a lag of the interface which prevents me from going to another tab or...

Minor: PRs-Welcome

It would be nice to support multiple inserts in a single statement, especially non-blocking. Maybe something like this? ```perl my @values = [ [ 'cat', 1 ], [ 'dog', 2...

feature request

I am using Linux Mint 19.2, I followed the instructions for the debian install at the bottom of this page: http://perl11.org/cperl/STATUS.html ``` deb http://perl11.org/deb/ sid main run as root: apt...

bug

I am not sure if this is a bug or a feature request or maybe I am doing something wrong. I am trying to implement usage of tilt with docker...

bug

I see for the normal async there is a way to get the entity you wish to connect to. But for the async pool, there isn't. I could run a...

enhancement
good first issue

- Fixed gif duration via -count_frames ( Fixes issue #8 and #10 ) - Now uses codec_name for gif detection instead of filename - Added support for webm(vp8, vp9), ogv(Theora)...

There are 2 problems with the temporary images folder based on current implementation. 1) If an images folder already exists in the current directory, that images folder will be deleted...

The gif frame calculation if off. I suggest changing: ``` self.cmd = "ffprobe -v quiet -print_format json -show_streams" ``` to ``` self.cmd = "ffprobe -v quiet -print_format json -count_frames -show_streams"...