Patrick Hütter

Results 24 issues of Patrick Hütter

Hi! I've a android scala project and i have to work on it. I don't have any information about the project and who has developed it before. I found out...

It would be nice if a locale could be provided to support i18n in the templates.

At this time it's only possible to define a maximum of retries for a reconnect. There should be also the option to configure unlimited retries (e.g. with -1) or similar.

Dear @kdeldycke, we developed a small open source microservice that makes use of your vat rate database / csv. I hope you're fine with it and we also linked to...

enhancement
documentation

It would be really nice if you could support apple silicon (ARM, aarch64) architecture. In this case it would be much more easy to work on a java project on...

Is it possible to query by relationship (using spring-data-mongodb)? I've an Item Model and an Item belongs to a Category. I would like to query the items by category.id=={id}. I...

enhancement
in progress

The plugin should make use of the new resources / asset features to retrieve image paths for the defaultGravatarImage.

It would be very cool to integrate such project into existing project. Important is the use of a "prefix", so that you could say that the whole functionality runs under...

It would be fine to have the possibility to search case insensitive within mongodb. At this time a query like this is needed to include lower case words: `title=re=.*Bluetooth.* or...

It would be fine if the query engine would also support the mongodb text operator. https://docs.mongodb.com/manual/reference/operator/query/text/