vlinder

Results 18 comments of vlinder

To simplify the building of jPlayer I made a pull request that introduced a Vagrantfile. Then every build would be made on a machine that looks the same for everyone....

Same issue here. Only JS in component-dir, is that intended behavior?

I had some problems with a memory leak. But maybe if I remove the passed element all event listeners and such will be gone as well? I tried just clearing...

Still have the same problem. It retains a lot of detached svg elements and event listeners for some reason. Running garbage collection manually does not seem to collect them. ![image](https://user-images.githubusercontent.com/564350/56456674-c5a5ae00-636f-11e9-98e7-eaacae28900c.png)...

Found the problem. Lines like this have access to the closure of the function that defines them, so the closure for the event handler will keep all references alive from...

I also have this use case. Building my web app with parcelify and want to include css and js. Also building the application is broken since browserify > 8 came...

It would be nice to have all the build artefacts in the published npm version. That way I wouldn't have to build and include the files in my own repo.

I have the same issue on yarn `1.22.18`. It appears to be related to the `-next1` thingy on the dependencies version. `*` does not seem to match that part for...

Best would be to build all binary code into the `.node` files and then use `node-loader` to load them. The `node-loader` has no feature to figure out what modules the...

I like the `exactOptional` name since it reflects the name of the tsconfig flag.