Results 10 comments of Mark Minakov

It would be great to add an option to the extension settings to rebind that hotkey

I'm working on my branch and it's almost done, but I'm slightly stuck with the sections. I'm unsure about @oesteban's progress. I noticed that #55 was merged in August and...

Ok, here we are Example ```toml [tool.git-changelog] convention = "conventional" sections = "build,chore,doc,n,feat" minor-types = "feat,n" ... [tool.git-changelog.rewrite-convention] build = "Build" chore = "Chore" ci = "Continuous Integration" deps =...

I tried some plugins that could remove the titlebar, but all of them where incompatible with Vibrancy, so I have to choose between Vibrancy and disabled Titlebar.

Please, support cyrillic symbols over SSH ![image](https://github.com/warpdotdev/Warp/assets/13132782/ba7ecb0c-16ca-4095-ab3f-b7f9f78ecafa)

I also updated from 0.3.4 to 0.4.1 and have some issues: ``` Meta.App.Deployment meta/tests/deployment_test.yaml - Correct Render Error: template: ipodso-appchart/templates/t_deployment.yaml:70:30: executing "ipodso-appchart/templates/t_deployment.yaml" at : error calling include: template: ipodso-appchart/charts/common-library/templates/_deployment.tpl:179:14: executing...

> I also updated from 0.3.4 to 0.4.1 and have some issues: btw 0.4.4 works

> I prefer the TOML hierarchy used in https://github.com/pawamoy/git-changelog/pull/56, as it allows to customize several conventions (maybe at some point we'll want to implement a fallback mechanism when a commit...

> PR moves some of the "conventional" logic (minor types) into the base convention class, something I would like to avoid since all conventions do not necessarily know anything about...