Sidney Nemzer

Results 9 issues of Sidney Nemzer

I think this file/module structure makes sense: ``` src/ TextEditor. init update view TextEditor/ Custom. init update view Internal. InternalState Snapshot init update view Buffer History Keymap Events. onKeydown onTripleClick...

Reproduce: 1. Create at least two snippets 2. Rename the one lower in the list 3. Save Expected: After saving, the (renamed) snippet is still selected Actual: The previous snippet...

bug

This appears to be a bug in Chrome https://groups.google.com/a/chromium.org/g/chromium-extensions/c/UMu0jEr1J4A

bug

Github Gists record every change, so the autosave creates quite a lot of noise in the revision history. Any ideas on how that could be reduced? My ideas so far:...

feature

## Code ```javascript const lti = require('ims-lti') const outcome = new lti.OutcomeService({ consumer_key: 'key', consumer_secret: 'secret', // Note: localhost:3000 is a server that simply responseds with a status 200, empty...

Could you add a Git tag for 2.4.0? Without the tag, we have to use the commit hash with elm-github-install. Thanks!

This PR allows webext-redux to be installed next to redux@5. [Based on the changelog](https://redux.js.org/usage/migrations/migrating-rtk-2), the 5.0.0 update didn't include any changes that affect webext-redux. Fixes #296

The lint scripts didn't cover all the files Before: > echo src/**/*.js src/alias/alias.js src/constants/index.js src/store/Store.js src/store/applyMiddleware.js src/strategies/constants.js src/wrap-store/wrapStore.js Fixed: > echo src/{**/,}*.js src/alias/alias.js src/constants/index.js src/store/Store.js src/store/applyMiddleware.js src/strategies/constants.js src/wrap-store/wrapStore.js src/index.js src/listener.js...

This PR builds on the excellent work by @eduardoacskimlinks (#282), which is included in this PR. 1. Removed ports, use `sendMessage` directly instead. This fixes a problem where the port...