Piotr Osiewicz

Results 106 comments of Piotr Osiewicz

Hi all, I believe I've created a [minimal working example](https://gist.github.com/osiewicz/674a68458dcf662573769781710ee036) for this issue. The code indeed takes over a minute to build even without debug symbols. I did not go...

I think a better alternative would be to support matching via globs, not regexes; https://docs.rs/glob/latest/glob/ It's less powerful than a regex, but it should suffice for your use case.

Sure! For starters, this function does path filtering: https://github.com/zed-industries/zed/blob/74241d9f935158dc113040c3d2c8b3785fdf0f09/crates/language/src/language_registry.rs#L472 `user_file_types` is a deserialized content of `file_types`, e.g. for the example provided in original post: ``` "file_types": { "Dockerfile": [ "Dockerfile",...

I can't repro this with Rust project anymore (or a .js one).

Hey, yeah, tagging is enough; what timezone are you in? I am in GMT+1 and I am (generally speaking) available between 10am and 6pm; if you're in US timezones I...

Yep! I've sent you a message on Discord, let's figure out the schedule there.

For the reference, this is probably being greyed out due to `recent_projects::OpenRecent` being registered on a workspace and not as a global action; the code responsible for greying out menu...

Hey, It looks like we have quite a bit of custom logic there + this PR removes our reliance on fuzzy matcher altogether, which I'm not sure of. I've tried...