Kerim Kabirov

Results 33 issues of Kerim Kabirov

Currently it's a slight mess: - `poetry.lock:24`: `python-versions = ">=3.6"` - `pyproject.toml:40`: `python = ">=3.8,=3.6](python-version: '3.10')` - `cd.yml`: skipped, so kind of random, I guess (`If the .python-version file doesn't...

enhancement

Currently the following lines are repetitive. It would be nice to make them follow the Do-Not-repeat-Yourself principle by separating them in another action/workflow. ```yaml - uses: actions/checkout@v4 - name: Install...

It's assumed that user has already checked that case, but it might be useful to check with introspection query prior to the main part of trying to bruteforce. For the...

enhancement

Current `reconnect` command is requiring to use `now` argument to actually initialize reconnect. At the same time, it performs no action. I can even go as far to suggest the...

Fixes #258 Still WIP, but is ready to use. Points to address: - [ ] Resolve situation with checkboxes: I need label to be big so when users clicks, checkboxes...

[Hugo](https://github.com/gohugoio/hugo) is a popular alternative to Jekyll, written in Golang. It's actively maintained and has much greater speed, which might attract more maintainers. Reasons: - More active development[^1] - Bigger...

[What's new](https://jekyllrb.com/news/2019/08/20/jekyll-4-0-0-released/) The package on Dockerhub is a bit broken (reportedly fixed in 4.3.0), so Gemfile is a new requirement. `build` service seemingly just shows "how to use".

## Issue Current design feels outdated and uses outdated stack. ## Suggestions - [ ] Remove quiz carousel #258 - [ ] Remove bootstrap. Use tailwind (requires webpack) or even...