Alex Agapov

Results 18 comments of Alex Agapov

@antusystem Close this one, uv is already in the list

@chrisbrandow you might be right, but is it about familiarity with old style or actual `time to find information`? Older versions could be found with search on page or right...

@cpisciotta is ignoring, so I'll close this pull

Seems like circle ci just blocked me :)

Yes, I just used your work and wanted to try more. I see that issue is Resources with swift test command. It just breaks with bundle retrieval of images. I...

I did a github actions integration. Here is a build: https://github.com/AgapovOne/BonMot/actions/runs/10029740863?pr=1 - Added xcresult of tests - Added upload artifacts step for easier investigation Now I don't get why so...

Also I see that simple previews with SwiftUI won't work too, they generate ERROR. ``` #Preview { VStack { Text("Hello, world!") } .padding() } ```