Adam Jahnke

Results 16 comments of Adam Jahnke

Possibly relevant: https://github.com/ctrlpvim/ctrlp.vim/pull/258 I think that repo is what is currently maintained.

I use https://github.com/substack/tape and https://github.com/michaelrhodes/tape-catch to do assertions. EDIT: Followed up in #28, works with tape if you set up like this: https://github.com/redux-things/redux-actions-assertions/issues/28#issuecomment-246704362.

+1 for Jest. It's really taking off lately, would be really nice to have a shim for that.

@dimakogan sorry for the delay! Can confirm that installing directly: ``` go get github.com/StanfordSNR/guardian-agent/... cd $GOPATH/src/github.com/StanfordSNR/guardian-agent ./scripts/sga-guard ``` does work as expected.

I tried uninstalling and reinstalling ical-buddy, and tried invoking it from a few different apps (Terminal, iTerm, Hyper), and all of them are showing this error, all of them are...

@nicholasdgoodman I was able to get ant working using https://github.com/elado/next-with-less

I get that this truly is a "fatal" sort of error, but when this happens in a `useQuery` the state of the app gets stuck on that query being in...

This is a pretty huge roadblock. Unless I'm missing something, this issue makes this impossible: ```javascript const { Chromeless } = require("chromeless"); test( "check APM flow", async done => {...

Trying to think through how this should be structured; I can think of three usages: - A user's issues - A repo's issues - Search for issues Spitballing: - `$...

That's a good question. It would definitely be worth looking into whether you can get at issues from an organizations perspective. Can you speak to that, @pengwynn?