Dave Z
Dave Z
I also inadvertently trigger the double-tap event at times. Moving to a double-click event would be an anti-pattern. It's not what we actually want to happen and it would introduce...
> My recommendation would be to detect support for touch events first (see some approaches [in this thread](https://stackoverflow.com/questions/4817029/whats-the-best-way-to-detect-a-touch-screen-device-using-javascript); there are probably others as well), and only on touch devices enable...
> I think I saw some old issue where side-swipe was rejected or removed. The only one I could find was #441, which you already referenced above. My vote would...
There's a `reset-feed-errors` command line option, which resets all the feed errors so Miniflux will try fetching again. You can use this in a cronjob (once a day/week/whatever) to force...
> I got Bluetooth working on my Surface Pro 7 by updating just BlueToolFixup.kext to 2.6.8 link: BrcmPatchRAM I updated this kext and was able to at least turn Bluetooth...
@antelle, are you able to update the available regions in Apple's App Store?
Since this is only a one-time thing, I'm guessing you could just run a database query directly: UPDATE feeds SET crawler = t WHERE user_id = ?; Where `?` is...