Joseph Anthony Pasquale Holsten

Results 69 issues of Joseph Anthony Pasquale Holsten

neovimfs has given me the ability to emulate plan9 acme's ability to open a file in the existing editor with a `B` script, here's what I'm using now: ``` sh...

I'd like `go test -short` to avoid any tests that require reading files or talking to goiardi. Looks like `testing.Short()` and `Skip()` should handle this sort of thing for us:...

For clients that want to access node attributes, it's nice to be able to access the merged value instead of traversing default, normal and automatic. I'm accessing search results, so...

Partial search is _much_ faster than regular search, and only requires POSTing desired keys to the search query endpoint. The official client implementation is defined here: [partial_search:libraries/partial_search.rb:49](https://github.com/opscode-cookbooks/partial_search/blob/master/libraries/partial_search.rb#L49)

enhancement

Haven't had a chance to see if this is a discovery problem or what, but http://josephholsten.com consistently fails to authenticate through authlogic_openid. And I'm quite certain that OpenID is correctly...

I've just gotten https://github.com/josephholsten/myfitnesspal-minder updated from a random script I found. I think it would be better for the community to have it be part of bemind.me. Would you be...

I added a stats page. Works well enough, but I changed railties' code statistics a bit to support an html view. Still needs the the standard rake output added back...

Was reading around https://github.com/pitr/angular-rails-templates/issues/93 Looks like people have converged on: https://github.com/gaslight/angular-rails4-templates

mysql doesn't support the constraint in https://github.com/obfuscurity/descartes/blob/master/lib/descartes/migrations/006_AddGraphDashboardRelationConstraints.rb. Any thoughts on how I can add this constraint to the app code so we can keep the feature and support mysql as...

enhancement

Seems like there are some very dedicated users, but releases have stagnated. Would it be useful to have an extra hand to maintain this?