Lennart Melzer

Results 55 comments of Lennart Melzer

darn, it seems I'm struggling to express myself clear enough, I should be working on that. yes, I try to use a real world scenario: If those bookmarks are things...

um right, I just used sed on the bookmarks file see [here](https://github.com/visionmedia/bm/pull/8), it's quick and dirty but seems to work

I should first fix bm view (without args) and then tell you about it ;)

[Matomo Ecommerce Analytics documentation](https://matomo.org/docs/ecommerce-analytics/#example-of-tracking-the-ecommerce-order) as linked to in the comment (anchor link has changed, obviously) calls it `revenue` (not `orderRevenue` as I called it...). So yes, there is a discrepancy...

regarding documentation inconsistencies, I just [filed](https://github.com/matomo-org/matomo/issues/17909) [tickets](https://github.com/matomo-org/developer-documentation/issues/524) upstream.

just a note for those struggling to get the pi 4 (I think it is model B) to work following the [Directions for setting up a RaspberryPi to act as...

Ok I added the branch in [my fork](https://github.com/lennart/node-taglib/tree/windows), as I said this currently does not fully compile. I'll add documentation that is windows specific to the README. With a working...

Either way this seems to only move the error to TagLib::FileName missing a default constructor (This is really weird, since I guess taglib's code is proven to work on windows).....

Hi Nikhil, I finally got the extension compiled, though async support breaks on runtime. My windows branch has some fixes, that should be non-breaking for master, but I'd like to...

Ok I found the bug, I just failed to port the code you wrote to the windows equivalent, msbuild complains it cannot compare against baton->path directly, so I added a...