Anders Madsen

Results 19 comments of Anders Madsen

I would not - but someone did, and someone will (not all systems be static developer stack - SCSS is here runtime compiled). And since it concats all the files...

I'd like to up-vote on this one.. I ended up sing the `onDidScrollChange` too with a checker on `if (!(editor.getModel() as any)._tokenizationSupport) return;` (and then a this.didInit check)... awful code...

I was more thinking of a generic prefix for all classes, could be `fancyapps` - but `fancyapps_fancybox__slide` sounds a bit... verbose :) But a prefix for the most generic would...

Ye, and FontAwesome actually have this SCSS: ```scss $fa-css-prefix: crazyprefix; .#{$fa-css-prefix}-spin { ... ``` So if an option - it would go into the SCSS + the JS options (must...

Naming always is ain't it! ;-) Well, as I am test running your v4 here - my decision is to base it on top of your SCSS files - cause...

Personally the latter. And here is another suggestion - a bit shorter, split of `fancybox` and with BEM `--` for "state" (A): ``` .fancy_panzoom {} .fancy_panzoom-content {} .fancy_carousel {} .fancy_carousel-slide...

maybe I shouldn't have closed this one.. it has a couple of votes too :)

Hi @dmsnell, no - I quickly concluded that this would take some inner workings for vscode and I "only" needed it for some MD editing.. But please do upvote it...

I can confirm that using above image - using both bitmap and image - and the SkImage will make it entirely black on downscaling (#932).

in this project I cannot access `SKData` but I did Q1 from here https://github.com/mono/SkiaSharp/issues/1269 and that should be about the same right? being all codec and image - and see...