Conrad Kramer

Results 16 comments of Conrad Kramer

Does 08edbd42db provide adequate instructions?

Oh! That is because the version of `substrate.h` that comes bootstrapped with Theos is incomplete. To fix this, you can get the real `substrate.h`. Run the following from the repository...

Has anyone tested this functionality yet?

Okay. It appears as if `BBSettingsGateway` is having trouble connecting to its backing XPC service and retrieving the current DND status.

Still not working because `BulletinBoard.framework` in the `BTMap` service cannot connect to its backing XPC service. Haven't tried to figure out why yet

This sounds like a good option to add to a dedicated BTNotificationEnabler settings pane. A lookup table is not needed to determine the name of the characters because the built...

It would be great to pull OS X specific stuff out into a feature, because `Cocoa.framework` and `AppKit.framework` are not included on iOS and a lot of this library is...

@stephanbuys, my repo [`tun2tor`](https://github.com/iCepa/tun2tor) turns a TUN fd into a `Sink`/`Stream` for packets and might be a helpful example! It makes a [`PollEvented`](https://github.com/iCepa/tun2tor/blob/e1b5a19b6baef15d8cb89eeda998efab71de8d11/src/tun/mod.rs#L32), like @alexcrichton suggested in his link above.

`kube-lego` can only respond to challenges using the `HTTP-01` challenge, and only works for `Ingress` objects. `kube-cert-manager` is a lot more flexible. It: - Supports the other two challenge types...