Sakhabaev Egor

Results 43 comments of Sakhabaev Egor

@maxep Hey! Do you know why this freeze can appear? Could you please take a look at this issue? Thanks!

@SerjOxo Hey! Could you please make this feature? We are really have to have option to disable specific segment and whole segment view. Thanks!

Hey! Let met show you an example: For example, this lib contains json file, so tuist will generate Bundle for it: https://github.com/marmelroy/PhoneNumberKit So the Dependencies.swift will looks like: ``` let...

> Just to have the full picture, why do you have the need to use cached binaries for the release? does it make a difference to save time (let's say...

> What I meant is that: is the release a critical path in which saving even 20 minutes makes a difference? Yes, this project contains 7 apps. So when we...

Hey, @PaoloCuscela ! Is there any news?

@maxsokolov Hey! Is it possible to add this feature? Thanks!

> We also encountered the same problem in CI and must keep using cache, is it possible to somehow bump this issue? Hello! For workaround I wrote this script and...

Have anyone found solution for this issue? Except ` let proposedContentOffsetCenterOrigin = (isHorizontal ? proposedContentOffset.x + (proposedContentOffset.x * velocity.x) : proposedContentOffset.y + (proposedContentOffset.y * velocity.y)) + midSide` it's not full...

> Thanks for the report. I've investigated some and understand why this issue is happening, but don't know a good way to fix it. Leaving some notes for future reference:...