Salvatore Pelligra
Salvatore Pelligra
Some schema has `font=Monospaced 10`, but because the regexp doesn't include a space, the 10 will hang around and break the color name -> hex conversion. Just added a space....
### Expected Behavior I expect each char to be aligned in the middle of each line ### Actual Behavior Chars are aligned to the top ### Steps to Reproduce (including...
Hey there, thanks for publishing this plugin, it was of great inspiration for my work. While playing around with it for my use case, I ended up doing a full...
Hi, after trying it more and better understanding LocalHistory, I believe current implementation conflicts with what I'd like to achieve. In my app, I have a button to enter "selection...
Hello, I've made a generic List component, however to do it I had to replace a large portion of Deku, more precisely the `createElement` and `updateElement`. To have a generic...
### Steps to reproduce 1. Register a port through `IsolateNameServer.registerPortWithName` 2. Either don't `listen` on the port, or `close` the port, or `Isolate.kill()` the given isolate 3. Retrieve the port...
## Description Introduce a new parameter to allow library users to modify how much an image will be zoomed in on double tap. We have also exposed `minScale` and `maxScale`...