Gerald Drouillard

Results 8 comments of 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'); } }...

Looks like it has something to do with the ar command. ![Capture](https://user-images.githubusercontent.com/6751439/109981324-cc710c00-7cce-11eb-8616-356f542406c1.PNG)

Would be nice if the date inputs automatically put in the separator when needed. Much like the browsers that have this feature built in.