Tyler Casselman

Results 13 comments of Tyler Casselman

There is now a 3rd window added to UIApplication.sharedApplication().windows ("UIRemoteKeyboardWindow") when the keyboard is present. In this you will find the proper "UIInputSetHostView" view to manipulate.

I've never maintained a project before but I've used this lib for a few things and would like to see it progress. I'm out of the country until early jan...

Awesome thanks. On Tuesday, October 21, 2014, Ernesto Rivera [email protected] wrote: > Created an organization and forked the project to > https://github.com/PRTween/PRTween. > Added people in this thread as owners...

Did you have any thoughts on a road map for this project beyond integrating pull requests (new features, API changes etc)? On Tuesday, October 21, 2014, Tyler Casselman [email protected] wrote:...

FWIW I was seeing some slowdown with z and 10.11.3 and installing gawk from homebrew and setting my path to `export PATH="$(brew --prefix coreutils)/libexec/gnubin:/usr/local/bin:$PATH"` did the trick. Not sure why...

Yeah makes sense. I guess the tradeoffs are using vim/neovim plugins in xcode but not xcode auto complete features. On Thu, Feb 2, 2017 at 4:29 AM, JugglerShu wrote: >...

Some of Xcode's completion engine is open source. It's a matter of creating the vim plugins for it. On Thu, Sep 14, 2017 at 10:28 AM fiveNinePlusR wrote: > I...

https://github.com/apple/swift/tree/master/tools/SourceKit/docs > On Sep 14, 2017, at 3:14 PM, fiveNinePlusR wrote: > > @Tylerc230 do you know where that is documented? > > — > You are receiving this because...

Yep built in source kit. I would love to collaborate with some folks on building some vim plugins for swift. On Thu, Sep 14, 2017 at 6:19 PM fiveNinePlusR wrote:...

Yeah there's also deoplete-swift. I don't think either supports multiple files/Xcode workspaces On Thu, Sep 14, 2017 at 8:22 PM fiveNinePlusR wrote: > there is this https://github.com/mitsuse/autocomplete-swift > > —...