jojo05

Results 20 comments of jojo05

Apologize for the bad formatting. I will figure out markdown syntax next time

Thanks, I'll try and report back

Sorry, I was not clear in my message. My use case is within a Go application. I need to sign the outgoing message and add the signature header. Also, do...

Yes, I used DisableSSLVerification==true as per your recommendation in the docs. As per the delivery problems, e.g. when sending to gmail from an non-SPF IP address, I get ERRO[0001] EOF...

Also, I restart the application all the messages that were not delivered are retried again, but maybe the info about retries should be persisted so that a restart knows what's...

Ok, this is what I do. It's annoying theat preact-cli doesn't support proxy config option, so I cannot develop using my Go server What pattern would you use for the...

`fetch(URL+query).then(r => r.json()).then(data => populateResults(data))` works. Thanks

Sure. That would be my first PR (it's about time!) It will be like examples/react/index.html but using an external data source, like wikipedia. I will also show the table-like output...

yes, let me start with the first. I need to figure out the debouncing

Is it possible to have an option in which clicking on an item doesn't actually select an item? This is useful to view a set of values, click on some...