Conrad Kramer

Results 31 issues of Conrad Kramer

I like to think out my comments on Hacker News, and by the time I'm done writing a comment, I sometimes find myself stranded by AT&T. I would love the...

This contains the functionality described in #4. I need someone to test this, as I am not able to verify if it works on my own.

I have no clue how hooking BTMap causes this to happen. I need to investigate...

bug

I build and maintain a library for parsing property list files in Rust, [plist-rs](http://github.com/conradev/plist-rs), and I created benchmarks to compare it to the other common plist parsing libraries: ``` sh...

- Allow setting multiple values for the same key (i.e. multiple `ControlPort`s) - Switch from `ControlSocket` to `ControlPort` - Add a method to `TORController` to inflate a `TORConfiguration` using `GETCONF`...

– Adding an observer for the connected state, so you can be notified if `tor` dies, for example. – Automatically attempt to connect to tor before every command, with a...

enhancement

Build plugins can generate both [prebuild](https://github.com/apple/swift-package-manager/blob/ffdb50e881f5b2daf675ed25e3e09afd7c424241/Sources/PackagePlugin/Command.swift#L127-L143) and [build](https://github.com/apple/swift-package-manager/blob/ffdb50e881f5b2daf675ed25e3e09afd7c424241/Sources/PackagePlugin/Command.swift#L81-L91) commands. SwiftLintPlugin currently uses prebuild commands: > Because prebuild commands are run on every build, they can have a significant performance impact...

discussion

This adds support for all known Apple platforms, and depends on https://github.com/ajalt/mordant/pull/120

This adds support for all known Apple platforms I was upgrading my iOS/macOS/Android [app](https://github.com/conradev/Wallet) to Kotlin 1.9.10 in the process of replacing my usage of `kotlinx-cli` with `clikt`, I realized...