stephanpelikan

Results 35 comments of stephanpelikan

I used every version down to 3.0.0: Always the same result. The next version before is 1.3.0 but this version does not work at all. They are heavily working on...

We're evaluating [Apache Flink](https://flink.apache.org/) which recommends using protobuf. As we're using Maven I found your plugin useful. Anyway, if we start to rely on it I could ask my supervisor....

I'm on to write a Maven Archetype (a template for Java projects) which uses typescript, **P**REACT and webpack. I'm [struggeling with PurifyCSS](https://stackoverflow.com/questions/48076411/webpack-purfiycssplugin-does-not-include-styles-referenced-by-bundle-js) but the rest works. Maybe it can help...

I posted a question regarding the same effect and did not get an answer: https://stackoverflow.com/questions/48076411/webpack-purfiycssplugin-does-not-include-styles-referenced-by-bundle-js I least in my situation it seems that PurifyCSS does not take generated bundles into...

We also discussed loops. The kind of using badges holding each element's count is not intuitive to read. The way we colored tasks successful executed is excellent to catch the...

The commit https://github.com/camunda/camunda-bpm-camel/commit/87322c859fc581b43b1ceaabc618c5abe70203b6 did not change the behavior you describe: Still, if there are no variables declared in the routes, all process variables will be exposed. Previously, if there was...

@nickthearchitect: You changed a lot of whitespace. May you use a different code formatter than defined at https://github.com/camunda/camunda-bpm-platform/blob/master/CONTRIBUTING.md. I adopted your commit by removing those changes and also tried to...

Yes, I have to do a pull request. I wanted to test it before. Sorry for the delay, there are a lot of things to do at the moment. I...

As mentioned in the description there are different situations in which requests are sent to Azure-AD. Unfortunately, only for one is a possibility to set a proxy by adding some...

Until this issue is resolved, maybe this helps: Using these JVM parameters I could use Azure-AD login: > -Dhttps.proxyHost=192.168.56.1 -Dhttps.proxyPort=3128 -Dhttp.proxyHost=192.168.56.1 -Dhttp.proxyPort=3128 -DproxySet=true Of course you need to adopt this...