David Pärsson

Results 23 comments of David Pärsson

Same issue here. Anything I can do to help?

Wouldn't it be better to allow input of CSS/Less right into the Jenkins UI? If given an option to specify a URL, the CSS file must be hosted somewhere else,...

~~I'm about to start working on a pull request for this.~~ My idea is to provide a text box where custom CSS can be entered. I'll place this on Jenkins'...

@jan-molak, I actually wanted to be able to change the background colors of certain jobs depending on their names, a thing that could have been done with a simple CSS...

It does not work for me when installing "normally" with pip either. See https://github.com/scikit-fmm/scikit-fmm/issues/49#issuecomment-876383383.

Got it! Let's hope for an upstream resolution. Thanks for a timely response, as always! 🏅

Newer Injector versions with more type hints causes the `bind()` call to fail with the same error, so I've updated the example to reflect this.

Thanks! So if this were to be changed, it might be hard to decide which types that should _not_ be created by Injector?

True. Any third-party implementations of value types (such as `numpy.float`) would still slip through with that implementaion though, but I don't see how all those could be covered.

What do you think of a "strict mode" where Injector require a `@provider` or a constructor with the `@inject` decorator for the object to be created? I'm not a big...