Łukasz Jan Niemier
Łukasz Jan Niemier
@Nezteb yes, it is still issue. It was not fixed and will not be fixed. I have an idea for workaround, but never had time to sit and write that...
No, I am currently not working on wrapper.
I have stopped working with mini snip long time ago, but I can check it again and maybe I will try to provide the change.
That would also make backing everything up **way** easier.
It is weird that Miniflux uses `timestamp with timezone` at all, as this type is in general discouraged if you are using any form of ORM or anything. It has...
I am really wandering why all `#[stable]`, `#[unstable]` and `#[deprecated]` flags were removed from Rust 1.0. All of them were really usable in real world libraries to mark which segments...
Sounds like a solution.
The only problem I see is that there is no way to determine what is the mapping for fallback in `(minisnip)`
Ok, found workaround (for now) - you can use full name `registry.terraform.io/ovh/ovh` instead of just `ovh/ovh` in your provider spec and it will work right now.
It should be fixed with current `master`. Could you guys check out if the fixed version works for you?