Bachynin Ivan

Results 13 comments of Bachynin Ivan

put it before/after `if (value)` in `popup.js`: ```javascript browser.tabs .executeScript({ code: "document.getSelection().toString()" }) .then(results => { if (results[0]) { // without additional qs params google translate will pick up default...

@akamoroz Thanks. Changing that line to `if (['...', '…'].includes($.trim($node.text()))) {` solved the problem. But I will keep the issue open until it fixed in jet (if ever)

yeah, you will also need to rebuild js bundle after making any changes in js files. Run `gulp scripts`

wellp, making url by hands is not the greatest UX I've seen :) Docs are a little bit outdated, but anchoring section `id` works as I wanted: ``` https://example.com/#asyncapi--channels--acquiring-payment-received ```...

how can I find stable (or at least semi-stable) version of the **next** version of the component? because right now: - component doesn't hide schemas and servers, but config seems...

there is never enough `=`

You will need to add appropriate [pypi classifiers](https://pypi.org/classifiers/) into `setup.py` (eg `Programming Language :: Python :: 3.7`) and then make new release with them.

mainly access logs and some pydantic warnings, no error: ![Screenshot 2024-05-06 at 09 25 33](https://github.com/getsentry/self-hosted/assets/16745500/76ecc7cc-ea75-4f6f-abac-81bc0e19c2b9) in general page loading looks like this (requests are sorted by response time): ![Screenshot 2024-05-06...

this is what I see after opening 5 tabs at the same time: ![Screenshot 2024-05-08 at 10 43 30](https://github.com/getsentry/self-hosted/assets/16745500/af40007b-d96f-4113-95e7-238f1e5e6103) - single uwgi worker is doing all the job without parallelization...

It's not official format of any kind. It's just simplified version of diff file. It can be useful for todo files, eg: ```diff project ideas - do this + did...