Gerald Drouillard
Gerald Drouillard
From my experiences doing a zfs send from a server with 10 ssd's in raidz2 to a backup server that has 4 sata HDD's in raidz over a 10G network...
We had these issues with Ubuntu 18.04 Have you tried: zfs_prefetch_disable=1 and maybe zfs_nocacheflush=1 I am not sure but running the rsync with "nice -n 19" may have helped. We...
This is what I did... ``` function manageKey (event) { var key = event.which,right; //the user hasn't finish pressing their key eg & is shift-7. Without this & = up...
A little update for the TAB key: ``` case TAB: if ( iOpen ) { if ( $dropdown.find('div.active :visible').length === 0 ) { $input.val(currentValue); } else { $input.trigger('pick.xdsoft'); } }...
Getting the same error when building open source package harbour.
Looks like it has something to do with the ar command. 
https://github.com/msys2/MINGW-packages/issues/7890
Would be nice if the date inputs automatically put in the separator when needed. Much like the browsers that have this feature built in.