Peter Kronenberg

Results 19 comments of Peter Kronenberg

Are there any options that I can specify on the Maven command line for allowing me to skip certain steps?

Yes, I was following some instructions to get React integrated with SpringBoot. Other than this problem, it works fine. Do you have any other suggestions for how to get Springboot...

What my process is doing is running `frontend-maven-plugin` first, and then it uses `maven-resources-plugin` to copy files from the frontend build directory into the target directory (so that Spring can...

I'm pretty sure it's not that, although I can't prove it. Do you by any chance have any references to other documentation which shows the best way to integrate React...

@tballison ended up checking in something to replace this

Thanks. I didn't think I should have to specify many options, but I couldn't get it working This is the config I'm using ``` com.github.wvengen proguard-maven-plugin 2.5.1 com.guardsquare proguard-base 7.1.1...

Wow, I just ran the plugin at https://maven.apache.org/enforcer/enforcer-rules/dependencyConvergence.html and I wouldn't even know where to begin. But is this a fatal error? Is this what's casing Proguard to fail? Even...

I got a little further by specifying `-ignorewarnings`, which I'm still not sure is a good thing to do, but now I'm getting lots of messages like this: ![image](https://user-images.githubusercontent.com/5097682/138525317-cf4a61e0-e3ea-47ab-94b3-e6ec39b1a23f.png) ![image](https://user-images.githubusercontent.com/5097682/138525091-1d938038-8fdc-4c6a-912f-72bb9c7f3489.png)...

I'm just getting started with using this package. Adding and deleting rows is definitely something I need. Has this been officially implemented?

I echo the comment above that it's unclear what the difference is between `vosk_recognizer_result`, `vosk_recognizer_partial_result`, and `vosk_recognizer_final_result`. If I'm only interested in a final result, that doesn't seem possible. You...