Carsten Klein
Carsten Klein
In https://github.com/cgiffard/Captionator/blob/master/source/captionator.general.processvideoelement.js#L57 you try to set an otherwise readonly property which causes the initialization to fail and subsequently no captions will be displayed at all.
I just stumbled over this great piece of art and tried some of the examples. However, all I get is the weird sound but you cannot hear that in the...
The markdown generated by this is not compatible to github. It would require some additional changes, for example a lambda that will turn a full_name to lower case (for named...
I am currently working on building up a suite of gulp tasks and a gulpfile that are all implemented using typescript. For this, I use the compiler option ``"noImplicitAny": true``....
To my reckoning there are no more serious flaws in the software, so we should definitely go for a 1.0.0 release. In the wake of the release, we should also...
The current documentation lacks information on dependency injection and best practices for doing so. Also, it misses to point out that only constructor level injection is being supported and it...
## WIP Notice I am currently working on this feature request across multiple repositories, so this this will be updated multiple times. Once finished, this notice will be removed. As...
Your djangocms_link plugin uninstalls the original LinkPlugin. However, I would like to use the original djangocms-link plugin in addition to the bootstrap4 version thereof. I modified the bootstrap4 link plugin...