Conrad Irwin
Conrad Irwin
utf-8 works fine for me: https://gist.github.com/ConradIrwin/d95a74f8a0606b190e3e Are you trying to use a different encoding? If so it will almost certainly not work as the gist API requires valid JSON, which...
Hey @JConwayAWT. The current implementation of `wait_for_new_emails` doesn't find emails that appear while you're processing. This is somewhat annoying to fix as IMAP is pretty complicated... We might be able...
Hey @eLobato, I'd love to. Two things to bear in mind while working on this: 1. Preserve backward compatibility for people with the existing setup. 2. We publish `gist` as...
@LucaMarconato very strange! ctrl+d is not handled specially by `gist`, it's just the standard way to close STDIN. So, I suspect one of two things are happening: 1. The delay...
Hey Joe! Last I looked the API required putting the contents of files into JSON, which meant you could only upload files that were valid utf-8 — can you please...
Pull requests welcome :) Sent via Superhuman ( https://sprh.mn/[email protected] ) On Thu, Apr 26, 2018 at 4:08 PM, hackerb9 < [email protected] > wrote: > > > > I notice the...
hey @JunkuiZhang. Sorry for the slow response here. So that I understand: You are making this change so that we can distinguish between a maximized window and a full-screen window...
Ok, having read through the code I think this change makes sense overall. A few changes: * Let's call this `gpui::WindowBounds` (it's shorter). * Let's make `gpui::WindowBounds::Windowed(Bounds)` not optional so...
> Or, we can rename the window_bounds function to bounds? This makes sense to me. > On one hand, currently on Windows, when zed is closed in a maximized or...
@JunkuiZhang Sorry, it looks like I missed the window to merge without conflicts. Could you please rebase this on c260f7d5a