Kuba Suder
Kuba Suder
I'm not sure if this will display - I made a video that shows the difference, first v. 2.9 and then 3.7: https://user-images.githubusercontent.com/28465/149399803-79a1c328-dfd1-4ac4-9b27-104c2aa9a19d.mp4
Hey, thanks for the ideas - I'm doing some experiments with this, I'll see if anything helps.
@kurkle Ok, here's what I'm seeing: 1. Disabling animation: - obviously, much faster in Safari - but visually this isn't as nice, of course - about as fast on v3...
More or less, yeah. This used to work with Chart.js 2.9.3 from which I'm upgrading, with type definitions from `@types/chart.js` (https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chart.js), which were defined in a global context (`declare class...
I don't think it's an issue of it not finding the files, I think it's that the types are exported in the module way and the TS compiler doesn't understand...
@kurkle not without many more changes - if I add that, `tsc` starts complaining about the properties I add to `Window`, and global functions that are called from HTML, and...
 
I thought about this, as a way of filtering out commits from some people whose commits you aren't interested in, but I didn't think this was important... though in your...
Actually, it doesn't watch just master, it should watch all branches in the repo. As for watching only specific branch(es), I'm planning to add that in the future...
One thing I was always worried about is that in Growl you could indicate that a notification should be "sticky" (i.e. not disappear by itself), which makes sense for Gitifier...