Ryan Kennedy
Ryan Kennedy
It happens 😅 thanks for merging!
To provide a bit of feedback: I'm using kakoune inside tmux, and it would be nice to have the tmux title be simply the filename instead of the entire modeline....
This also happens when you try to use VS Code Devcontainers on an M1 / M2 Mac.
I'm running into the same issue. I believe (haven't dived into the code yet; this is a total guess) that it's seeing the slash and starting a regex.  to my monorepo's root package.json: ```diff - "workspaces": [ + "workspaces": { + "packages": [ "packages/*"...
@MatteoGauthier Unfortunately not. I haven't had the chance to work with Quill much lately, but I'm considering rendering the checkbox outside the QuillJS DOM element and using absolute positioning to...
Thank you for the link! For some reason I was looking for `FredKSchott/standard-pkg` instead :man_facepalming: Would it be worth it for me to create a PR adding some documentation to...
> I'm guessing your local project is not being built, so we're working with ts source files? For local dev, I'd like to be able to use `mastra dev`, but...