Results 16 comments of Kevin Pruett

this looks like be a `Make` message, i don't believe this has anything to do with `xcode` it also looks like you are in the `/.config` directory and running the...

hmm, so same thing... what happens when you run `conf install dotfiles` for example, as directed in the readme? i've used this repo as a template for creating my own...

cool, you should be good to go with the manual `conf install ` that @jenius provides in his readme...the osx crashing is to be expected as far as i remember...i...

anytime @dbox ... @jenius did a great job laying a framework for configuring a fresh osx install, but there does seem to be some updates needed.

Curious if this reveals anything... I changed the `enum` to a string literal `type` and it works as expected. ```diff - export enum SignupType { - Callout = 'callout', -...

The more I read about `enum`s, the more I see that they are discouraged. Maybe this thread is really a question of "How to best use exported `enum`s from the...

Great, thanks for the update @colinking ! I will go ahead and update the library version and report back. Thanks!

Hm. I'm actually not seeing this. I'm seeing ```typescript export interface NewsletterSignup { /** * The type of form that was used to sign up for email */ signup_type: string...

Additionally, I'll include the JSON Schema below: ```json { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "description": "The user has signed up for our Newsletter", "properties": { "context": { "id": "/properties/context" }, "traits":...