Daniel M.

Results 53 issues of 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...

enhancement

![screenshot from 2017-05-18 22 13 16](https://cloud.githubusercontent.com/assets/3440331/26221556/40eb4f20-3c17-11e7-9af9-7b5621f242e7.png) 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...

bug
effort-low
domain-reporters
priority-medium

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...

Type: Bug

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,...

documentation

Some findings after exposing the file to the TypeScript compiler...