Andrius Laukavičius
Andrius Laukavičius
For my case, I have monororepo, so specific projects only need some submodules, not all. Now its kind of redundant to checkout all of them (and its very slow as...
@ChristophShyper does it actually work with `CODEOWNERS`? It never assigns anything, even though github says file is correct.
Oh, I thought you can have just user specified and it will work. Though I don't understand why github then shows file as valid. I would expect to see some...
@ChristophShyper its working nicely, thanks. I can even use teams to auto assign from there randomly, which is nice.
> Hi @oerp-odoo 👋 , > > I recently created an[ open source deployment guide. ](https://docs.vuestorefront.io/cookbook/oss-deployment-guide). It's a basic setup. For something as complex and feature rich as what you're...
I am also struggling with caching for multi stage builds or multi image builds. I tried both `build-push-action` and `bake-action`. With various caching modes (registry, gha, local), none work correctly....
@guewen can you check this?
Does pre-commit work? I wanted it to work when using SublimeGit, but its not working there, so I was hoping GitSavvy had solved that problem. But it seems this plugin...
Hmm, I tried creating command by creating file `User.sublime-commands` in my sublime User directory, but it seems that command is not picked up and I can only see original commit...
`base_jsonify` module: https://github.com/OCA/server-tools/pull/2278