Nikolay Stoynov

Results 21 issues of Nikolay Stoynov

Use case: I have selected English and Bulgarian as languages to search. English works, no problem. But what I want is to download English **AND** Bulgarian subtitles, not just the...

So far I figured out it needs `extra-hosts` in `docker-compose` : ```yml extra_hosts: - "host.docker.internal:host-gateway" ``` The following config in caddy: ``` cocpit.example.com { reverse_proxy host.docker.internal:9090 } ``` `/etc/cockpit/cockpit.conf`: ```...

[redux-toolkit](https://redux-toolkit.js.org/) is the officially endorsed lib to work with redux. It should reduce code length a lot, also simplifying some logic.

T-feature-request
S-needs-triage

### Current Behavior For example: Using `styled-components/macros` breaks the test. Using `styled-components` does not. ### Suggested solution(s) https://kulshekhar.github.io/ts-jest/user/config/babelConfig ### Additional context I can make a PR for this, but not...

kind: bug
help wanted
solution: workaround available

A button to expand the card to the edges of the screen, right now it is too narrow when having long text.

Continued from [markdownlint#304](https://github.com/DavidAnson/markdownlint/issues/304) ```sh markdownlint --fix '**/*.md' ``` When running this command in a project without any md files, it gives me confusing error: ```sh Usage: markdownlint [options] MarkdownLint Command...

enhancement

Here's a little wrong code: {{if IsTesting}} Is Testing {{#else}} Not testing {{/if}} Obviously {{if ...}} is missing hashtag. The problem is that parser throws this exception: `Encountered an unknown...

I am trying to run this code example from README: [Running lighthouse on authenticated routes with the test runner](https://github.com/abhinaba-ghosh/playwright-lighthouse#running-lighthouse-on-authenticated-routes-with-the-test-runner). I use `"https://playwright.dev/"` and don't set any cookies (smoke testing) ```...

Related: #22, vercel/next.js#7945 Full repo: [here](https://github.com/katawaredev/permisisve-nextjs-template) _(note: some of the packages there are not yet published, but the test can run without them)_ I have a simple test: ```js import...

Use case: I want to be able to run `cypress run` and this have to run only once (it doesn't need any file to be passed as argument)