Dave Marquard

Results 9 comments of Dave Marquard

I believe the adding a subscription and changing subscription folders/labels issues are fixed by PR #3227 which hasn't shipped in a non-beta release yet. I also see the read status...

@adamcstephens That 500 error is actually because miniflux doesn't (yet) implement that part of the Google Reader API (specifically a `/reader/api/0/stream/items/ids` request with a stream type of `feed/*`). I'll see...

And here's the miniflux PR that fixes that 500 error: https://github.com/miniflux/v2/pull/1402

The "unread indicators toggle state" part of the issue is fixed in the latest miniflux release (2.0.39). @adamcstephens if you want to also verify on your end, we can probably...

Sounds like a plan. Updated to: - Merge `desktop` into `INI` - Add the below extensions to `INI`: - [`.conf`](https://github.com/search?q=NOT+is%3Afork+path%3A%2F%5C.conf%24%2F+%2F%5C%5B%5CS%2B%5C%5D%2F+%2F%5E%5CS%2B%5Cs%3F%3D%5Cs%3F%5CS%2B%24%2F&type=code) (new; ~434k files) - [`.container`](https://github.com/search?type=code&q=NOT+is%3Afork+path%3A%2F%5C.container%24%2F+%28%5Bcontainer%5D+OR+%5Bunit%5D%29) (new; ~2k files) - [`.mount`](https://github.com/search?type=code&q=NOT+is%3Afork+path%3A%2F%5C.mount%24%2F+%28%5Bmount%5D+OR+%5Bunit%5D%29)...

Take 3! Added `.conf` to `generic.yml`. Heuristic boils down to: a `.conf` `INI` file must have **both**: 1. A line of the form `[section]` (either commented out or not) 2....

Agreed on both the negative pattern and using the existing `key_equals_value` pattern. Made both of those two changes. Now at ~414k [`.conf` candidates](https://github.com/search?q=NOT+is%3Afork+path%3A%2F%5C.conf%24%2F+%2F%5E%5B%23%5Cs%5D*%5C%5B%5B%5E%5C%5D%5D%2B%5C%5D%5Cs*%24%2F+AND+%2F%5E%5B%5E%23%21%3B%5D%5B%5E%3D%5D*%3D%2F+NOT+%2F%27%5E%5B%5E%23%3B%3D%5C%5B%5D%2B%5B%5E+%5Cn%3D%5D%24%27%2F&type=code) for anyone scoring at home.

Sounds good! Since all of the files (including the existing ones) are “just” INI files, I included all of the ones listed in `languages.yml` in the heuristic. If we have...

I got a little excited there! 😉 Switched to only the new file extensions in the heuristic.