Aleksey Berezka
Aleksey Berezka
In index.js you are always executing [fs.appendFileSync](https://github.com/webfactory/ssh-agent/blob/fc49353b67b2b7c1e0e6a600572d01a69f2672dd/index.js#L21). We are using self-hosted runners and such behaviour lead us to `known_hosts` reaching almost 4k of _same_ lines and breaking some `git clone`-related...
Attribute helps to look for keychain items in macOS Keychain.app
version 0.20.0
After updating Periphery to 2.18.0, properties in our Codable and Encodable structures started being marked as unused. This issue was not present in version 2.17.1. Affected structures are used with...
**Describe the bug** We were using SnapshotTesting for testing Dynamic Type with views being autosized using `systemLayoutSizeFitting`. Similar strategy can be found at https://github.com/pointfreeco/swift-snapshot-testing/pull/727. This year Apple updated trait system...
I've run following command: ``` xcodebuild test-without-building -derivedDataPath DerivedData -destination 'platform=iOS Simulator,id=A62F5EFD-8F69-4949-AD9C-1FDF7242BF34' -xctestrun DerivedData/Build/Products/UnitTestsScheme_Regress_iphonesimulator16.4-arm64.xctestrun -resultBundlePath 'Builds/UnitTestsScheme-Regress-14685-1.xcresult' -collect-test-diagnostics never | xcbeautify ``` One test crashed with following logs: ``` ❌ NSpry/Constant.swift:10:...
We tried using this action at our self-hosted CI, but no luck: ``` Run tuist/[email protected] (https://github.com/private-info/actions/runs/4052227545/jobs/6971410873#step:5:1415) The node12 is not supported on macOS ARM64 platform. Use node16 instead. (https://github.com/private-info/actions/runs/4052227545/jobs/6971410873#step:5:1416) Downloading...
When running tests locally, logs are output immediately and in real-time. However, when running the same tests in our CI pipeline using GitHub Actions, there is a noticeable delay. Logs...
## Context 🕵️♀️ Our project structure is split into bunch of modules with same structure like this: ``` ModuleName ├── Sources └── Tests ``` We've been using swift-snapshot-testing for quite...
## Context 🕵️♀️ We've been using swift-snapshot-testing for quite a while, but without Prefire. swift-snapshot-testing saved snapshots with for each view into separate folder: ``` ModuleName └── Tests └── __Snapshots__...