Ivan Voskoboinyk

Results 17 issues of Ivan Voskoboinyk

I can see there's no code commits from @danielstjules since 2017. There are multiple issues and pull requests not touched for years. Should we consider replacing Stringy with a different...

- Replace Travis CI test configuration with Github Actions workflow Here's how it looks (see https://github.com/e1himself/yay/pull/1): ![Знімок з 2021-07-21 13-33-02](https://user-images.githubusercontent.com/370680/126475191-bad80793-6881-4deb-afce-6073ab41ce56.png)

**Description** There is the `scrollSelectionIntoView` property on the `Editable` component that allows customizing the auto-scrolling behavior (introduced in #4037). The problem is that it's usage is currently limited, as it's...

bug

This fixes "Individual stylesheets must be in the sass directory." error, when you have compass project deeper than your gulpfile root. Explanations: https://github.com/appleboy/gulp-compass/issues/61#issuecomment-137358981

Сейчас в правиле `Dashes` в `Typo` минус в числовых диапазонах вида "15-30 минут" заменяется на длинное тире. Хотя правила русской типографики и предписывают использовать длинное тире, тире средней длинны в...

question

Hi! I'm working on a problem with certain versions of Outlook email client, and came to a solution where I need to apply styles to every email client, except Microsoft...

Don't limit locale column size to 5 chars. Sometimes culture codes can be longer. Example: `zh_Hant` -- Chinese Traditional. Storage-wise there's no difference between VARCHAR(255) and VARCHAR(5)

Previously, it was producing an invalid order in case we're using a many-to-many cross-ref table referencing to the same table twice. Thus checking for a table name is not reliable....

This includes: - `ProjectConfiguration` - `BaseForm`