Stephen Nancekivell
Stephen Nancekivell
Hi, The results for yahoo seem to be incorrect. I get this result for valid yahoo addresses. ``` {"host_exists":true,"full_inbox":false,"catch_all":true,"deliverable":false,"disabled":false} ``` If I try and email a random yahoo email like...
Hi, I have a private library and webapp both using Argonaut. With the library no 2.6.1 and the webapp using 2.6.3 I get the following error. I believe this is...
When using the new auto complete for $ivy imports feature https://github.com/lihaoyi/Ammonite/pull/957. The usability is a bit counter intuitive and not consistent with the other tab completion features. You must add...
Hi, I noticed grpc-ts is unable to make rpc requests on node.js. This is mostly because of the use of XMLHttpRequest. Perhaps support could be added via [axios](https://github.com/axios/axios) or fetch....
Hi, we wanted to send our messages as base64 encoded instead of the raw binary which renders in devtools. So I thought you might like a PR.
Consider the following. ``` Json did not match "{ "a" : "01", "b" : null, "c" : "1" }" did not match "{ "a": "01", "c": "1" }" Json Diff:...
Hi, thanks for the project. I noticed that when repeatedly running `protoc` with zap, the import order in the go code changes, despite nothing changing in the source proto files....
Hi folks, im having trouble with bulk inserts into clickhouse. NamedExec queries are only getting the first value in the array. This PR fixes the issue by extending the regex...