Nicholas T.

Results 8 comments of Nicholas T.

Then, or the concept of Inline Initializer, really looked very promising at first glance to me. Because in many projects I set properties of a UI in its lazy initialization....

Running into this issue with a GitHub team account where in our repo, Issues is disabled since we don't use it... Would that make Danger-Swift freak out with the error...

Thanks for the work! I love this idea of an easy command line version of a playground.

Hey @geerlingguy, I'd want to say a huge thank you to you first sir! I have been trying to automate my own developer MacBook setup with Ansible and I have...

@geerlingguy Yes. Some people have done the research into that already. I think this answer looks the best https://apple.stackexchange.com/a/277544. Basically, you can run `defaults -currentHost read -g` to get what...

I was looking at possibilities to customize this rule to implement "vertical white space between nested types **only**". So that ```swift enum A { // this line would give an...

I ran into the same problem and I thought it wasn't installed. But it's actually installed and if you do `M-x load-theme`, you can find the theme. Not sure how...

I have a workaround to silence the warning by defining `color-themes` as a list `(setq color-themes '())` before you load the package. For example, I use `use-package` to manage all...