Dario Seidl

Results 39 comments of Dario Seidl

I would also think it'd be great if support for the docker compose plugin could be merged. I could help with testing this on Linux. IMO, a `dockerComposeV2` option sounds...

How is the status of this? I read that that meta-annotations are supported since JPA 2.2. Are all JPA annotations (class and field level) supported in meta-annotations now?

You can do by wrapping it in a `Form.Field`, e.g. ``` import { Slider } from 'react-semantic-ui-range'; import { Form } from 'semantic-ui-react'; ... const { input, min, max, step...

For reference, or for people how need problem support now, there is another library: https://github.com/zalando/problem-spring-web which configures https://github.com/zalando/problem for Spring Boot. Yes, the type is optional. When absent or "about:blank",...

The readme includes a note that Ubuntu doesn't support $LIB, but that doesn't seem to be true. `LD_PRELOAD='/$LIB/libstderred.so'` expands to `/lib/x86_64-linux-gnu/libstderred.so` / `/lib/i386-linux-gnu/libstderred.so` on Debian/Ubuntu. I found that info [here](https://stackoverflow.com/a/38253231/401712).

I found .editorconfig files for all code styles in https://github.com/facebook/ktfmt/tree/main/docs/editorconfig. Looks like this issue is done already?

We started using ktfmt, and this is the only thing that I don't like about it. Whenever there are multiple annotations, or annotations with parameters, or multiple annotated properties or...

I had the same problem with my default config, pressing -S doesn't do anything: bat --pager='less +S' some_file Maybe you just need to tell `bat` *not* to wrap lines, so...

I'm having exactly the same problem. I'm not using any JAXB annotations (neither did @shevek afaict), only `jackson-module-xml`, so this should probably be reported there? Btw. the [workaround in the...