Jesse Aldridge

Results 13 issues of Jesse Aldridge

This module used to work. Now it seems it no longer does. Did Blizzard change the log format or something? ``` DEBUG=* node watch_log.js HLW OS X platform detected. +0ms...

* [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio-desktop/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request that matches the...

### Preflight Checklist * [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request...

### Preflight Checklist * [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio-desktop/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request...

I found out about the `compressed="false"` attribute here: https://github.com/jgraph/drawio-desktop/issues/79 Cool. So my understanding is that in order to convert an existing diagram to uncompressed text, I need to do the...

I used storm to parse my ssh config file for this tool: https://github.com/JesseAldridge/ssh_fixer Unfortunately, it seems the CamelCase is lost and the output looks a bit ugly. Before: ``` Host...

macOS High Sierra Version 10.13.3 ``` $ make test # github.com/limetext/backend syntax_test.go:11:2: cannot find package "github.com/limetext/sublime/textmate/language" in any of: /usr/local/Cellar/go/1.9.3/libexec/src/github.com/limetext/sublime/textmate/language (from $GOROOT) /Users/jesse_aldridge/go/src/github.com/limetext/sublime/textmate/language (from $GOPATH) FAIL github.com/limetext/backend [setup failed] ok...

It took me a while to figure out what an ipython notebook was and how to open it and run the code. Then I tried to create a pull request...

``` synopses_wiki = open('synopses_list_wiki.txt').read().split('\n BREAKS HERE') synopses_wiki = synopses_wiki[:100] synopses_clean_wiki = [] for text in synopses_wiki: text = BeautifulSoup(text, 'html.parser').getText() #strips html formatting and converts to unicode synopses_clean_wiki.append(text) synopses_wiki =...

Both "Shared # of stars" and "Similarity coefficient" are useful ways to sort, but they also each have problems. The first is heavily weighted toward popular repos while the second...