Bogdan Seniuc
Bogdan Seniuc
Artifacts being gzipped is just an implementation detail of the artifact upload protocol. Decompressing gzipped uploads immediately during upload allows for easier access to artifact files from outside of `act`,...
Defaulting ipAssignments to [] will reset the IP assignments for the member each time the playbook runs if zerotier_member_ip_assignments is not set. If automatic IP assignment is enabled, ZeroTier will...
SDL by default sets AVAudioSessionCategoryOptionDuckOthers on its audio session, causing iOS to lower the volume of other apps that are playing audio (such as music) while Moonlight is streaming. Although...
**Description and expected behavior** Example schema: ``` model User { id Int @id @default(autoincrement()) type String @@auth @@delegate(type) } model HappyUser extends User { veryHappy Boolean } model SadUser extends...