Taylor D. Edmiston

Results 33 comments of Taylor D. Edmiston

This seems to make the Namecheap provider totally unusable when Terraform Cloud is the backend. I keep whitelisting new IPs, but from the TFC side it seems that the IPs...

Thanks so much for the clarification. Admittedly an edge case, but I appreciate taking the time to address it. Thank you!

I'm also following the Deployment guide for Create React App which lists serve as the first option (https://facebook.github.io/create-react-app/docs/deployment#static-server). I've tried the cleanUrls config mentioned above by @laran in https://github.com/zeit/serve/issues/479#issuecomment-430312596 but...

> Looking at the response that comes back it appears that it is getting caught by a CAPTCHA. Unsure what the proper way to deal with this is. I think...

Maybe `` could end one tag and start the next and `/-` could do what `` does today? I've used several other apps that implement this combo for quick multi-tagging.

> As a workaround, you could use something like https://github.com/nat-n/poethepoet Thanks for sharing, Poe — this looks like what I wanted Poetry scripts to do this whole time. I'll be...

I tried this plugin on mobile with space expansion enabled and noticed that no expansion happened and wondered if it just didn't work on mobile at all. Hopefully this bug...

@PrashntS I would agree. I stopped using the library for that reason.

I believe they mentioned during the talk or Q&A after that `docker cluster` is only in Docker EE (v3+). The talk abstract alludes to this as well. I don't think...

I've experienced the same issue while needing `git branch -r` or `git branch -a`. It doesn't currently seem to be supported, per: https://github.com/kemayo/sublime-text-git/blob/master/repo.py#L29 I'm not familiar with this repo, but...