Nicolò Santamaria

Results 5 comments of Nicolò Santamaria

I'm having this same issue with this plugin, which is a shame because the plugin is so nice. Unfortunately when active I cannot save any file `.java`. I hope this...

Hi, thank you for the issue. I think that the reason why your code doesn't work is [InputFile](https://github.com/NicoNex/echotron/blob/master/options.go#L293) having private fields, this causes the query-builder to generate an empty json...

Indeed I'm thinking of creating the following two methods: ```go func (d *Dispatcher) ListenWebhookTLS(webhookURL, certFile, keyFile string) error func (d *Dispatcher) ListenWebhookOptionsTLS(webhookURL, certFile, keyFile string, dropPendingUpdates bool, opts *WebhookOptions) error...

Hi, sorry for the very delayed answer. I've just pushed the version `v3.30.0-alpha.1` with the aforementioned methods. Unfortunately I have no way to test if they work so it would...