Seba Kerckhof
Seba Kerckhof
https://github.com/electron/electron/issues/15089 Will be completely removed in next beta 3: https://github.com/electron/electron/pull/15092 From that moment this workaround will work: https://github.com/electron-userland/electron-compile/blob/master/src/config-parser.js#L18
This adds device capability listings (useful to filter meta capture devices in debian 10 based systems) + fixes compilation for node 10+ (currently works on latest 12 release)
When I try to install this on debian stretch with GCC 6.3, the node-gyp rebuild step fails with the following error: ``` > [email protected] install /home/barco/test/node_modules/v4l2camera > node-gyp rebuild make:...
The produced metadata is invalid according to the XSD schema when using logout endpoints. As shown in the schema: https://docs.oasis-open.org/security/saml/v2.0/saml-schema-metadata-2.0.xsd A logout service is a non-indexed endpoint, thus without index...
This is way bigger than what one PR should contain and you may not want all of these changes, but I just wanted to give back the improvements I've done...
Hello, Just a suggestion: I think it would make sense that the jscs plugin could also set the code style for javascript in webstorm (settings > code style > javascript)....
Meteor Accounts package has a function `Accounts.destroyToken(this.userId,hashedToken);` which removes a resume token for a user. Is there a reason why you replicate this functionality yourself in the logout function? Otherwise...
**Describe the bug** The css files add classes and framework overrides which are not scoped to the component. Some of these classes have very generic names (e.g. `.group`) and are...
**Is your feature request related to a problem? Please describe.** I would like to use the safe navigation operator in combination with spel operators and functions like: `.contains()`, `.toLowerCase()`, `.endsWith()`...
### Describe the bug I'm trying to add an additional clickable icon in the tab name (similar to the close icon, but for a different action). I tried by just...