Michael Heuberger
Michael Heuberger
Let me get straight to the point: ``` The goal of comlink-loader is to make the fact that a module is running inside a Worker nearly transparent to the developer....
I see this big bump to v0.5 but changelog does not mention any breaking changes :/
Thrown along these lines ``` // Check if the key is within our prefix namespace. var isKeyPrefixOurs = function (key) { return key.indexOf(prefix) === 0; }; ``` when using this...
Almost everyone is on React 17 these days but not this library: ``` npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.0.0" from [email protected] npm ERR! node_modules/react-password-strength npm ERR!...
prettier-stylelint seems to be unmaintained. No updates for years. For example this nasty bug https://github.com/prettier/prettier-atom/issues/718 probably won't be ever resolved in prettier-stylelint. But is already solved in stylelint-prettier. That newer...
When I have checkboxes in my redux form and do not have them checked, `reduxForm.values` doesn't include these. Which is a problem when you want to pass on that further...
Between front and back camera on a mobile. Such an icon is missing under the arrows category. Thanks :)
Would be great to have a `--verbose` flag so that we can see where any installation progress hangs. For example ``` /var/log ❯❯❯ mas lucky iMovie ################################################------------ 80.6% Waiting ```...
``` WARNING: Failed to load "~/.zplug/repos/sorin-ionescu/prezto/modules/tmux/init.zsh" (modules/tmux) ``` seeing this every time when `zplug load --verbose`. It's this line in my .zshrc `zplug "modules/tmux", from:prezto` Using zplug's latest version. No...
Very keen to switch to zplug. Wondering if there is a recipe how to port my dotfiles from prezto?