Stephan Strate

Results 21 comments of Stephan Strate
trafficstars

We are seeing similar problems when updating from 1.21.0 to 1.21.0.1. As far as I see no additional rules should be activated in this release, right?

I have a similar problem with the `findMainSourcesRoot` functionality. When using a custom nested `quarkus.package.output-directory` and its navigating to the parent, the parent does not exist. That means we receive...

Example usecase would be a centralized build pipeline for multiple different quarkus projects. The pipeline can control where to output the result.

@ricardozanini Is this the way you expected it to work? Having two sets of templates and two codegen configs

Just to let you know. I am still taking care of it. Need some extra time to make everything work. Do you have some input for integration testing? I think...

> hi. is work on this ongoing ? thx Currently no. Was more time consuming, than I anticipated. Started over several times, but failed to setup the test structure. My...

I will try to get a draft working and submit it as pr.

Sure! We have got a standard theme (generated using the devtools). Created custom form field like this: ![image](https://user-images.githubusercontent.com/19595615/101881488-cc141980-3b94-11eb-9c8b-06cf80a5b898.png) documentation.html.twig ```twig {% extends 'forms/field.html.twig' %} {% block contents %} some output...

Got it! Is there a similar strategy to add the flex object blueprints in themes? I got it working in `user/blueprints` and in the plugins blueprints folder, but not in...

Do you have any recommendations regarding implementing rudimentary "clean" multi-language support right now (apart from adding a field for each language)? Or can we assist doing it? Maybe this would...