Jannis "Nexor" Betz
Jannis "Nexor" Betz
I was fiddeling around with the autodelete time. i set it to 1h first and after that set it to 24h. The instantly shown message is correct with 24h delete...
When calling `DBMeter.start()` multiple times (accidentally or on purpose) the resulting dB value will always be -70. I would suggest, throwing an error, on multiple starts. My setup was: ```javascript...
after doing a `DBMeter.delete(callback, errorLog);` the use of `DBMeter.start(callback, errorLog);` has inconsistent behavior on Android and iOS. On Android the DBMeter will be restartet and is listening. On iOS the...
When using your code in the Typescript version of vue i get following error: ``` [Vue warn]: Failed to mount component: template or render function not defined. found in --->...
# Bug report ## Summary After installing this plugin everything works fine in iOS, but android crashes on app start and logcat spamming lots of warnings and the following error:...
Using version v1.1.11 of restmod, we tried to use a singleton model. like so: ```javascript restmod.singleton(url, { // ... } ); ``` But this issues a warning `Passing mixins and...
I dont know if this is a bug or a feature request. **Describe the bug** Currently there seems to be no way to set up the ref for the Carousel...