Adam Warski

Results 580 comments of Adam Warski

Can you clone & pull from the repository when on the server, from the command line?

Well I don't know what's your local setup but you need to make sure that you can pull using the user that Codebrag is running and in that directory. Maybe...

Yes, can you try that? The ssh key must be available for the process to use.

Ok, I'm not very familir with Windows, good luck :)

That's a good first step :) It would be insteresting now to see if we can share these "action fragments" somehow. Plus, maybe these fragments are already extracted and maintainted...

Well, if you have an instance of `UserModule`, simply `userModule.userFinder`?

Yes, well, that might need a second level of wiring :) But you need to create those instances at some point ...

I think you can do the same using a module which uses `wire` to wire other modules, with compile-time safety.

That must be the first MacWire hack - nice ;)

I doubt #198 would have any impact as here we are not creating an instance of `PrometheusMetrics`, so I think autowire never traverses inside that definition? Interesting that it's the...