Víctor Herraiz Posada

Results 15 comments of Víctor Herraiz Posada

+1 ``` javascript var a = [{id:1}, {id:2}]; expect(a[0]).property("id").is.a("number"); //works expect(a).all.property("id").is.a("number"); //fails ```

+1 At the moment is quite difficult to track what issues are going to be resolve in the next sprint.

Hi, It works that way by design, I know... it is not a good one. At the end all the values are return as a map, and I try to...

Reference: https://docs.spring.io/autorepo/docs/spring-boot/2.3.0.RELEASE/reference/htmlsingle/#boot-features-external-config-placeholders-in-properties It seems a good feature to include

I fixed that in my java text setting a User Agent header

@odrotbohm, nice idea. I was not aware of `AbstractRoutingDataSource` solution. Is there any context holder that contains information of the current module to implement AbstractRoutingDataSource? With that, implementing an `AbstractRoutingDataSource`...

I am facing the same problem in a micro front end implementation with web components. The custom element require one parameter before been "connected" but Angular connect the element before...

Version 1.13.0, released almost a month ago, of find-sec-bugs does not solve the problem for me.

That is a pity, MockWebServer, in my opinion, is by far more convenient and it does not have tons of dependencies.

OK. At the moment I am going to keep this at a shared library for test in my company, if you reconsider adding a route dispacher, let me know. I...