Yauheni Khnykin

Results 14 comments of Yauheni Khnykin

> There are multiple issues caused by iOS 13 (and already addressed in master branch). When can we expect an iOS 13 compatible version of EarlGrey 1? Hi, recently I...

> @Hsilgos what is the issue that you're getting? EarlGrey 1.0 can fail with iOS 13. Please look at moving to EarlGrey 2.0. > > I plan to create one...

@szymon-kazmierczak , thanks i'll try it

Hi @linsang21 , there are plenty of samples in cmake [tests](https://github.com/heremaps/gluecodium/tree/master/cmake/tests/unit) were you may choose the variant of project configuration which suits you. This is good entry point to start....

Here is minimal example. Unpack and run bash script like this: `./reproduce.sh ~/projects/gluecodium/cmake/modules/gluecodium/gluecodium` (path to repository with gluecodium can be different) As result there is no files in directory `output/common/cbridge/include/`...

Hi @turekj , thank you for your interest. We didn't see such issue with Xcode 13(.1) so far. Which cmake do you use? May be you can provide small example?...

I achieved it in Visual Studio Code using plugin "Cucumber (Gherkin) Full Support" and following config: ``` { "cucumberautocomplete.steps": [ "path/to/swift/sources/**/*swift" ], "cucumberautocomplete.syncfeatures": "path/to/feature/files/*.feature", "cucumberautocomplete.customParameters": [ { "parameter":"\\\\", "value":"\\" }...

Hi. I'm very glad that project is alive again. Unfortunately this issue is not fixed yet. Locally I've fixed it with adding `white-space: pre-wrap;` to `activity-assertion-failure` Like: ``` .activity.activity-assertion-failure >...

Hi, @tylervick After short usage I've encountered a small problem. This style is applied to both elements: cell with arrow and detailed description. As result it looks like on screenshot....

> > Hi @linsang21 , there are plenty of samples in cmake [tests](https://github.com/heremaps/gluecodium/tree/master/cmake/tests/unit) were you may choose the variant of project configuration which suits you. This is good entry point...