Sonny

Results 259 comments of Sonny

``` javascript jsvalidate: { options:{ globals: {}, esprimaOptions: {}, verbose: true }, targetName:{ files:{ src:[ '*.js', ] } } }, ``` PhoneNumber.js is a folder, `'*.js'` match it, grunt-jsvalidate try...

After considering various alternatives - I have setup Weblate for [Junction](https://github.com/sonnyp/Junction/) and [Tangram](https://github.com/sonnyp/Tangram/) - as a maintainer I'm very happy with it and can recommend. It took a bit of...

> I tried using browserifly but it didn't worked Browserify works fine with aria2.js, double check your configuration / usage . We use to have the browser bundle shipped with...

If you want to use a global you need to use the standalone mode. Something like ```sh browserify index.js -o Aria2.js -s Aria2 ```

See https://github.com/browserify/browserify#usage

I'll leave this open as a reminder to re-introduce the browser bundle

That's a nice idea. Does kate uses different colors for `pick`, `drop`, `reword`, ... ? If so can you post a screenshot.

Commit now use GtkSourceView which has a powerful language spec system. It doesn't have one for git but that should be reasonabily easy to do. https://gitlab.gnome.org/GNOME/gtksourceview/-/tree/master/data/language-specs https://wiki.gnome.org/Projects/GtkSourceView/LanguageDefinitions https://builder.readthedocs.io/en/latest/plugins/editor/highlighting.html https://gnome.pages.gitlab.gnome.org/gtksourceview/gtksourceview5/lang-tutorial.html https://gnome.pages.gitlab.gnome.org/gtksourceview/gtksourceview5/lang-reference.html

Commit now has language definitions for git and hg https://github.com/sonnyp/Commit/tree/main/src/language-specs Should be quite straightforward to add support for git rebase syntax highlighting