Kim T

Results 102 comments of Kim T

Google Lighthouse reports not using `{ passive: true }` as a performance issue... **Uses Passive Event Listeners to Improve Scrolling Performance:** https://developers.google.com/web/tools/lighthouse/audits/passive-event-listeners will you take this seriously now?

@g200kg Thank-you for your awesome work on this library! I see that you have an npm account: https://www.npmjs.com/~g200kg and have already published npm packages: - https://www.npmjs.com/package/webaudio-tinysynth - https://www.npmjs.com/package/webaudio-pianoroll Could you...

@JamEngulfer Nice, can you post an example of how that works? does it fix the bug mentioned above? or a workaround?

OK? that didn't really answer my questions though!? :)

That sounds like a good approach, but does that mean you need to init() for each browser separately? to be able to change the screenshotRoot per browser? or you pass...

If you change: ```name: `text-generation-output`,``` to: ```name: `#/definitions/`,``` it should work!

Had the same issue. To fix I had to: - Restart my laptop - Run `finch vm stop` and then `finch vm start` Note: I also changed any references: `public.ecr.aws`...

Yeah it doesn't seem to be writing videos for me either. I've tried changing the following things: plugin.xml line 44 - lines 47 ``` android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> ``` BackgroundVideo.java line 33...

You don't need vendor prefixes to support transforms on current (and many previous) browsers: http://caniuse.com/#feat=transforms2d The only improvement I would probably make is to put the css within the template...

sfizz has some `default_path` test files already, but does not have one that uses includes and defines: https://github.com/sfztools/sfizz/blob/develop/tests/TestFiles/default_path.sfz I performed a quick test with this file: ``` #define $USERPATH ../../test/syntax/...