Tommy
Tommy
Can you leave a note in the README regarding the deprecation of the project @bacongobbler?
Would be nice to see more tests for the stage 3 proposals
`babel-preset-env` is recommended by the creator over `es2015` or `latest` https://babeljs.io/docs/setup/#installation
I guess I don't understand the difference, any resources you could point me to to help understand? Thank you for your labor
yes please! This would show you are truly committed to open source software and principles
This feature is necessary to run `--flat` in CI type environments
This leading slash issue is also breaking MMS images from displaying. In a `message` record, the `media` field looks like: `"["https://voipsuite-xxxx.onrender.comuploads/...`
Figured it out, the code assumes that the `BASE_URL` environment variable has a trailing slash
> ``` > // checkDNSPropagation checks if the expected TXT record has been propagated to all authoritative nameservers. > func (p preCheck) checkDNSPropagation(fqdn, value string) (bool, error) { > //...
Using a path lib instead of string concatenation should do the trick