GitButler ⧓
@gitbutler.com
about 1 year ago I'll do a little more investigation tomorrow and write up an issue if this does look like it is the culprit
💬 0
♻️ 0
❤️ 1
I'll do a little more investigation tomorrow and write up an issue if this does look like it is the culprit
Hi! This looks like it might be an issue to bring up with with Gitea as it looks like they might not be handling the potential for unknown headers correctly github.com/go-gitea/git.... Both GitHub and GitLab handle extra headers in case new headers get added to core git. okay, so the wysiwyg style in which you can format things with markdown syntax, but returning to them doesn't reveal that syntax and, for ex, changing a link, you do by a popover editor - notion's approach.
earnestly, what's the right behavior here? they could show md syntax always, or try to reserve a lot of space at the end of lines to isolate the movement. preventing links from jumping would be harder still because they'd require a lot more reserved space
We've spent the past year replacing the Vitess SQL evaluation engine with a virtual machine.
We've seen huge performance improvement, better maintainability, and performance on-par with MySQL's original C++ evaluation engine.
Vicent Martí explains how we did this in Go.
pscale.link/interpreters Join our upcoming webinar to learn about our new product, Flux. Flux hosts standards-compliant WMS, EDR, and OPeNDAP endpoints, allowing seamless integration between Arraylake data and other tools, including web maps, GIS applications, and even Excel spreadsheets. Register here: bit.ly/4kEGeaV 🚨 Final reminder 🚨
Our Dev AMA is in 1 hour! Come join our team as we talk about the latest and greatest coming to Prisma ORM (if you're an ESM fan... let's just say you should be there)
pris.ly/dev-ama-mar For the last few months, @gitbutler.com has been working on a new code review tool and using it in place of PR review.
It's commit-based, treating your branch like a series of patches and it's completely changed my workflow.
Check it out!
blog.gitbutler.com/gitbutlers-n... me right now
mcp is the most over-hyped thing in tech right now it's like the hype with openai tool-use a year ago, but 10x
Have you seen this val? It does bluesky auth, but I'm not sure if it's the same thing you're looking for
www.val.town/v/loading/xp We've updated our guides and examples to include the newest version of React Router!
We're big fans of @remix_run so making sure Prisma ORM works great with React Router 7 was a no brainer.
Check out our guide on how to get started!
www.prisma.io/docs/guides... Download Links and Changelog for Zed Preview here:
zed.dev/releases/pre...
#ZedEditor v0.179 cont. - Vim: Added persistence for global (and local) marks. When re-opening the same workspace, your previous marks will be available. - Vim: Added sentence marks `'(` and `')`.
v0.179 cont. - Improved save dialogues for new files to default to the directory you're currently working in instead of the project root. - Vim: Added global marks `'[A-Z]`.
v0.179 cont. - Improved Multibuffer design and interaction with `Expand Excerpt Down` action. - Improved performance when using the scroll wheel and some other mouse interactions. - Improved support for extended keyboards on Mac (F20-F35).
Also in Zed v0.179: - Added support for word-based completions via `editor: show word completions`. - Added the ability to filter the list of extensions by category. - Added support for reading from anonymous file descriptors on macOS and Linux. - Tweaks and improvements to Git integration.
Zed Preview v0.179 is out too!
We've introduced a new mode for Edit Prediction called subtle, which makes predicted text hidden by default and only visible when you're holding a modifier key. To enable, open the Edit Prediction status bar menu and select subtle.
zed.dev/blog/out-of-... Full Changelog and Download Zed Stable here:
zed.dev/releases/sta... v0.178 cont. - Vim: Added `:reg[isters]` to show the current values of registers. - Vim: Added support for toggling boolean values with `ctrl-a`/`ctrl-x`. - Improved `cmd-click` in terminal to find more paths. - Improved Python highlighting.
Also in Zed v0.178: - Added support for opening folders in Zed from third-party macOS file managers through the `Open With` menu. - Added `editor::MoveToStartOfNextExcerpt` and `editor::MoveToEndOfPreviousExcerpt`. - Vim: Added `%` motion.
🚀 Zed v0.178 is out!
Zed will now auto-close tags in JSX/TSX files by default, as well as Astro, Svelte, and Vue files, if the associated extensions are installed. To disable this behavior, use:
`"jsx_tag_auto_close": { "enabled": false }`