Johannes Wikner

Results 11 comments of Johannes Wikner

After heaps of debugging. It should be off by 1. At least in some implementations. But not by others. The added byte comes from [unsynchronizing](http://id3lib.sourceforge.net/id3/id3v2.3.0.html#sec5), ie removing byte patterns that...

Hey @kevva! I (re-?)added recursive support in imagemin-cli. Would be happy if you have comments on it :-) As I've mentioned, using globbing pattern would indeed select all files, but...

Thanks! ah I assumed all `df`s on linux were the same haha ;( So lets hope then that `df` always return 1K blocks!

By the way @MattMattV , was it obvious enough to find the `diskUsageService` field in the config template?

Couldn't we suggest to the user to configure `watchMountPoints` instead? Perhaps we can give a notification on the terminal output when starting flood in lines of "You probably want to...

Ah! ok that's even better, this way we know which partition to watch right?

It seems that by default we're using /data as volume https://github.com/Flood-UI/flood/blob/master/Dockerfile#L46 perhaps that should be preset in config.docker.js instead?

Just trying to figure out whether this could be solved without introducing extra configuration, which would be preferable. Another way of seeing this issue is that docker users who attach...

I am having this issue too. I use unnamedplus to use the same clipboard the rest of wayland.

As far as I understand the problem only happens on gnome in wayland. i think it's related to that wl-copy is forced to create a fake window to copy, which...