Daniel Shuy
Daniel Shuy
This doesn't work even if a mapping method for the inline class is provided, eg. ```java protected fun stringToPersonId(id: String): PersonId = PersonId(id) ``` This is a huge issue because...
> I just realized that if I move the count query to a method of its own, it also works. So, as a workaround, I switched the return type from...
I would like this for JPA entity classes as well, as the generated class needs to be annotated with `@Entity`. Extending the generated class will not work as well, since...
@ispedals [@types/zalgo-promise](https://www.npmjs.com/package/@types/zalgo-promise) has been merged and released
For this purpose, I've resorted to use Intellij IDEA's embedded JavaFX Scene Builder, which treats the project as a workspace. Maybe the standalone Scene Builder application can use that as...
Debugging the interpreter, it seems that the interpreter is expecting: ``` duration("P3M") instance of year-month-duration duration("PT4H") instance of day-time-duration ``` However, the `-` symbol is being interpreted as a Subtraction...
@balaajimuthukumar you're commenting on the PR itself ;) Its already in review, perhaps you should look for a function in #2578 that doesn't have a PR yet
Doesn't the `nub` function remove duplicates?
Sorry never mind, I just noticed that in b0d2262, `nub` was added as a quick workaround, but is an inefficient way to remove duplicates
The `floor()` function already exists. Ideally the `ceiling()` function should have aliased the existing `ceil()` function instead of re-implementing it.