Saninn Salas Diaz
Saninn Salas Diaz
I saw [a post from 3 years ](https://github.com/goldfire/howler.js/issues/54)ago saying that the 2.x branch will have EQ and comp. But nothing else about it. was it implemented?
I confirm (by marking "x" in the [ ] below: [x]): - [ ] This is not a troubleshooting question. [Troubleshooting questions go here: http://www.mattermost.org/troubleshoot/](http://www.mattermost.org/troubleshoot/). - [x] This doesn't reproduce...
🐛 **Describe the bug** If the remote settings contains an extension that does not exist anymore, instead of skipping it, show a warning and continue with the others the extension...
## Bug Report ### Capacitor Version ``` Latest Dependencies: @capacitor/cli: 3.3.2 @capacitor/core: 3.3.2 @capacitor/android: 3.3.2 @capacitor/ios: 3.3.2 Installed Dependencies: @capacitor/cli: 3.3.2 @capacitor/android: 3.3.2 @capacitor/core: 3.3.2 @capacitor/ios: 3.3.2 ``` ### Platform(s)...
As I see per the PR that are open since June 2019 is this plugin not being maintained. Is there an "official" up to date fork of this? If so,...
in js we have to send in our config a key with: ``` { .... testDevices: ['someId', 'someOtherId'], .... } ``` as per admob test devices config: https://developers.google.com/admob/android/test-ads#enable_test_devices
I am not sure if this is an error or a feature request, so I did not trusted my self to do a PR The definition for `reset` is: https://github.com/NagRock/ts-mockito/blob/6637048fdc72b676efcf210bc5be8d432c4ce1b1/src/ts-mockito.ts#L76-L79...
I have this interface mock on my before each test ``` SplashScreenMock = mock(); when(SplashScreenMock.hide()).thenResolve(); ``` when I try to check if it was called using ` verify(SplashScreenMock.hide()).once()` I always...
### Environment 1. `vscode-jest version`: v4.4.0 2. `node -v`: v16.13.1 3. `npm -v` or `yarn --version`: npm 8.1.2 4. `npm ls jest` : ``` ├─┬ [email protected] │ └── [email protected] deduped...
In this bar an icon could be added:  It can open a panel with the list of the current tests and their status (passing, failing) similar at what webstorm...