Alex Pearson

Results 10 comments of Alex Pearson

Confirming that I get this error as well on `command-t` 5.0.3 and `neovim` 0.3.1 on macOS when editing files with swap files. After this ☝️ output, the selected file is...

A note on timeliness here: this is probably not affecting many users at the moment, but will be a much larger issue when the next version of `yarn` drops. That's...

Following up on this: it appears that by the time wrapped service responses are mapped at [this line](https://github.com/hyperium/tonic/blob/master/tonic/src/transport/server/mod.rs#L820), `Method` failure modes include `content-type` headers of `application/grpc` and `Interceptor` failure modes...

This is important for us as well, since we're using [`sops`](https://github.com/mozilla/sops) for secret decryption across environments. So even though we're happy using `kubectl` to apply changes to our clusters, the...

@qiwzhang @arturgspb in case anyone's interested, I've taken a stab at implementing this in #73. It's an old thread, but the lack of newline-delimited JSON on streaming endpoints is a...

Sounds good, let me tackle option 1 tonight. It won't be quite as simple as dropping in an existing `gitignore` crate, since `.dockerignore` syntax is based on golang's [`filepath.Match`](https://golang.org/pkg/path/filepath/#Match), and...

Thanks for the response! > Would you be ok with this being publicly accessible? For many of my needs (i.e. dynamically-configured webhooks for third-party services), the endpoint would _have_ to...

Using a tunnel solution integrated with Cloudflare makes a lot of sense. And that's very similar to what I'm doing already for `wrangler dev` (although I've been using `ngrok` rather...

I'm getting the same result in both VS Code, atom, and vim. Edit: here are my environment specs for good measure, too * Distro: Arch Linux * Window Manager: i3wm...

Thanks for the issue submission! I haven't tested this on any distribution of Timescale at all, but I'd be interested in your initial findings. And I'd certainly welcome PRs for...