Thomas Citharel
Thomas Citharel
See https://doc.wallabag.org/en/user/errors_during_fetching.html
Hmm, can't remember what url was concerned, but will try to find it.
@hickscorp The function you're calling is ```elixir def generate_key(bits, public_exp), do: generate_key(:rsa, bits, public_exp) ``` therefore you should call it like this ```elixir {:ok, key} = ExPublicKey.generate_key(2048, 65537) ``` or...
On the navbar dropdowns specifically, I partly fixed this in https://github.com/buefy/buefy/pull/3551
It's more like a feature, no need to backport.
/backport stable24
/backport to stable24
> CANCEL requests must be from the right email address and the right organiser or they shouldn't be processed. (but what if we send them from NC from the system...
> Well we don't want private dependecies in other apps but we still want to write to CalDAV... Why not just use CalDAV over HTTP then?
Note : we are able to do this as even remote URI pictures are cached in the `PhotoCache`.