Daniel Bretoi

Results 92 comments of Daniel Bretoi

Uh, wow, I never even addressed this. I'll take a PR :/

@dimka3210 I don't think I ever got this working. I know I ended up using https://github.com/pat/thinking-sphinx

you know, I thought about it, but for some reason I got the impression that I needed the full-path to ag to use this :/ :+1:

thanks @ericwaldheim ! Just what I needed. They seem compatible too so I'm just using that driver instead now. This one's dead it seems.

Also looks like the docs for this driver has been updated to say as much and refers to an official oracle driver https://github.com/oracle/node-oracledb

Also experiencing the above. ``` errors: Permanent errors have been detected in the following files: : : : ``` I've been using syncoid to make bkups with snapshots

The fix for me was to initiate a scrub and then stop it with `zpool scrub -s `. Subsequent scrub did not show any errors anymore

@advplyr this is happening for me. if I completely restart the android app, it will sync to the appropriate place. Maybe it would be useful to do a force sync...

hi no worries. The errors are with neomake and rubocop for ruby. ```vim call neomake#configure#automake('w') let g:neomake_ruby_rubocop_args=['-a', '--force-exclusion', '-D'] ``` I do think it's the plugin, and I forgot to...