Kris Dages

Results 12 issues of Kris Dages

I have a collection of SVG path strings for which I need to generate icons. Added support for `data:` urls (e.g. `data:image+svg/xml;...`) to avoid having to generate temporary svg files.

Allows consuming projects to upgrade to rxjs 7 without a version resolution override for aurelia-store. Without this change, build systems would bundle both versions and warn of the duplication. Modifications:...

**I'm submitting a bug report** * **Library Version:** 2.1.4 **Please tell us about your environment:** * **Operating System:** Linux (Ubuntu Bionic) * **Node Version:** Electron 3.0 * **NPM Version:** 6.4.1...

https://github.com/aurelia/dependency-injection/issues/197 (Edit) I looked into the implementation and found what I think is a reasonable fix to keep the default singleton behavior for undecorated injections while still allowing new instances...

**I'm submitting a bug report** * **Library Version:** 1.5.2 This is a regression from v1.4.2, where this worked correctly. I tried to implement the same test for that version, but...

Needed to add `enableRemoteModule: true` to the BrowserWindow webPreferences. The default value has changed to `false`.

* Output of `node_modules/.bin/electron --version`: v3.0.13 * Operating System (Platform and Version): Ubuntu Linux (X11), mac OS (most recent versions) **Expected Behavior** Contents should be always be visible behind a...

platform/linux
bug :beetle:
3-0-x
5-0-x
6-0-x
6-1-x
11-x-y

- [X] Review the documentation: https://docs.sentry.io/ - [X] Search for existing issues: https://github.com/getsentry/sentry-javascript/issues - [X] Use the latest release: https://github.com/getsentry/sentry-javascript/releases - N/A - Provide a link to the affected event...

Type: Improvement
Waiting for: Community
Stale

**I'm submitting a feature request** **Please tell us about your environment:** * **Operating System:** all * **Node Version:** N/A * **NPM Version:** N/A * **JSPM OR Webpack AND Version** N/A...

I needed to do something asynchronous with the mocha files and test suite in the handlers. The mocha instance was available in the `Mocha.prototype.run` override, so I just added passing...