Simon Ljungberg
Simon Ljungberg
Hello, The code in `packages/surface/Surface.js` on line prevents any plugins from using keys like `enter` in keyboard shortcuts. May I suggest that the code checks to make sure that shift,...
Just a note on the [article on previews](https://nshipster.com/swiftui-previews/), that might be specific to my project, but thought it might be worth sharing. If you're trying to preview a view that's...
I needed support for Int16 and noticed you already had built-in support for 32 and 64 bit ints so I thought a couple of extensions for 16 bit ints would...
Hey. First off, amazing project. Very fun. :) However, might I suggest taking a look at turning the project into a CommonJS module to make it easy to integrate with...
If a node type contains a dash variant links wrongly link the underscored version eg: > admin/content/node-type/donation_campaign/form/variant > instead of replacing the underscore with a dash like so: > admin/content/node-type/donation-campaign/form/variant
Some browsers (like Safari in private mode) will expose the localStorage API but throw when it is accessed.
Make sure Browbeat works as advertised when localStorage is not available.
There are a few occasions where an election might go unresolved because the initiator left or something.
Add a script that bumps versions, pushes to npm and bower and creates a minified version of the script _and_ creates a new commit, tag and push.
Need to read up on Selenium or similar for testing of localStorage.