Alex
Alex
When open file descriptor for write and set option `.create` created file does not have group write permission. Checked with all group permissions `.groupWrite`, `.groupReadWrite`, `.groupReadWriteExecute` In case below, expect...
With time amount of snapshot is only growing and git is not really good with binary artefacts. With dropping iOS versions sometimes need to regenerate many of snapshots. How folks,...
I have an override for `index.html` template in my `templates` folder and it's working fine with `page.html` template, but for tags, it's ignored. As a workaround, I have created another...
Add query and apply state machine methods and implement simple KV state machine. The state machine will id another actor in the system that will be implemented by an application.
Run tests case on CI. Ideally run MacOS, Linux and Windows, but better to start just with MacOS tests
The code format is important, but it should not be a part of developers works. Lets machines do the job. Need to setup SwiftFormat for the project and a way...
Basic implementation of mount and unmount command to hide usage of hdiutil inside mactomb. Please notice me for any questions