drekbour
drekbour
This value is only used in a single internal algorithm (`HexagonImpl#calculatePoints`). Many other similar calculations operate by checking the orientation rather than redirecting through it. Mixite should be consistent and...
Every `Hexagon` contains 6 `Points` then 12 "vertices" which are just the x,y of each `Point`. Get the Point... ```kotlin /** * Returns a list containing the [Point]s of this...
As an API interface `SatelliteData` is actually a very opinionated choice of data. There is no hard requirement for _any_ enforced supertype to the storage data (e.g. the core class,...
Now Mixite is written in Kotlin (still a new kid on the block), it suddenly becomes a little scary for Java devs (despite saying [Don't Panic on the cover](../blob/master/README.md)). It...
I can't figure out why the javadocs are saved into the source-tree. I _really_ can't understand why the full record of historic javadocs is stored there. It is about 60x...
To discuss: Alternative implementation of #3289 allowing supertypes to be selected. Animal {a,b}
### 🤔 What's the problem you're trying to solve? Support developers creating meta-annotations to wrap up common Spring testing stuff to also include `@CucumberContextConfiguration` ```java @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @Inherited @CucumberContextConfiguration //...
https://github.com/diffplug/durian/blob/v2.0/src/com/diffplug/common/base/Errors.java#L271 https://www.google.co.uk/search?q=1+855+548+2505 :) I cannot begin to dream how this got in there but it made us laugh. Am I intended to ring them if I have issues with that...
Seeing general conversation on "doesn't support field NNN" always returns to this, `fix-decoder` should support the current standard. - [ ] Dump FIX 5 fields onto the end of `data.js`...