Hendrik Purmann
Hendrik Purmann
I have the same problem in 1.5. But in 1.6 appears another problem: ``` javascript Uncaught TypeError: undefined is not a function ``` This line is causing it: ``` javascript...
Not really good practice but i simply commented out line 140 and live with it :) ``` javascript // $('a[rel*="address:"]').address(); ```
I was annoyed by that as well. Try [fzf](https://github.com/junegunn/fzf.vim/), works pretty nicely. It also works with `ag`, if you do it like [this](https://github.com/hpurmann/dotfiles/commit/b1c8c42e380d724c1732121ad2cf3094a3045b10).
Can someone (@tbranyen) publish a new version of this [great package to npm](https://www.npmjs.com/package/classlist.js)? The existing version contains a wrong license text in its `license` field. @eligrey Can you update the...
Hey @chualanagit. We have seen this problem as well when calling the `avdlToAVSCAsync` function multiple times in quick succession, not waiting for the result of the first call. I was...
That's it! I tried as you suggested and it works. Now one of us could write a good unit test and fix it. Good find, @Nevon Have you figured out...
@lukeknep, @andersfly This may be interesting for you: https://github.com/gaearon/react-dnd-html5-backend/issues/58
@gaearon? @kesne?
I put some [installation instructions for Mac on my blog](http://hpurmann.com/2015/04/05/gitdags/). The explanations of @ChrisFreeman were of great help, thanks for that :+1:
I think this has worked for a while but I can't get this to work anymore. @J-Fields did your fix somehow get removed?