Live data from Hacker News

Viewing profile — maxbrunsfeld

maxbrunsfeld

HN member
Joined
Tue, Jul 19, 2011, 4:13 PM UTC
HN karma
684
Public activity
114 items

About maxbrunsfeld

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #47867527

    In the new layout, the project panel and git panel are just moved to the right side, so that the agent panel could be on the left, and you could still view both at the same time.

  3. comment
    Comment #45920190

    Curious about the failure to detect FS changes made outside of Zed. Are you on Linux?

  4. comment
    Comment #45920179

    Agreed, we should support this!

  5. comment
    Comment #44965687

    The Zed spirit is definitely to prefer a platform native solution. You're right that we may be able to get rid of our WGSL implementation, and instead use the HLSL one via SPIR-V. …

  6. comment
    Comment #43922511

    The fix shipped in Zed 0.185.12.

  7. comment
    Comment #43921597

    Isaac, that email that you sent to us (long after your internship ended) when Wasmtime first landed support for the WASM Component model was actually very helpful! We were consider…

  8. comment
    Comment #43921559

    You can still include Text Threads as context in the inline assist prompt with @thread "name of thread", or using the `+` button. And it should suggest the active text thread for y…

  9. comment
    Comment #43919927

    I believe this PR fixes the issue: https://github.com/zed-industries/zed/pull/30178 .

  10. comment
  11. comment
    Comment #43919473

    Thanks for the information. We can reproduce this using Copilot Chat. We're fixing now. We'll let you know when the fix is out.

  12. comment
    Comment #43918024

    Yeah, we plan to revisit the collaboration features; it was painful but we decided we needed to pause work on it while we built out some more highly-requested functionality. We sti…

  13. comment
    Comment #43348170

    Some things are just much faster in an editor. I used `git add -p` until very recently (basically, until we built this feature in Zed). If you're using `add -p` and you notice a pr…

  14. comment
    Comment #43050361

    Just to clarify, you can run as many LSPs in a given file type as you want. Common features like completions, diagnostics, and auto-formatting will multiplex to all of the LSPs. Ad…

  15. comment
    Comment #43050300

    You can. This is fully supported.

  16. comment
    Comment #42818429

    There are extensions for scheme and racket: - https://zed.dev/extensions?query=scheme - https://zed.dev/extensions?query=racket

  17. comment
    Comment #41947821

    I had the same question. I would think that with rust’s Vec, no allocation would occur at steady state. Vec does not automatically resize when removing elements.

  18. comment
    Comment #40929397

    As a point of clarification, the script does not edit your zshrc file, it just prints a suggested edit that you may want to make to that file in order to add zed to your PATH.

  19. story
  20. comment
    Comment #39984882

    If this happens with Zed 0.129 or later, could you open an issue? We had a problem at one point where there was a delay in macOS verifying our app’s code signature because we weren…

  21. comment
    Comment #39773431

    > It has created a culture in which checking in enormous generates files is common. You're not required to do that, and never have been. We're going to move the grammars away from …

  22. comment
    Comment #39773342

    Did you open an issue for the segfault you got, on the Tree-sitter repo or the repo for the particular parser you were using? It's not really accurate to say that Tree-sitter segfa…

  23. comment
    Comment #35172542

    The moment that you open Zed for the first time, you see a welcome screen that offers telemetry opt-out. The editor will be open-source and cross-platform, but it takes time to bui…

  24. comment
    Comment #35172512

    Thanks for pointing this out. Our whole terms-of-service is just standard boilerplate provided by our lawyers, but this part doesn't really apply to Zed. Obviously, there's no "con…

  25. comment
    Comment #35172390

    > WebRTC Right now, this is just used for the screen-sharing feature. > The binary is pretty big by itself It is. One major reasons is that we're shipping a "fat binary" (x86_64 an…