Germán Méndez Bravo

Results 30 issues of Germán Méndez Bravo

External scripts were being asynchronously loaded as part of the new page being loaded. This could break inlined scripts that depended on such scripts. Example: ``` external_method(); ``` This pull...

Bug

Collection of updates and improvements. Including missing additions to the protocol (recursive payments, etc.)

This adds support for LICEcap's capture format (http://www.cockos.com/licecap/). Use LlCEcap to record and save the file with `.lcf` extension; then use `./anim_encoder.py example.lcf` **Important:** Filename must be saved with `.lcf`...

Animation code split and moved to anim.js (so it's used more like a standalone library)

Is telemetry really used? I can't use this plugin at my company because they have the hard policy of not allowing extensions if they send or receive any data or...

- Sidebar tree with row_padding of [0, 3] Removes extra padding - Sidebar group closed with content_margin of [0, 8] Removes arrows (and leaves just folders) - Sidebar file icons...

I **strongly believe** this should not be happening. A lot of users are already using SublimeCodeIntel and this is a fork of the same project. I do think your new...

This adds lower/upper values in accepted score ranges, it also allows optional named scores such as accepting 'up', 'clear' or 'down' or any for each score. A widget template tag...

I added support for const objects as well as some fixes regarding inheritance and destructors. Now it's possible to use the generator even if it's a const object.

For `post_commit` and `post_rollback` signals, I think savepoints need to be taken into account. `pre_rollback` signals connected during rolled back savepoints should still be called at commit time, whilst analogously...