Heliodor Jalba

Results 5 issues of Heliodor Jalba

GOOGLE ANALYTICS: ga('send', 'event', 'category', 'action', 'label', 4) versus SEGMENT: analytics.track('action', {category: 'category', label: 'label', value: 4})

Uses jQuery delegated events: https://api.jquery.com/on/ The second commit fixes the indentation.

You can fix the fuzzy SVG white text on black background by using "fill: white" instead of "stroke: white".

https://github.com/s3tools/s3cmd/blob/22949ba66532f902497c5c68cf54408433aa9570/S3/S3.py#L1624C31-L1624C70

Holding down CTRL on Windows or CMD on OSX while clicking is used for opening new tabs. The site seems to be absorbing keyboard events and it's interfering with this...

enhancement
need decision