Maksim Bondarenkov ognevny · he/him
  • Moscow, Russia
  • Joined on 2026年06月08日
ognevny commented on issue GramEditor/gram#336 2026年06月19日 21:31:49 +02:00
[Wayland] Background blur is broken starting from Plasma 6.7

kde 6.7 is released, so it became a real problem:(

ognevny pushed to link-to-msys2 at ognevny/gram 2026年06月12日 13:28:56 +02:00
6c7f991f89 add installation instruction for MSYS2 distribution
3557098f2e Update docs/mission.md with expanded thoughts on other editors and links to more options
cdaa175f09 Update CHANGELOG
a0adb2ec1b Merge pull request 'fix: table cutoff in markdown preview' (#332) from kmkkiii/gram:fix/issue-330-table-cutoff-in-md-preview into main
5bc077ad43 fix: prevent table cutoff in markdown preview
Compare 10 commits »
ognevny created pull request GramEditor/gram#337 2026年06月12日 08:43:00 +02:00
add installation instruction for MSYS2 distribution
ognevny pushed to link-to-msys2 at ognevny/gram 2026年06月12日 08:42:12 +02:00
4b2d50a6a0
add installation instruction for MSYS2 distribution
ognevny created branch link-to-msys2 in ognevny/gram 2026年06月12日 08:42:12 +02:00
ognevny pushed to main at ognevny/gram 2026年06月12日 08:35:39 +02:00
3557098f2e Update docs/mission.md with expanded thoughts on other editors and links to more options
cdaa175f09 Update CHANGELOG
a0adb2ec1b Merge pull request 'fix: table cutoff in markdown preview' (#332) from kmkkiii/gram:fix/issue-330-table-cutoff-in-md-preview into main
5bc077ad43 fix: prevent table cutoff in markdown preview
98469181aa Add nextest task
Compare 9 commits »
ognevny commented on issue GramEditor/gram#325 2026年06月12日 08:23:27 +02:00
Support for SHA256 git repositories

there was the next change which removed libgit2 dependency: c57de85528

ognevny created repository ognevny/gram 2026年06月08日 20:36:49 +02:00
ognevny commented on issue GramEditor/gram#25 2026年06月08日 19:22:26 +02:00
Windows Binary Release

patching protobuf and abseil-cpp was enough! 🎉

ognevny commented on issue GramEditor/gram#25 2026年06月08日 17:37:22 +02:00
Windows Binary Release

unfortunately failed because we have to build protobuf from source, which is really hard because it requires patching third-party deps (e.g. abseil-cpp). is it possible to use any system dep in...

ognevny commented on issue GramEditor/gram#25 2026年06月08日 17:08:49 +02:00
Windows Binary Release

it shouldn't be a problem, actually, because zed compiled for MSYS2 with no patches (I had to propose some in the past). also removing webrtc things gives an extra bonus for us because it was...

ognevny commented on issue GramEditor/gram#25 2026年06月08日 16:55:59 +02:00
Windows Binary Release

hello, I'm a maintainer of zed package in MSYS2, and I decided to try to add Gram for this distro. we use native MinGW-w64 toolchain, so we have a bit more chance of success, if you don't mind...