Michał Sobkiewicz
Michał Sobkiewicz
Oh, that would require completely different set of permissions too. Instead, I could let users choose what images they like to be replaced with pink, but for the sake of...
@bartalivini It's easier said than done. Preserving toggles between updates requires dealing with [identity](https://en.wikipedia.org/wiki/Identity_(philosophy)) of collectibles (so, at least, giving them unique names). It would be nice to show some...
Continuation of #39.
1. Is there tool-tip / hint visible when you hover this pink item? 2. Does the problem persist when you exit and re-enter adventure?
Could you provide me one more screenshot, this time without Pinky? You can use incognito window or another browser. You may also temporarily disable / uninstall Pinky.
Those are definitely "collectible barrels", used here as a decoration item. Unfortunately, there's nothing I can do. Pinky is based on file names only and can't distinguish between home island...
It's great that this happened! Maybe it's not too late to make one little change in `lengthInDays()`. I'll create PR in a minute.
I've spotted two `requireNonNull(field, 'temporal');` that need to be replaced with `requireNonNull(field, 'field');`. I'll fix this later today.
> I've spotted two `requireNonNull(field, 'temporal');` that need to be replaced with `requireNonNull(field, 'field');`. I'll fix this later today. Done. As you can see, in the next commit I've introduced...
As a workaround, I use `Thruth.assertThat(actual.toArray()).isEqualTo(expected.toArray())`, but that's a little more verbose.