Ulrich-Matthias Schäfer

Results 73 issues of Ulrich-Matthias Schäfer

Is there a possibility to use `mod()` with an asyncrounous function which returns a Promise? I would like to authenticate my user and that happens asyncronous. Only then I want...

When running this plugin, it fails with: ``` [5:57:16 PM] [semantic-release] [@semantic-release/npm] › ℹ Write version 1.19.0 to package.json in /home/runner/work/x/x (node:2641) UnhandledPromiseRejectionWarning: Error [ERR_REQUIRE_ESM]: Must use import to load...

**Is your feature request related to a problem? Please describe.** The old firebase/firestore API seems to be the same as the one of the nodejs-firestore SDK. However, with v9 you...

priority: p3
type: feature request
api: firestore

*Mocha is not installed globally or locally* ```js npx mocha test.js ``` Expected result: npx downloads mocha and executes it Actual result: The file `npm-cli.js` is opened in my editor....

bug
windows

Just profiled an application and even though the impact of this particular change isnt a big issue, its still notable. We have a line in Dom.js which is just `this.type...

When creating a nested svg with `nested()` the resulting svg has namespaceattributes which are not needed there.

In Browsers a call to `getBBox()` returns a box which is **never** the most tight box around the symbols. Instead they provide a box which would sorround any letter +...

### Basic info: - **Node.js version:** v10.4.1 - **jsdom version:** v16.1 ### Minimal reproduction case ```js const {JSDOM} = require('jsdom') const content = ` ` const dom = new JSDOM(content,...

Jibri allows to strip out subdomain names from the jid to get the URL of the conference. E.g. `xmpp.myserver.com` can be stripped to `myserver.com` and it will happily record meetings...

## Description As can be seen [here](https://github.com/jitsi/jibri/blob/3c63bf9662d88a0f1452f5f0570a00d62917ed26/src/main/kotlin/org/jitsi/jibri/selenium/pageobjects/CallPage.kt#L49), jibri waits for the conference to be joined. However, the check which is done is super specific to the jitsi-meet application. ```js return...