Victor Costan

Results 61 comments of Victor Costan

@mgeisler Please take another look?

@mgeisler Thank you very much for the quick review!

I'm not repro-ing these on my M1 Mac. However, based on some searching, I think this is https://github.com/rust-lang/rust/issues/111487 On my local machine, the `dirent` struct seems to have an 8-byte...

I tried a few workarounds and they're all failing. These comments in the stdc equivalent are a bit disheartening -- https://github.com/rust-lang/rust/blob/master/library/std/src/sys/unix/fs.rs#L694-L741

FWIW, I got tripped by the difference between the README on the site and the gem's actual functionality. I think the "Sign in with Slack" support is significant enough to...

The extension uses the "App Folder" permission, so it is restricted to a folder in your Dropbox. If you want to upload to `/some/path` in your Dropbox, you can do...

The site UI never received a lot of care. It's mostly the scaffold-generated code, plus a bit of CSS here and there. Unfortunately, I'm not able to work on Gitty...

This isn't a direct solution for your bug, but I have implemented git-over-http. Setting that up is significantly easier, as it doesn't require ssh or keys. https://help.github.com/articles/set-up-git

If you're willing to do it, I'd be happy to provide guidance for the dropbox integration side.

Sigh, yes, it's a known issue. I'll keep it open until gitty gets a worker process.