Ion Ostafi

Results 16 comments of Ion Ostafi

I would also need this feature for cleanup `bcsymbolmap` files because we keep them in git, so someone who downloads the project don't need to use `carthage` for the project...

In a little discord [discussion](https://discordapp.com/channels/413753499835301908/413753499835301917/751459790453997570) around the possibility to _uninstall_ yarn and node, a little idea came up: > I was thinking that maybe they will get deleted automatically after...

I didn't write any code, just an empty file. If manually changing file type from plain text to swift, I get this crash

Could you please write the steps you take to debug server app. What I tried was: 1. Change `LanguageServer` scheme to attach to process when run 2. Put a breakpoint...

Never mind, found solution. I should attach as root not as user.

Again thanks a lot man, It was **EXTREMELY** usefull.

@jakubvano are you planning to continue work on v3?

Hi there, Based on the examples give in the comments, programmer can reference the container from the `ViewController` and resolve the required dependencies from there. If the reason to not...

Similar problem happens with Realm when trying to integrate it as a remote dependency ``` .remote(url: "https://github.com/realm/realm-swift.git", requirement: .exact("10.43.0")), ```