Carl Vuorinen
Carl Vuorinen
You're both correct. Currently there can be memory leak when not passing in the scope. When scope is passed in, it will get cleaned up on scope destroy. See https://github.com/cvuorinen/angular1-async-filter/issues/1...
> at that point you are essentially using your own polyfill ;) Yes, but users of this package would not be required to install anything additional or try to figure...
Hi, Just want to make sure that did you include the script and also add the module dependency as noted in the installation instructions? https://github.com/cvuorinen/angular1-async-filter/blob/master/README.md#install
You can also point the file to a tmpfs (/dev/shm/test.db for example) instead of %kernel.cache_dir%/test.db This will speed up the tests especially after a cache clear. When caches have not...
I came here too to look for documentation & usage examples. I think the empty readme might put off potential users and at least some basic usage examples would be...
Setting `columns: 40` works, but still leaves the content to the left edge of the screen. It would be nicer to center the content (or another conf option to set...
This template gets the type info from phpDocumentor. What version of phpDocumentor do you have installed? Seems like PHP 7 support was added in version 2.9 https://github.com/phpDocumentor/phpDocumentor2/releases
Ah, sorry. I thought I had defined a version that allows minor updates. I'll fix it and make a new release.
I released a new version that allows updating to phpdocumentor 2.9.
Ok, I set up a test of my own and I see the same result even with phpdocumentor 2.9. I'll look into it to see if I can figure out...