membersound

Results 43 comments of membersound

Omg I have the same issue and it is known for so long?? At least the initial suggestion using `event.stopPropagation()` on the datepicker itself fixes it globally on all datepickers.

If any (like me) has the same problem: while the `sed` solution works, it is better to use `docker stack config -c...` nowadays: https://github.com/docker/cli/pull/3544

My bad, you're absolutely correct: `docker stack config` seems to ignore `.env` file. What a pitty. So we still have to stick to the `sed` solution?

The then the following would be our command: `export $(cat .env) && docker stack config -c docker-compose.base.yml -c docker-compose.yml --skip-interpolation | docker stack deploy --compose-file - $APPLICATION_NAME` Question: is `docker...

Similar also happens in a test with `@Autowired WebTestClient webTestClient` and executing a `webTestClient.mutateWith(csrf()).post()...`: ``` java.lang.NullPointerException at org.springframework.security.test.web.reactive.server.SecurityMockServerConfigurers$CsrfMutator.afterConfigurerAdded(SecurityMockServerConfigurers.java:259) at org.springframework.test.web.reactive.server.DefaultWebTestClientBuilder.apply(DefaultWebTestClientBuilder.java:265) at org.springframework.test.web.reactive.server.DefaultWebTestClient.mutateWith(DefaultWebTestClient.java:167) ```

I'd vote for Red Hat OpenShift, as they provide a time-unlimited free-of-charge paas, with support of en eclipse plugin to directly deploy a repository to their cloud. Full support for...

Same here, daily_energy_consumed as well as all climate controls are missing. 2024.2.0

Okay, while I feel `FormatStyle.SHORT` is a rather bad default for date, at least it could be added to the metadata and docs for clarification? Would be nice!

Please also cover this for `QuerydslPredicateExecutor.findBy(Predicate predicate, Function queryFunction)`.

I switched to the following integration that supports writing through a esp32 module: https://github.com/klatremis/esphome-for-deye Anyways, it would be great it writing could be supported simply through the TCP modbus registers,...