Paul Woitaschek

Results 195 comments of Paul Woitaschek

Why not just something like: `./mainframer -c configFile ./gradlew assembleRelease` So you just point to a config file? When absent it uses the default config file.

> MacBook Pro 13 2015 (i5-5257U, 8GB) -> 02:03 Workstation (i7 [email protected], 16GB) -> 00:20 c4.2xlarge (8 cores, 32 GB) -> 00:23 c4.xlarge (4 cores, 16 GB) -> 00:30 t2.xlarge...

This project is fantastic. Now I can sit on my couch with my crappy 2015 macbook and do actual programming instead of watching my mac getting too warm 👍

The loss of precision currently has lead to a bug in our business logic. A now failing test case boils down to this: ``` val nanos = (200.days + 5.nanoseconds...

Just made a fresh install by using smileupps and its just not possible to create a user. What can I do here?

A test case where assistet params are not in the end would be great to have. Also, a test case that validates the exception message would be great when there...

From the description of the ticket it doesn't seem like keeping the abstraction is worth it. They clarify that it's mostly about frontend plugins. Though that makes me wonder why...

More context: https://github.com/google/ksp/issues/983

Maybe it's possible to check if viewBindung is enabled for the project and set up a mustRunAfter in these cases?

I really love anvil, but I dislike that it's not really integrated with the native dagger. I would prefer it, if kotlin-inject would just discover the multibindings. The thing I...