Jonathan Chan

Results 6 issues of Jonathan Chan

When I run `github-pages:commit`, and there already exists previously-deployed files on the `gh-pages` branch, they are not removed. Is this a design choice? I expected this to wipe the files...

Have you considered using an enum or a boolean instead of 2 separate implementations for some methods? For instance `public static func variance(values: [Double], type: DataType) -> Double?` with `DataType.Sample`...

https://github.com/jefkoslowski/gitignore-snippets/blob/6737354179075e8f877ecd999520140055221cc7/snippets/osx.cson#L10

It does not load when https://component.github.io/ is loaded over HTTPS. Changing the AJAX call to HTTPS should fix it.

I followed the advice on the default `.sublime-settings` and put this in my user configuration `LaTeXWordCount.sublime-settings`: ``` { "LaTeX": { "exclude_footnotes": false } } ``` Then, when I run the...

enhancement