Serhii [boonya] Buinytskyi
Serhii [boonya] Buinytskyi
I realised that you use a combination of [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) + [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) to identify locale. And I think it's weird because in the majority of validators you do...
I would like to see any thoughts on my comment above.
> but a PoC would be nice. Did you start on that already? No I didn't. I want to know opinions on that to not work on something that is...
"Pure vim" - it is something like this one https://github.com/boonya/vimrc/tree/without-python But I'd like to add NerdTree a bit later and couple of other useful plugins.
Here https://github.com/boonya/vimrc/blob/without-python/vimrc#L28 you can see only tree plugins: - `VundleVim/Vundle.vim` - `flazz/vim-colorschemes` - `bling/vim-airline` And nothing about specific customisation like `virtualenv`, `jinja`, `python-pep8-indent` and so on...
About two separate branches... We can use command like `git clone -b python --single-branch https://github.com/ets-labs/vimrc.git ~/.vim` for checkout on only one specific branch. It should work with Git 1.7.10 and...
I think I am experiencing a similar problem. I have a query like this: ```gql query FetchExample( $vl1: ID! $vl3: ID! $vl4: [ID!]! ) { level1(id: $vl1) { id level2...
Cool. Thank you for your input here. I will take a look as soon as possible and let you know. I hope I will have a time this weekend.
I quickly investigated the issue and can say that the root cause of wrong mime tipe is not that you've mentioned. I have ran `ffmpeg` process directly and killed it...
[BUG] Update command gets `workspaces <package name> in filter set, but no workspace folder present`
Same on my end ```txt β npm update --save -w @bln/eslint npm WARN workspaces @bln/eslint in filter set, but no workspace folder present changed 52 packages, and audited 1691 packages...