Anders Madsen

Results 12 issues of Anders Madsen

**Problem:** Parser will yield errors like `CssSyntaxError: :x:x: Unknown word` **Quick fix:** In file index.js change `sassStr += fs.readFileSync(file, 'utf8');` to e.g. ```js let data = fs.readFileSync(file, 'utf-8'); // Remove...

Let's you ignore SCSS file(s): Change in index.js ```js const sassFiles = glob.sync(path.join(dir, '**/*.scss'), { ignore: opt.ignoreFiles }); ``` Usage: ```js const unused = fusv.find("./scss", { ignoreFiles: ["**/_crappy-vars.scss"], ignore: ["$crappy-var"]...

**Describe the bug** Using HTML5 video does not work with swipe (up/down to close - left/right to navigate). **To Reproduce** Steps to reproduce the behavior: 1. Go to 'https://fancyapps.com/fancybox/3/' 2....

**Description** Exception **"Value cannot be null. Parameter name: buffer"** on `SKCodec.Create` - stack: ``` SkiaSharp.SKManagedStream.OnReadManagedStream(IntPtr buffer, IntPtr size) SkiaSharp.SKAbstractManagedStream.ReadInternal(IntPtr s, Void* context, Void* buffer, IntPtr size) SkiaSharp.SKCodec.Create(SKStream stream, SKCodecResult& result)...

**Problem:** Class name `carousel` is too generic - e.g. conflicts with bootstrap or prior own etc. **Solution:** Add a fb namespace: e.g. `fb-` so it becomes `fb-carousel__button` **Sub problem:** The...

enhancement

Any plans on making the transition crossfade an option? Ofc. this would then only show 1 slide at a time / simple mode - but it could then completely replace...

enhancement

If the DIVs and SPANs is explicitly set to `contenteditable="true"` (instead of inherited) you get a red squiggly under badly spelled words in the monaco editor. The context menu hides...

feature-request
editor-core

### Context - [X] This issue is not a bug report. *(please use a different template for reporting a bug)* - [X] This issue is not a duplicate of an...

feature-request

Thanks for the contrib - I'm using this as a replacement as the prior use of the vanilla lib for the nice support of caching scripts etc. I see that...

enhancement

Cool thanks! Would it be possible to highlight the "text" part as C#? Maybe via/if `` or just always as I spose 99% is generating just that.

enhancement