h908714124
h908714124
Here's a quote from the class-level javadoc of `ImmutableMultimap`: > **Warning:** avoid direct usage of ImmutableMultimap as a type (as with Multimap itself). Prefer subtypes such as ImmutableSetMultimap or ImmutableListMultimap,...
Fix #2395 Added two lines to the error message from `containsSubsequence`. Only in `Iterables.containsSubsequence`. `Arrays.containsSubsequence` is working with `Object` and that would be more work. New error message looks like...
in watch tab. In hon-KGS, this is shift-click on the "forward" button.
this should insert the coordinate into the chat window. Very convenient for advanced kibitz!
Update the documentation to help people who are looking for an Either-type in Java. Some poeple might not immediately know what a "Result" is.
Hello, not sure if this is useful, but it seems to work.
The following does not compile: ```typescript import { LocalDate } from "@js-joda/core"; import { PayloadAction, createSlice } from "@reduxjs/toolkit"; interface CalendarSlice { days: LocalDate[]; } const initialState: CalendarSlice = {...
JAXB appears to silently lose data if an `XMLGregorianCalendar`, which corresponds to the XML Schema type `dateTime` doesn't specify the "time" fields hours, minutes and seconds. See this unit test:...
Hello, since I could not find a reference, may I ask if or how this old issue was resolved? https://github.com/javaee/metro-jax-ws/issues/1166 That is, which of the following are the correct way...
Imho `gn` is important enough to be added in section "Search and replace". ``` gn Search forward for the last used search pattern, like with `n`, and start Visual mode...