Rick M
Rick M
What's the state of SwiftPM support in Carthage? It seems it's been a long time since anything has been done. Today I wanted to use a project that is built...
I suppose that's a workable solution. Too bad it splits the specification of dependencies into more than one place. I suppose it'll encourage everyone to provide SwiftPM support in their...
For stderr it seems we could just swallow the throw. What about a constrained version, like `print(_:toStandard:[.out|.error])` that doesn't throw? Or I'd be okay with throwing ones, too, but I...
As I'm working to implement this functionality in my own LogHandler, I realize that the LogHandler's `log` method isn't provided the calling `Logger`’s data (like its `label`), making implementing this...
I got some of the behavior I wanted with this [class](https://gist.github.com/JetForMe/6e37527ff184677bfd707aed996cc9d6?ts=4). If you create loggers with dotted names (e.g. `com.mycompany.myapp.section1.logger1`), you can set thresholds with calls like this: ```swift LogHandlerCoordinator.instance.set(rootThreshold:...
I'd like to see this merged, too!
I'm not sure what the tests are trying to do here, but I notice that only "soundness," 5.6, 5.7, and 5.8 have a "required" label, but the rest do not...
Welp, my code no longer builds. I'm not sure why. Let me fix it.
@0xTim Sorry about that, not sure what happened. But all’s good now, I think.
@Joannis I think this is good to go?