Felix Nemo Kaaman

Results 20 comments of Felix Nemo Kaaman

> Interesting! What's the make/model? It's an AXIS Q3536-LVE, but basically any Axis camera with their latest SoC should work. > I've never seen this before. Same! FWIW it seems...

I've had some success with this [inside my own bindings](https://github.com/fkaa/metal-rs/blob/master/src/lib.rs#L36-L146), and I can definitely see the use for this here.

Given that we already use `&str` rather than `NSString` everywhere I think we're past being a -sys crate, so slices are preferable IMO 👍

@iamgreaser OS X solution seems pretty straightforward. All that's needed is some extra information in `Info.plist` and for the application bundle to be in the `Applications` folder. ``` xml CFBundleURLTypes...

Pretty much. I think if multiple applications handle the same protocol it will prompt the user to choose a default but I'm not entirely sure..

From what @iamgreaser said you set some registry key. However it doesn't seem like this should be handled by the application, but rather some kind of installer. Is it possible...

Nice catch, didn't notice that one. I'd still argue for spaces though ;)

I think we can take a lot from the [Stronglink C Guidelines](https://github.com/btrask/stronglink/blob/master/SUBSTANCE.md) (very extensive).

@rakiru I've taken a liking to D with mandatory braces (1TBS) after going through K&R, but it feels a bit redundant (imo) since we can't align parameters on newlines due...

[Relevant discussion from IRC few days ago](https://paste.rs/uNW)