Mitchell Hashimoto

Results 118 comments of Mitchell Hashimoto

Sure! This sounds good. I’ve never used these values so I didn’t support them because I couldnt’ test them. If you want to take a stab I’d be happy to...

My hesitation with this is that it forces us to use create-dmg forever. I don't have any plans not to but say a Go-native way to create DMGs existed (it...

I probably have to take a pass at this to ensure everything is good for macOS 12. So, yes, you're probably right, I haven't read the new docs yet.

Yikes. This is going to be kind of impossible to debug unless you can make this reliable. That's weird!

Yeah Noto not only uses embedded PNGs, but they're fixed at a single resolution. Right now I'm putting them at full resolution into a texture atlas and downsampling in a...

Maybe! I haven’t used SVG fonts yet, I’ve only read about them in the FT docs. I know that FT doesn’t include any SVG renderer but you can get the...

Also, for backwards compat, you can just do `Vagrant::Config.run`. Both 1.0 and 1.1+ understand that as a V1 config block.

As a guy who has been learning too much about escape codes recently 😉 I took a look and would suggest perhaps a different approach. I just Iike really quickly...

That approach would require you keep track of terminal width. All the line-oriented escape codes treat a line as a _visible line_ (or physical line). It doesn’t unwrap soft-wrapped stuff....

@mulderp Vagrant is completely based on "Rack-style" middleware, see here: https://github.com/mitchellh/vagrant/blob/master/plugins/providers/virtualbox/action.rb#L52-L78