DC

Results 61 comments of DC

thanks. that's how i had initially expected it to work. there may be something different on my system. most of the examples in the direnv docs don't export environment variables....

i'm getting my code to compile with the following Podfile: ``` ruby # since I'm using pods as frameworks, i usually don't need to import obj-c libs in the bridging...

here's the line of code causing the crash: ``` icon.mutableAttributedString = [[NSMutableAttributedString alloc] initWithString:code attributes:@{NSFontAttributeName: [self iconFontWithSize:size]}]; ``` here's the crash i'm getting in the simulator: ``` *** Terminating app...

i think this error has something to do with the lazy-loading issues mentioned in the [Known Issues](https://github.com/PrideChung/FontAwesomeKit/blob/master/KnownIssues.md). However, I have my podfile setup to use_frameworks in my project, so I'm...

Thanks @jeffpoulton this one's been gettin me too. Couldn't figure it out and it was stopping me from using Chrome SSB's, but now everything seems to be working well. If...

It was working great at first. Now, for some reason it's popping up again. I followed your directions and created the SSB after ensuring the keys were deleted. Then created...

Thanks for your suggestions @jeffpoulton. I really appreciate it, but it doesn't seem to be working for me.

I can't say whether or not it's secure to add this permission for all applications. However, I don't store passwords or anything in chrome.

For the contacts, I usually just select "don't allow" for each SSB and it doesn't seem to ask again. I could be wrong about that.