Brian Radebaugh

Results 8 comments of Brian Radebaugh

Can somebody please take a look at this PR?

Hey @felipeflorencio, What I'm doing with `ManualResolver` is a little different. The main issue is with classes that are not initialized manually. This includes `UIViewController` and `UIView`. As I stated...

The scenarios you described are cases when you are the one calling `init`. If something else calls it (aka `UIKit`) then Swinject will not be invoked and therefore neither will...

As a side note, I'm a big fan of Swinject and still use it. However, I'm a little disappointed that 9 months has gone by without any feedback on my...

Hi @jakubvano, Thank you for responding! I think those are all great ideas for improving this PR. Unfortunately, I have many projects I'm managing right now and do not have...

Terminal output: $ npm install -g grpcc /usr/local/bin/grpcc -> /usr/local/lib/node_modules/grpcc/bin/grpcc.js > [email protected] install /usr/local/lib/node_modules/grpcc/node_modules/grpc > node-pre-gyp install --fallback-to-build --library=static_library node-pre-gyp ERR! Completion callback never invoked! node-pre-gyp ERR! System Darwin 16.7.0...

I'll be honest. I found other ways send, receive, and understand gRPC calls. I just wanted to let you know about what I saw in case you can fix it...

Hi @BProg, I gave up on this after 9 months of waiting with no response and decided to move on. It became too difficult and time consuming to try and...