Tymon Tobolski
Tymon Tobolski
Well, at current state it's pretty "mature" - it's not gonna change a lot soon. :+1: for contribution!
I'm not actively maintaining this project, but I'm willing to accept any pull request.
Is `posts` an instance of `Posts.Routes`? You can also check what is inside `WrRoutes.routesList`
The routes are not passed to parent but directly to `routesList` via `addRoute` method. This might be an issue with `delayedInit`
Could you make pull request with failing test?
@danielkza Thank you very much for failing test case. Unfortunately I won't have much time to fix this in the near future. You can try to find some to help...
Hi @phaus, This library is no longer maintained. I took a look at the changes and it looks more like a code wrote from scratch instead of an update to...
Using `{Tesla.Middleware.Logger, debug: true}` will call `Logger.debug`, but it will only show if your logger level is set to `:debug` (You can use `Logger.configure(level: :debug)` in console to change it)
@seffyroff try running with ``` resource "dockermachine_generic" "mymachine" { ... engine_install_url = "https://get.docker.com" } ```
I see two options here: allow functions in `assert_part_value` or... remove the validation. We probably should do the former first.