Matt Magoffin

Results 14 comments of Matt Magoffin

Great! I'll submit a PR shortly.

Hi Werner, thanks for your response. I've dealt with erasure problems like this, I understand what you mean. I guess I was wishing the `Unit` API could provide the `Quantity`...

If you would like to iterate on the [work I invested thus far](https://github.com/SolarNetwork/killbill/commit/53805e93f27e0797b096d59deef9f3e34bb9c393), I can submit that commit as a PR.

I think there might also be an overflow issue when `UsageDetailMode.DETAIL` results are requested, because the usage amounts are copied to the `InvoiceItem.quantity` property, which is defined as an Integer...

Done: https://jira.qos.ch/browse/SLF4J-398

If I cast the `Unit` to a `ComparableUnit` then `isEquivalentTo()` does return `true` -- I did this: ``` final Unit rpm = Units.HERTZ.divide(60); if ( unit2.isCompatible(rpm) && unit2 instanceof ComparableUnit...

Hey @jzheaux I'm happy to put together a PR -- did you mean for the `WebSocketMessageBrokerSecurityBeanDefinitionParser` class or the migration guide, or both?

Ok, I started PR #17323 with the code change. Where would the documentation be updated, would you be referring to [migration/index.adoc](https://github.com/spring-projects/spring-security/blob/main/docs/modules/ROOT/pages/migration/index.adoc)?

I'd also love to see native UUIDv7 support for partitioning, but wanted to note that I do partitioning on v7 UUIDs by way of a `time_partitioning_func` argument to `create_hypertable()` that...

> [@msqr](https://github.com/msqr) can you elaborate on how that works? Sure thing. In my case, I have a table with a UUID primary key column named `event_id`, and I create the...