Pierre-Luc Paour
Pierre-Luc Paour
The fact you aren't already doing this is probably due to a limitation of IntelliJ's plugin API and/or the diff view, but it would be great to be able to...
Annotations need to be preserved (the rule may be a bit too broad; I left another setting that also works commented out).
https://github.com/balysv/material-menu/issues/61
As described in other issues, the default size of the drawable is too small, but using `mm_scale="2"` makes it too big. A float scale would allow apps to pick a...
The current instructions for using this library is to include `@aar` in the dependency line, because you're publishing it without a POM on the Maven server. This works fine for...
**Is your feature request related to a problem? Please describe.** In order to reuse data between routes, I would like to be able to include files in my mock responses....
``` $ toggl projects add --help Usage: toggl projects add [OPTIONS] Creates a new project. Options: [snip] -p, --private Specifies whether project is accessible for all workspace users (=public) or...
The `GRADLE_COMPLETION_UNQUALIFIED_TASKS` option causes the completion script to go over all subprojects, potentially pulling in too many tasks. Android apps generally always use `:app:` for the main subproject, could another...
I'm not sure it's supposed to, but it would be nice if the sort order was saved (client-side even). As it is, the sort order on the Bugs page always...
Could you add a button to allow a one-click copy of the stack trace? Right now one has to select the text of the stack trace taking care to not...