Erik

Results 15 issues of Erik

When using the german qwertz layout, pressing cltr + z does nothing because the z key is KeyY Keyboard events are messy in javascript, the [mozilla docs](https://developer.mozilla.org/de/docs/Web/API/KeyboardEvent) marks `event.which`, `event.keyCode`...

bug
feature

After updating to `4.0.0` from `3.0.2` I get this error: ``` npm ERR! code ELIFECYCLE npm ERR! errno 3221225477 npm ERR! `webpack --config ./webpack.config.js --env=development --watch` npm ERR! Exit status...

Hi, I'm using plain javascript both on server and client. Server sends a patch: `colyseus:patch 42 bytes sent to 1 clients` ``` {"entities":{},"clients":{"CGRiPYSzt":{"admin":true,"ready":false,"name":"Player"}},"minigame":{"g":0}} ``` On the client it throws the...

:bug: bug
🆘 help wanted

**Describe the bug** When the database file is received for the first time, the basic auth popup expects me to enter the username and password for webdav / basic auth....

Type ◦ Bug
› Storage
𐄂 Need Info

Hi I started working on a dark theme materialize inspired theme. it is far from being finished but it is perfectly usable as of now

new-theme

Spectron has not been updated to work with Electron 10 in a timely manner, and it seems like it may soon lose its ability to work with Electron at all....

No idea what I'm doing wrong but if I want to preload local fonts, it adds "crossorigin='anonymous'" to the link tag: `` that causes a `A preload for '' is...

It would be great if we had a configurable filter function that, if defined in the options, gets called BEFORE the options.logger and showMessageBox function get called and returns true...

enhancement
help wanted

# Issue / Motivation: "laravel/socialite": "^5.5" "socialiteproviders/trello": "^4.1" As specified in the [documentation](https://socialiteproviders.com/usage/#overriding-a-config), you can override the config like this: ```php $config = new \SocialiteProviders\Manager\Config($clientId, $clientSecret, $redirectUrl, $additionalProviderConfig); return Socialite::driver('trello')->setConfig($config)->redirect();...

Situation: the locale is "de", the fallback locale is "en" and there are only translations for "en" ### Expected behavior calling the `trans(` function should output an 'en' translation ###...