drekbour

Results 62 comments of drekbour

Results of a Generation Gap builder using `return (BookBuilder2)this;` instead of `return self` are similarly enhanced: ```` PojobuilderPerformance.constructViaBuilder_private thrpt 143.334 ops/s PojobuilderPerformance.constructViaBuilder_private:cycles:u thrpt 7328416.600 #/op PojobuilderPerformance.constructViaBuilder_private:instructions:u thrpt 9539486.380 #/op PojobuilderPerformance.constructViaBuilder_private:·gc.alloc.rate.norm...

@mkarneim Feels like this discussion has ended and the request doesn't add value (without adding notable complexity to the end user)? I'm going through your issues to see what I...

This sounds like a problem in Eclipse not PB. For one internal class (of a single jar with no dependencies) to fail to find another internal class is just irrational...

This was a support question and the author never stated they are use Gradle. Should be closed. * With Maven, you need to import, compile, re-import to get the `generated-sources/annotations`...

Not sure if #134 closes this?

> The server that I want to connect to and route backups to has 3 SSH keys associated with it QNAP much? :) I had this issue. Options are 1....

I had a think about this as I made some other changes and came to the following conclusion: #52 `SatelliteData` inteface should be optional. WRT this issue: mutability is a...

first thoughts: * Remove calculator from builder * Split single calculator into seperate items based on actual data requirement (several methods don't need `SatelliteData` at all) * It's possible to...

Nor sure as I've only been a Kotlin programmer for about 4 hours (literally). Theres a lot of nice 'infix' pimp-my-api stuff could be done but I don't know how...

I don't think it's mutually exclusive. if the calculators are simple standalone classes then a "clever" infix layer that glues a them onto suitable `Hexagon` is an addition for Kotlin...