Saneef Ansari

Results 29 comments of Saneef Ansari

scss-lint version I'm referring to is `0.42.2`

Here's another one for @CobusT's list of complexities: Imports are used a lot in my current team account. When I share a notebook with a team member, I usually forget...

Issues I'm facing with comments: * For large and slow loading notebooks, when I click on 'view comment' from the email notification, I land on the notebook nowhere near to...

Another reason for a dedicated space for comments. When a cell is deleted, the comments attached to that are lost. This usually happens to me when, someone forks a notebook,...

Based on [this comment](https://github.com/asciidoctor/asciidoctor-kroki/issues/421#issuecomment-1649374749), I reworked the plugin in which I'm using asciidoctor.js. Now I'm creating new registry for each call to `convert()` Should we close this issue? May we...

Yes, it does. My `.editorconfig` adds newlines to end of all files (including all `webc`). My `time.webc` is a shorter version of [`tugboat/.../time-difference.webc`](https://github.com/11ty/tugboat/blob/main/_components/time-difference.webc), and that component also have similar problem...

Thanks, @rothsandro, for looking into it. But, I was looking for a more generic solution. You know, when working with projects configured with Prettier and EditorConfig, especially when many people...

Or, transform all `` without any classes by default. Then, the `` with classes need to be explicitly opted in like `` or `` Any other ideas? I can create...

The `isRemoteURL()` function was based on [the same function from `eleventy-img` project](https://github.com/11ty/eleventy-img/blob/1a4815460460ab0b560f5184925278d31cf7879d/src/util.js#L21). Even if I allow schema relative URLs in this plugin, it will fail down the pipeline, as I'm...