Vladimir Leonidovich
Vladimir Leonidovich
I use XcodeGen to produce Xcode projects: ```yaml packages: TCACoordinators: github: johnpatrickmorgan/TCACoordinators from: 0.12.1 ``` My target's dependencies: ```yaml dependencies: - package: TCACoordinators ``` Unfortunately, these lines makes my build...
### What version of HonoX are you using? 0.1.40 ### What steps can reproduce the bug? Create .env.local with the following contents: ``` DB_PASSWORD="secret" ``` Create simple console.log in /...
As I understand it’s not possible to fetch an organization’s recent activity and when a user enters let’s say swiftlang “An error occurred …” message appears. Maybe we could determine...
No code changes required. Enabling downloading for macOS and visionOS is done via App Store Connect. What do you think?
Enable full screen for iPad
There are better alternatives: 1. xcodegen 2. tuist 3. whatever
**Describe the solution you'd like** `EntityStringQuery` is a great API that will allow: - provide usernames a user added in the app earlier - provide usernames a user entered in...
Is there a way to specify which traits of a package I want to enable via XcodeGen specification?
A snippet of my specification: ```yaml fileGroups: - Base.lrpoj/Info.plist ``` I expect Info.plist to be in the root of my project in the project navigator, but XcodeGen creates a new...
I encountered the following case: I need to 1) add View.swift for all platforms except watchOS and 2) add View_watchOS.swift only for watchOS. (relevant if you create a widget and...