Results 56 comments of cilynx

@masukomi, can you confirm that you're installing the correct gem? As @Zebradil points out, `task-web` is not the correct package name: ``` rcw@burner:~$ sudo gem install task-web ERROR: Could not...

Do you have Taskwarrior itself installed? This error comes from: https://github.com/theunraveler/taskwarrior-web/blob/master/lib/taskwarrior-web/model/config.rb#L44 It looks like if the `task` bin doesn't exist, this just barfs instead of giving a useful error. I...

Do you know that you have duplicates? I ran into this myself while playing around with a test directory with no duplicates. If there are no duplicates, the temporary directory...

Are you sure it's showing you duplicates and not just all your files in general? If you don't have any duplicates, the HTML file(s) will not be generated. Possible duplicate...

I have a 5.6.1 branch from 2018 [over here](https://github.com/cilynx/rtl88x2bu), but you're correct that it appears D-Link is providing something even newer. I'm pretty slammed with work and family commitments these...

[This](http://www.wolfteck.com/2019/03/02/packaging_rtl88x2bu_for_synology_nas/) should get you most of the way there. You may have to play around with `CONFIG_IOCTL_CFG80211` and/or `mac80211.ko`. See the build section of the write-up and google the warnings...

Ha -- I falsely assumed that since the `braswell` kernel is `x86_64` that `x64` was the right platform. Shows I really don't have any idea what I'm doing here. =)...

I'm making this up as I go, but as far as I can tell, SPKs are unpacked to `SYNOPKG_PKGDEST` and if you want things like kernel modules to go to...

Great to hear you got it working. Looking forward to details -- I'll happily add the NAS as a first-class target once we've got the details worked out.