Hèctor M. R.
Hèctor M. R.
Exposing Sourcery's `ParsingResult`, would allow other applications to access the whole `Types` object in just a few lines of code. Which I believe would be a nice addition to the...
I updated Package.swift to the 4.2 version format. I have also added missing imports in test files. With those imports, tests target can be compiled with SPM, although tests cannot...
Add catalan support. The implementation is a direct translation of the spanish one. If #13 gets merged, this branch will need an update that removes SwiftyChrono sources from test targets....
68919ff fixes some test assert messages that I noticed were wrong. a9ad873 fixes one test that was not using the Spanish casual parser. 3d9a3cf fixes spanish weekday parser
This branch extracts test resource loading logic to a method. The new method will load the resource from the lib bundle. If the resource file is not contained in the...
After I added a Run Script Phase that executed misen.swif in an iOS application project, my build began failing due to several shell script Invocation errors and warnings. The most...
Hello @rensbreur and contributors 👋, I've been experimenting with the idea of supporting alternative rendering backends/engines for SwiftTUI. This could open up interesting possibilities. For example, a framebuffer-based rendering backend,...