Oleh Prypin

Results 44 issues of Oleh Prypin

`UnmodifiableMapMixin` should become a `mixin` or `mixin class`. Otherwise it is not ready for use with Dart 3 / `prefer_mixin`. All usages of it are expected to be within a...

3.0

This can be used to indicate that the following arguments must not be parsed as flags. ```shell search_text="--this" grep -E -- "$search_text" ``` https://unix.stackexchange.com/a/452793 But this library doesn't support it:...

I have implemented the unified diff: a way to see the difference between two files and also a way to get a modified file by applying the diff to the...

Hi! I maintain [a bindings project](https://github.com/oprypin/crystal-imgui) for another programming language. I always cover the whole API [**and port over the whole imgui_demo**](https://github.com/oprypin/crystal-imgui/blob/master/src/demo.cr). I don't have any tests, I just sometimes...

Fixes #6 This will require further testing because I haven't explored which other implications this change has.

For example, to support this feature: https://squidfunk.github.io/mkdocs-material/reference/admonitions/#inline-blocks I currently don't have any ideas regarding how it would still make sense with "graceful degradation", there's just no way... This (made up)...

There is a regression on Windows (or I was doing something disallowed, please advise) The code: https://github.com/oprypin/crsfml/tree/02a5fa0e6592149219544966379d0d0dc708b45c Extract [SFML 2.5.1 Visual C++ 15 (2017) - 64-bit](https://www.sfml-dev.org/files/SFML-2.5.1-windows-vc15-64-bit.zip) Download the code, (`shards...

kind:bug
platform:windows
topic:compiler:codegen

There will not be a breaking change in package:collection that concerns this package, but currently due to a circular dependency it's not even possible to bump said package's version to...

Right now it is kinda-possible to get a pre-built Crystal (.exe) for Windows, by clicking into one of [the GitHub Actions runs](https://github.com/crystal-lang/crystal/actions?query=is%3Asuccess+branch%3Amaster+event%3Apush+workflow%3A%22Windows+CI%22). Unfortunately, this requires being logged in to GitHub...

Given the input `[*Foo-bar*][]` with no such matching identifier, the output is `[Foo-bar][*Foo-bar*]` but ideally it would be `[*Foo-bar*][]` or at least `[Foo-bar][]`. See https://github.com/mkdocstrings/autorefs/pull/5#discussion_r617119616