Zearin

Results 108 issues of Zearin

Rather than highlighting the last backtick (“`”), I was seeing the preceding character highlighted instead. This corrects the issue. (I used ^⇧P to determine that the `captures` was the issue.)

I **think**—and I could be wrong, but I’m pretty sure about this—[`pylint`](http://www.pylint.org) can do everything `flake8` does, and more. As usual for this sort of tool, it’s configurable on a...

The latest version of `js-yaml` uses the “safe” function variants by default now. The [migration guide for v3 to v4 is here](https://github.com/nodeca/js-yaml/blob/master/migrate_v3_to_v4.md), if you want to check for any edge...

I know you’re not accepting contributions to the core, but I thought you might consider something small and cosmetic-only.

## TL;DR Tried adding a test for using global data in a WebC component. I think it’s close, but I can’t quite get it to work. ## Background I **love**...

It’s been a while since I used Vue, but from what I remember there were some components that could define only behavior—no markup—which could then be used to wrap other...

(**Note:** This PR is a companion to 11ty/webc#168) ---- The official docs have used the prefix in examples for years. According to the NodeJS docs for [Modules (§Core Modules)](https://nodejs.org/dist/latest-v18.x/docs/api/modules.html#core-modules), the...

on-hold