Petromir Dzhunev

Results 10 issues of Petromir Dzhunev

I'm using `jtwig-core` as a dependency of my project. I saw that it has dependency to `parboiled-java`, which has dependency to `parboiled-core`. The issue is that when I build my...

I have the following options: ### Variables Variable | JSONPath Expression | Value filter -------- | ----------------------| ----------- `$changed_dir_files` | `$.commits[*].['modified','added','removed'][*]` | None `$ref` | `$.ref` | ^(refs/heads/\|refs/remotes/origin/) ### Optional...

enhancement

It would be great if Qulice can be integrated with ant or run as a standalone jar.

enhancement
postponed

Hi, I read about similar case here https://github.com/jmapper-framework/jmapper-core/wiki/Flatten-And-Encapsulate, but I couldn't match it to my case. So here it is: ```java public class Dto { private String data; private String...

I really like the simplicity of spring-data-jdbc, but the default behaviour somehow breaks my understanding of efficient loading. **Problem description** Having one-to-many relations in an aggregate root always causes N+1...

in: jdbc

Hi, Thanks for the great library! Are there any plans to open it for contributions? I have some ideas in the following areas: 1. Streaming write of data out to...

When I tried to run this in a virtual environment: ``` (thriftcli) user:~$ thriftcli localhost:8914 Service.getEntity ~/Thrift/definition.thrift -I ~/Thrift/common -b '{"request":{"filter":{"id":"1"}}' ``` I got this: ``` No handlers could be...

Hi, thanks for the great tool! I'm trying to deploy an app without building the Docker image (I already have it), by running: ```bash kamal deploy --skip-push ``` Unfortunately, I'm...

Thanks for the awesome tool! I would like to use `mvnd` Docker image instead of https://hub.docker.com/_/maven for building/testing my projects in the CI/CD pipelines. There is an [existing project](https://github.com/shencangsheng/mvnd-docker) that...

I have the following settings of the proxy in `kamal.yaml` file ```yaml proxy: app_port: 8080 response_timeout: 10 healthcheck: interval: 3 path: /health timeout: 3 ``` Usually, the "management" (a.k.a observability...