-
**Description**
When using MapAssert I want to define custom comparators that will be used for checks concerning entries. In my case (see below) (Java's) AtomicInteger does not have an equals method …
-
Requesting to make the Comparators and Cleaners Serializable
-
At the moment, the outline view only supports a single comparator. The default sort contribution is defined in org.eclipse.xtext.ui.editor.outline.actions.SortOutlineContribution.
Simply registerin…
-
jitBuilder is calling to `OMR::ILOpCode::compareOpCode` to ask for signed comparators for `TR::Address` type, which should be using unsigned compartors. Code in jitBuilder should be asking for unsigne…
-
https://github.com/dmarx/Multi-Modal-Comparators
maybe make it a dep
-
In easyPlace mode and tweakAccurateBlockPlacement the repeaters and comparators are placed with a 90 degree incorrect rotation, i.e., they always get 90 degree wrong. When placing dropper, observers a…
-
Make comparators be able to detect current weather when placed next to a windchime
For example:
Clear weather - signal strength of 0
Rain - signal strength of 6
Thunder - signal strength of 15
…
Dqu1J updated
2 years ago
-
We shouldn't use != or == null comparators on the project because it's inefficient.
For example:
https://github.com/ukibs/EM-Prototype/blob/873309249db7622a3393c148ba344510ed667b7d/Assets/Code/Ene…
-
We could make a Comparator that uses Externalizer to handle cases where java serialization might fail.
This has created at least one error on a job at Twitter.
-
Right now, a `Set` uses `equal` on its elements to determine their uniqueness. It might be useful to provide a custom key comparator for more complex behaviours. In the same vein, `Map` currently uses…