Daniel M.
Daniel M.
I see this problem in many extensions... I think it would be more sensitive to include the possibility of defining the path for your own configuration file, instead of trying...
 When explicitly searching for "Nimbus" is OK, though.
I'm not sure what to expect from the benchmark reporter to start with, as it is poorly documented (hopefully something that will improve in the near future), but when running...
I've noticed that some events don't appear in the documentation, e.g. `onOpenAfterResume()`. Did I overlook something? Is there a summary with an exhaustive list of events and their descriptions?
### Describe the bug When the "required" property of the Dropdown component is used, the Dropdown is not filled, and validation is triggered, the error message that results is incorrectly...
As noted in #110, a "negative streak" would be really helpful in knowing what you should be paying closer attention to every day. I have extended the existing code in...
Sometimes is nice to check first if the message you want to display was already added and is still active, to avoid duplicated messages. Either access to the array of...
This kind of code (from https://github.com/OpenFeign/feign/pull/335/files#diff-13815c678552a275075ab18b17c67784R616): ```java @RequestLine("GET /?name={name}") void queryMapWithQueryParams(@Param("name") String name, @QueryMap Map queryMap); ``` Does not work when `@QueryMap` is used on a POJO. In my case,...
Some findings after exposing the file to the TypeScript compiler...