Paulo Eduardo Neves

Results 9 comments of Paulo Eduardo Neves

I've just saw that the bug just happens when using firefox internal xslt processor. Generating the file through xsltproc.exe everything worked fine. Maybe it isn't a bug anymore.

A also believe it should print the display to stderr so this command would prevent the display of the stack trace: `mvn compile 2> /dev/null`

I had a similar problem that I solved with the `` parameter. Take a look of [my solution at Stack Overflow](https://stackoverflow.com/questions/53565167/maven-how-to-execute-a-dependency-in-a-forked-jvm/53615159)

It won't split a log line if it enclosed in triple quotes: ``` # this will be splited: x = "aaaaaaaaaa bbbbbbbb cccccccccccc dddddddddddddd eeeeeeeeeeee fffffffffffffffff ggggggggggggggg hhhhhhhhhh" # this...

I've put just the name of the fine. If a pattern is specified and nothing is found, I think it is an error. It should at least inform the user...

Yes, it would work with the fromEnviroment, but I really like the bundled Flake8, It is not easy to make my colleagues use Static Analysis and Code formatting tools. We...

I answered my own [question on StackOverflow](https://stackoverflow.com/questions/78541027/how-to-make-vscode-flake8-extension-to-use-the-plugin-pep8-naming/78594155#78594155) I don't know why it was downvoted, but I believe somebody may find it useful in the future.

I have the same requisite. This is a fairly common question in StackOverflow: - https://stackoverflow.com/questions/41533970/how-to-build-with-parameters-in-jenkins-from-gitlab-push - https://stackoverflow.com/questions/38118016/gitlab-to-jenkins-webhook-with-parameters - https://stackoverflow.com/questions/42980451/how-trigger-a-job-parameterized-with-webhook - https://stackoverflow.com/questions/57104427/passing-parameters-to-jenkins-through-gitlab-merge-request As the original poster noted, the solution is almost...

is "datapusher+" different from "datapusher" I had a lot of problems with datapusher trying to guess my datatypes and I'm trying to do the work myself creating the datastore via...