Oleh Prypin

Results 44 issues of Oleh Prypin

I was using `Mobileclient.search`, aggregated results from a multiple searches, and put them into `.rate_songs(results, '5')`. What I noticed is that songs that happened to be in my library were...

Preview: https://pryp.in/crystal/crystal-imgui/

Then it will be used only for `mkdocs serve` integration. Example: ```yaml site_url: http://example.org/foo site_url: /foo/ ``` The two above configs would behave exactly the same for `mkdocs serve` root...

I've been wondering how to properly report warnings and errors that happen during operation of my plugin. I found (not through documentation) that perhaps it should be this: https://github.com/mkdocs/mkdocs/blob/44f3ae212d85a60750769df0e9fa8022274166c8/mkdocs/structure/files.py#L7-L11 https://github.com/mkdocs/mkdocs/blob/44f3ae212d85a60750769df0e9fa8022274166c8/mkdocs/structure/files.py#L241...

Enhancement

The biggest motivation is to enforce the 4-space list indentation, which I see is often forgotten (and such lists just don't work properly then) The automated fixes with `markdownlint --fix`...

Includes version selector and auto-deployment to GitHub Pages. The URLs are fully backwards compatible. Preview: https://oprypin.github.io/crystal-db/api/ The main thing that's up for discussion is the categorization on the left hand...

Hi. I built Chipmunk from source using CMake + MSVC 2019. Then, when using MSVC command line to link any program that uses `cpHastySpace`, I get the error ``` test.obj...

Shards usually specify `postinstall: make`. But on Windows that line means that `make.exe` must exist. Usually it is not globally available, of course, and even when it is, it's some...

The [pr-comment](https://github.com/oprypin/nightly.link/blob/master/.github/workflows/pr-comment.yml) workflow should produce a comment with a link to download the artifact.

This is NOT a breaking change, the old style keeps working. Now plugin developers can make a subclass of `Config`, declare the schema of the config as fields of the...