Peter Tripp

Results 92 comments of Peter Tripp

> @notpeter would you be interested in helping to drive that forward? @djc I've implemented this on a branch. See: [notpeter/env-home@more_dirs](https://github.com/notpeter/env-home/tree/more_dirs/src) - `user_home_dir` - windows: `$USERPROFILE` - unix: `$HOME` -...

> As a macOS user, I definitely think we should go with the platform-specific behavior here. I've implemented this behavior on an alternate branch. See: [notpeter@env-home@more_dirs_mac](https://github.com/notpeter/env-home/tree/more_dirs_mac/src) Adds MacOS specific behaviors:...

@joshtriplett I agree. I tried to write as narrow a proposal for `user_home_dir` as I could for exactly this reason. Having explored user_{cache,config,etc}_dir a bit, there are design decisions that...

> Is there a survey of what people want to do with the result of this? [-@scottmcm](https://github.com/rust-lang/libs-team/issues/372#issuecomment-2155662154) I spent a few hours spelunking through open source code with SoureGraph Search...

@williamdes (or anyone else) Are you still having this issue? If so, can you confirm the current ulimit settings of a running Zed process? ```sh cat /proc/$(pidof zed)/limits |grep 'open...

@williamdes Can you try this with the newest Zed Preview release (0.147.x) and see if you're still having the issue?

I believe this was fixed by: - https://github.com/zed-industries/zed/pull/16645

Zed switched their default font from 'Zed Mono' (an Iosevka derivative) to 'Zed Plex Mono' (an IBM Plex Mono derivative) so this is not longer a major concern. I really...

Specifically, the extension is requesting 'repo' scope which includes read/access to all public, private repos and many associated settings. Obviously for lots of folks this a non-starter. ![image](https://github.com/microsoft/vscode-copilot-release/assets/145113/a56922b9-c9d4-435a-bf27-1a6078b61fda) The reasoning...

It's been two months since this was merged. Any chance someone can cut a release that includes this?