Philip Waritschlager

Results 359 comments of Philip Waritschlager

blecher-at's git2json/gitline look interesting, it appears to run `git log --format=...`, fparse that into JSON and build the graph based on that. Another approach I can think of is instead...

It is unfortunate this has not led anywhere so far, since it seems the dominant issue for this project. Vimium is great for productivity but lacks in its support for...

@gdh1995 uhg. You are right. Could not believe it at first. I looked shortly at your code, it feels a bit hard to read for me - but looks like...

@robert-boulanger nice catch! but is there any real reason to use fat arrows for class method definition?

> A real world scenario would be (and is) if an instance of such a class is for example, pushed into an reactive array in Vue3. As soon as a...

@STRd6 edemaine's branch, which was in use for a short period before being reverted again as you noticed, while fixing non-block-commented lines, it still translates the following ```coffee # ###*...

> I guess both logics could be combined too, if it's worth the effort I now did that and it seems to work fine. Idk why I didn't do this...

Yes, they are not really useful. Implementing proper symbols is not quite easy and bug-prone I suppose, but I haven't invested too much time into it either. Outline is based...

The example code you gave me gives no error. But I think I found your specific problem anyway: You most likely have another variable in the same scope, *also* called...

You could also change your `* @param {object} option` to `* @param {object} option1` to fix the error, but this is a very bad idea because it will then surely...