Roy Sindre Norangshol
Roy Sindre Norangshol
I assume @jlstephens89 is in dialoge with @jeremylong regarding the false positives that appeard after the oss-index update? As there is several other issues opened related to false reports as...
The option of being able to configure the host and port in the extension would solve this, as you can simply run two chromix-too-server with different port and socket. I...
Related to https://github.com/smblott-github/chromix-too/issues/5#issuecomment-523401578 while doing a dirty fix for myself by simply building another version for the extension for my second chrome profile.
This comes rather late (only ~7 years) according to #145 , but would this be good enough for first iteration? @gregsymons @havocp
@eneveu : Shouldn't be harder than adding the logic of the following lines: ``` if (keyIsUriWithUserInfo(pattern)) { return sanitizeUris(value.toString()); } return "******"; ``` But I'd first like to see if...
@zMoooooritz : Ah, I liked https://github.com/muesli/deckmaster/pull/66/commits/ef337ae7ab8ee882fcc4ac9d25ace8218954954a 👍 Allows the usage of both worlds. @muesli Any other changes you find missing? Let us know ❤️ @muesli is free to drop that...
I've been playing around with fixing spring boot 3x support here: https://github.com/zalando/problem-spring-web/compare/main...norrs:problem-spring-web:springboot-3x - but currently have issues with `ResponseStatusAdviceTraitTest` (`webflux`) returning non-detailed exceptions. Ie it returns `Failed to read HTTP...
Quote from the zookeeper documentation ( https://zookeeper.apache.org/doc/r3.3.1/zookeeperAdmin.html ) : > Limits the number of concurrent connections (at the socket level) that a single client, identified by IP address, may make...
Related to https://github.com/mapstruct/mapstruct-examples/issues/65
If anyone wants to continue on this PR to fix an example, they are free to do so. I think https://github.com/mapstruct/mapstruct-examples/pull/80#discussion_r489196862 is probably the correct way of doing it. So...