Emmanuel Chebbi
Emmanuel Chebbi
A reminder of all the websites which are not well displayed by Shuttle yet: - [x] Twitter - [ ] Spotify - [x] Messenger - [ ] Rocket.Chat _Note_: this...
Currently, changelogs are available from Shuttle by querying the address `changelog.getshuttle.xyz`. However, it makes longer to display changelog's view and complicates logs' manipulation. This situation could be resolved by: -...
## Motivation Currently Pitclipse only allows for workspace-scope preferences. However, it would be great to allow users to set their preferences per project. ## Implementation In term of UI, this...
This feature request depends on #77 (`Provide project-specific preferences`) ## Motivation Pitest can be [configured through Maven](http://pitest.org/quickstart/maven/). Pitclipse should be able to extract the configuration from the POM in order...
Fix issue #14. Ensure that `state` and `details` are not empty strings before adding them to the JSON sent to Discord. That's necessary because for some reason Discord won't update...
Hi ! Calling `DiscordRpc.updatePresence(DiscordRichPresence)` on a presence that has neither details nor state has no effect. Indeed, if these properties are not set (or empty) then Discord is not updated....
## Motivation Wording can be customized from the Preferences page and several file-related variables are currently provided. It would be cool to also have access to Git-related ones when the...
Originally ask by @XLPmc in #48. When developping in C++ it can happen that developers use the _.h_ extension to define C++ headers. As a consequence, since the language is...
## Motivation Current technical documentation does not provide enough details about how the plug-in is architected, how events are handled, etc. Explain such topics in depth would help possible contributors....
## Motivation Bugs faced by users can be hard to reproduce and debug. A solution is needed to determine more easily what causes the issue. ## Solution Preferences should allow...