Kristoffer Grönlund krig · he/him
krig pushed to main at GramEditor/gram 2026年07月09日 05:02:45 +02:00
e877cad983 Merge pull request 'Misc small fixes to script/bundle-linux' (#368) from catgirlconspiracy/gram:bundle-linux-misc into main
b4f9fe9bb2 Make musl triple building a bit more robust
287e7085ab Only test for gcc version if gcc is actually installed
Compare 3 commits »
krig merged pull request GramEditor/gram#368 2026年07月09日 05:02:45 +02:00
Misc small fixes to script/bundle-linux
krig commented on pull request GramEditor/gram#368 2026年07月09日 05:02:35 +02:00
Misc small fixes to script/bundle-linux

Hi, thank you! The changes look good to me.

krig commented on pull request GramEditor/gram#366 2026年07月09日 05:01:33 +02:00
Preserve wrapper-injected PATH entries during shell env capture

Hi, and thank you for contributing to Gram! The patch looks straight-forward, but I'll have to think about how this might affect other use cases besides Nix and if it might break something.

krig commented on issue GramEditor/gram#367 2026年07月07日 14:04:45 +02:00
Files stop opening after a while on macOS

Yeah I have backported several supposed fixes as well as tried to fix it myself, where it's supposed to detect when this happens and resync. But it doesn't work very well yet. In general I am...

krig commented on issue GramEditor/gram#365 2026年07月06日 13:12:59 +02:00
Repl feature not working

@koru Yeah I don't really understand how it can be so big either. It's ridiculous. We've already stripped out a lot of stuff...

krig commented on issue GramEditor/gram#343 2026年07月06日 13:11:46 +02:00
[Flatpak] broken 2.2.0 package / exec not possible

Huh. I haven't really managed to understand the Flatpak setup or how to make it work in a better way. Sandboxing is a bit tricky with an editor where you want it to be able to access source code,...

krig commented on issue GramEditor/gram#362 2026年07月03日 23:31:23 +02:00
racket extension builds, but fails to start, on Gram

Merged the Zed fix, hopefully that solves it. Thank you!

krig pushed to main at GramEditor/gram 2026年07月03日 23:30:47 +02:00
ce530236db Update root_path for compatibility with language servers (zed#48587) (#362)
krig commented on issue GramEditor/gram#362 2026年07月03日 23:22:45 +02:00
racket extension builds, but fails to start, on Gram

Ah, great find. I'll check it out!

krig commented on issue GramEditor/gram#360 2026年07月03日 11:41:20 +02:00
Gram 3.0.0 crashing on startup (macOS Monterey Intel)

Ah, that’s too bad. Yeah unfortunately I think supporting this older version of Mac OS is going to be impossible with wgpu :(

krig commented on issue GramEditor/gram#362 2026年07月03日 08:19:04 +02:00
racket extension builds, but fails to start, on Gram

Hmm, looking at the logs it actually doesn't seem like that's the problem, necessarily. It rather looks like the extension is trying to pass options to the racket LSP that it doesn't recognize....

krig commented on issue GramEditor/gram#362 2026年07月03日 08:15:44 +02:00
racket extension builds, but fails to start, on Gram

Looks like it's using a newer version of the zed extension API than we support ATM.

krig commented on issue GramEditor/gram#360 2026年07月03日 08:13:41 +02:00
Gram 3.0.0 crashing on startup (macOS Monterey Intel)

@wakeofwind Hi, please give this build a try and let me know how it goes: https://ziranpub.b-cdn.net/Gram-x86_64-test-pr360.dmg

krig closed issue GramEditor/gram#358 2026年07月02日 12:26:42 +02:00
Opening Settings or Project Settings crashes Gram on MacOS
krig commented on issue GramEditor/gram#360 2026年07月02日 10:52:04 +02:00
Gram 3.0.0 crashing on startup (macOS Monterey Intel)

I can do a test build for you later, would be great if you have the time to test :) Don’t have time right now but I’ll update here when I have it built.

krig commented on issue GramEditor/gram#360 2026年07月02日 09:43:40 +02:00
Gram 3.0.0 crashing on startup (macOS Monterey Intel)

Seems we can just turn indirect call validation off on Mac OS, so I pushed a commit that does that.

krig pushed to main at GramEditor/gram 2026年07月02日 09:41:30 +02:00
c438165ff2 Disable indirect call validation on Mac OS (#360)
krig commented on issue GramEditor/gram#360 2026年07月01日 17:16:55 +02:00
Gram 3.0.0 crashing on startup (macOS Monterey Intel)

I see, yes, it's a bit of a pain. It would be really nice to have the fallback to GL working...

krig commented on issue GramEditor/gram#358 2026年07月01日 00:40:12 +02:00
Opening Settings or Project Settings crashes Gram on MacOS

Perfect, thank you for testing!