rdelaage

Results 39 comments of rdelaage

It seems to be a miniflux API limitation. This should be available in the API, I will submit a PR to support starring. For the enclosures things, enclosures are supported...

In fact, this is already possible with this endpoint https://miniflux.app/docs/api.html#endpoint-toggle-bookmark

For the enclosure thing, this is related to #1059

Yes, I didn't want to introduce a breaking change but it would be definitely better. I'm ok to introduce this breaking change but how to handle the old config ?...

I just saw [how to handle it](https://github.com/cupcakearmy/autorestic/blob/master/internal/config.go#L86) in `internal/config.go`. Since it is a breaking change I will just bump the version of the config file to 3 and write the...

@cupcakearmy The configuration file has been changed, I wrote a little piece of docs to explain the new feature and to explain how to migrate the old configuration file. Can...

Hi @cupcakearmy, any news on this PR ? Is the new config file ok for you ?

Hey @cupcakearmy I am sorry to ping you again ;). Do you have suggestion to get this PR merged ?

Before merging this PR I had an idea in this comment in #257 https://github.com/cupcakearmy/autorestic/issues/257#issuecomment-1314063341. I think it can help to build snapshot more easily (A location is more of a...

In previous versions of HTTP there was a maximum of five redirection by the server allowed. In this case I have an infinite loop with curl, not with wget. It...