Claire Neveu
Claire Neveu
@fommil The PR was never in a state where it passed the tests. As I recall it only worked for Scala 2.11. There were also no tests added for the...
@michalrus That sounds ideal but we would need to get exact error/warning information back from the compiliation which is not something Scalatest provides. I don't know if that is because...
See https://github.com/wartremover/wartremover/issues/116 for a more in-depth discussion of this wart.
The only problem with this approach is that the compiler doesn't mark all synthetic code as such and you can have synthetic methods whose bodies are not marked as synthetic,...
Yes, I meant a separate provider for ui. Yes, you would need to update the references. Is your plan here to update the references and then switch to another context...
@hamidzr Okay. I'm amenable to either approach. If you update it in this PR can you ping me to re-review?
Can you add a feature switch and show the tab when the feature switch is enabled?
If you're going to go the route of writing a whole bash script then the simpler solution to this is to just manually strip the prefixes. Something like ``` entry:...
@thiagodallacqua-hpe Unless something has changed, the default feature state is not reflected on the settings page, which is the bug here. If that is no longer present then you should...
> What is the idea of the `xdg_menu` option. Would it just display the `before`/`after` options with that off? Exactly. I figure some people might just want a menu with...