Miroslav Shubernetskiy

Results 109 comments of Miroslav Shubernetskiy

Found an action which can manually push the manifest however it would be nice if there would be an official way of doing that via the build action directly https://github.com/Noelware/docker-manifest-action

if this looks reasonable I can work on adjusting/adding tests as necessary but would appreciate any feedback first

buildjet has really good ARM integration directly in github actions. after installing their app in your github account, you simply specify a buildjet runner in `runs-on` clause however it seems...

also .git is useful as many editors rely on on .git to figure out the project root folder where things like LSP will be based on

same issue here screenshot from dev tools: ![image](https://cloud.githubusercontent.com/assets/932940/10561795/31cfba8a-7508-11e5-8643-0f5aea852acd.png)

@robjperez for now I use my fork where I added couple of keyboard shortcuts as well https://github.com/miki725/vim-ripgrep/tree/master

I would only add that you can use [`SQLAlchemyMiddleware`](https://github.com/shosca/django-sorcery/blob/master/django_sorcery/db/middleware.py#L111) for your middleware. no need to subclass anything then. that will commit across all your databases. its also mentioned in sorcery...

ah yes. didnt pay close attention to the actual code example. I guess this could a great opportunity to advertise sorcery and its magical abilities 😄 sorcerified db allows for...

@chadoh I added shortcuts in my fork in case you would like to try https://github.com/miki725/vim-ripgrep note that shortcuts dont match ag.vim to allow compatibility with https://github.com/stefandtw/quickfix-reflector.vim

just wondering if there are any comments for the change? as is, `linesman` breaks with Py3. Would be nice to be able to it with Py3.