spacevoyager78
spacevoyager78
## Type of report Bug ## Provide detailed reproduction steps (if any) 1. Go to https://jsfiddle.net/fq2dr3Lc/1/ 2. Select the widget by clicking the drag handler or click inside it to...
Hi! I've read that Chrome 86 will implement "text/html support for async clipboard api" as you can see here: https://www.chromestatus.com/feature/5357049665814528 : > The async clipboard api currently does not support...
Accorrding to the [widget docs](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_widget.html), I can use: ``` editor.execCommand( 'simplebox', { startupData: { align: 'left' } } ); ``` to create a widget with initial widget data and this...
**Is your feature request related to a problem? Please describe.** Reading https://github.com/microsoft/pxt-microbit/issues/5306, I saw that connecting to micro:bit was disabled for the offline electron app. **Describe the solution you'd like**...
Hi! I have made an extension that has failed review. I would like to remove this extension instead of updating it to pass review. Currently, there is no such option....
Hi! user-agent option of manifest file has the following placeholders according to [docs](https://nwjs.readthedocs.io/en/nw13/References/Manifest%20Format/#user-agent): %name, %ver, %nwver, %webkit_ver and %osinfo. Could we have another placeholder named %user_agent that would hold the...
Hi! Can we have an option for remembering window size or just remember if it is maximized? I'd like it to always start maximized, but right now it starts as...