Scott Johnson

Results 19 issues of Scott Johnson

I'm using Mac OSX El Capitan. If neither ImageMagick nor OptiPNG are installed, and one of these checkboxes is selected when attempting to export, a subprocess python exception is given....

In the wiki, it mentions that ConnectBot can be used to store keys for git over SSH. Unfortunately, this requires that ConnectBot be installed prior to agit. I suspect there...

Right now, the ability to sync (and my implementation of sync frequency) is on a whole agit-instance basis. This means that you can turn sync on or off for agit,...

I added a new 'Settings' menu to the Dashboard Activity which contains a single preference: the frequency, in minutes, of how often to synchronize repositories. This works, but it's sort...

The following code, at the beginning of `CuriousHostKeyRepository`, initializes the `knownKeys` hashmap for the application: ``` Map knownKeys = newHashMap(); ``` Unfortunately, as soon as the application closes, this `knownKeys`...

LogFragment.java has an import of resources at the top of its file: import com.handmark.pulltorefresh.library.R; Unfortunately, this isn't the correct R.java file. It should be using the agit resources, otherwise when...

According to the documentation, agit updates known repositories quarter-hourly. It would be nice, to save bandwidth, if this frequency could be specified somehow. At the very least, it should be...

**Summary** Add a note about how to refactor code after performance gains. Explain the **motivation** for making this change. What existing problem does the pull request solve? 🤔 Refactoring should...

In the time profiling section, the book recommends improving performance by splitting the rendering into two passes: one for "alive" cells and one for "dead" cells. This does, indeed, improve...

In the past, slate has allowed a breakup of similarly-related parts of the documentation which were then included using something akin to: ``` ``` (Assuming that `endpoints/users.md.erb` existed). Is this...

middleman