Thibault Kruse
Thibault Kruse
Also note that e.g. the java and python implementation seem to suffer the same problem, and they both have similar handling: python2 https://github.com/google/diff-match-patch/blob/895a9512bbcee0ac5a8ffcee36062c8a79f5dcda/python2/diff_match_patch.py#L429 if len(lineArray) == maxLines: # Bail out...
Also, while you're at it, ShiroUnauthorizedComponentListener is a pain to subclass and test, because there are no getters for the fields, nor an easy way to check what class was...
Hi John, thanks for the snippet, but I don't think it relates to my issue.
@RoadRunner120485 : PR seems merged, I guess this can be closed?
any way to make progress on this? The change does not look that huge.
Note AutoValue does pass on @CheckForNull
Tricky question. The problem with Findbugs is, that it's behavior often defies rational thinking. So I tried this out manually, and all I can say is that with the current...
Also consider sequence of - /usr.../catkin...rc.yaml // to document tool convention defaults explicitly (copy&paste to start your own defaults) - ~/.config/catkin/catkin....yaml // user preferences - ~/ws1/.catkin..rc.yaml // project preferences -...
Regarding workspace setup: To me, it is still one of the big design blunders of catkin that the current environment of a shell is cached in a file when a...
Sure CMake writes "information based on the current environment". Most CMake users don't even realize this. That's because it does not affect them, as it is not an intended usage...