Jairon Terrero
Jairon Terrero
## System Info ``` Model Name: Mac mini Model Identifier: Macmini9,1 Chip: Apple M1 Total Number of Cores: 8 (4 performance and 4 efficiency) Memory: 16 GB System Firmware Version:...
``` import InflectorKit let inflector = StringInflector.default inflector.addPluralRule(#"^(equipment)$"#, replacement: #"$1s"#) for singular in ["Equipment", "equipment"] { print("\(singular) → \(singular.pluralized)") } /* Prints: Equipment → Equipments equipment → equipment */ ```...
### Description ListenStateMachine reaches an invalid state during concurrent operation of `addListener` on a pool that is shutting down. I'm not sure if this behavior is expected given the obvious...
This is primarily beneficial because it removes dev related dependencies from the Swift package. This will make it play nicer as an import because it won't force consumers to clone...

I'd like do be able to structure a query like: ```sql INSERT INTO VALUES EXCEPT SELECT FROM ``` There might be a way to do this that I'm not sure...
## Description A series of refactors that culminate in enabling exporter specific configurations to be provided at benchmark initialization. This is intended to support a use case like the following....
Trivially removes the `!os(Linux)` guard from various concurrency related features.
Due to an issue with SPM and the relative prevalence of C wrappers for SQLite being named `CSQLite`, it seems prudent/friendly to namespace this target under `NIO` to reduce the...