Aleksei Androsov
Aleksei Androsov
Same error for me
Still have the same error. My Action ``` - name: Run tests uses: mattallty/jest-github-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: test-command: "npx jest --ci --maxWorkers=3 --coverage --json --outputFile=jest.results.json" ```
I guess using of custom enum option is more idiomatic solution for this case ```proto extend google.protobuf.EnumOptions { string json_omit_prefix = 61210; } enum MyEnum { option (json_omit_prefix) = "STATUS_";...
+1 I see some errors in insepct for the remote debug console ``` Uncaught TypeError: Object # has no method 'setToolbarColors' Uncaught TypeError: Object # has no method 'setDockSide' ```...
Всмысле не делать их копию, а заменять оригиналы?
Тогда пропадает смысле фриза. Фриз - это грузить файл не по имени и не по версию, а по хеш-сумме. Или я тебя неправильно понимаю?
Хм, вроде это можно сейчас уже делать, я посмотрю Хотя странное желаение :)
Do you mead AppMetrika Push SDK? I'll dig into it next week :)
Fixed in https://github.com/bem/borschik/commit/3734c69b1cfc562309dfd1dec731b383338d54f1
v1.8.1 still has this issue