Thomas Casteleyn
Thomas Casteleyn
Hmm, okay you seem to know a bit on this subject. Would you be able to create a (draft) PR where you adapt the use of this method? That way,...
Hi @Giu-seppe, this sounds a lot like this existing Feature request: https://github.com/influxdata/telegraf/issues/10245#issuecomment-993988479
Okay, so I'm going to close this one, as it is duplicating #10245. Please add your remarks and use cases in that request. There is indeed no work going on...
I also think the ITSM connectors also require this consent. PS, the correct English term is GDPR.
For a private function, it is perfectly doable to do a refactoring to correct english naming: ```php private function NeedsGdprConsent() ```
Sure, it can be accepted as is indeed. I was just mentioning as it could be done in this PR as well, no need for a separate PR. Or, indeed,...
@jbostoen "Monitoring" is already an existing option on Incidents (or simple request).
Maybe also increment version number of the respective modules.
Ouch. No, nevermind in that case.
This is what that tool says on their reference page: > ### Combination of keys > ```js > Mousetrap.bind('ctrl+s', function(e) { > _saveDraft(); > }); > ``` > If you...