Gerald

Results 146 comments of Gerald

https://github.com/violentmonkey/violentmonkey/blob/d1a821c283ea7083a3c3d3affb7c2b5b8b9b9dc8/scripts/webpack.conf.js#L108-L112 You can add any package that is supposed to be compiled here. But I'm against compiling everything because it's slow and sometimes we get unexpected errors when trying to...

Actually the stored files are not script files that can be used directly, but JSON files with script content and other config entries in them. Their names are encoded and...

After a little investigation and experiment, I found that Google does not allow authorization to unverified apps, to protect users and their data, as they said. Violentmonkey just has a...

Similar problem here. After `setContent` the `dirty` state remains false, which blocks content update in ui-tinymce. My solution is: ``` js editor.setContent(...); editor.setDirty(true); editor.fire('change'); ```

I think buttons or checkboxes are not very effective either. How about using plain text selections as done in SourceTree? I think SourceTree does a great job in this. The...

@wmertens But it should be easier when you try to pick 10 lines from 20 lines of changes. What about this: - by default all lines are picked as the...

> From what I understand right now your proposal would have almost the same workflow with less possibilities. The results should be the same. The text selection is used to...

Hi, are you able to access ? If not, you may be blocked by your ISP and it's a network problem. May I know what you see before the markmap...

We don't have a service worker in VSCode so this is definitely not something from the extension. Can you provide a reproduction? I have no idea what the issue is.

Safari (including browser on iPhone) has issues with SVG rendering. If that's the case, there is nothing much we can do here.