binary64

Results 30 issues of binary64

I noticed a big problem is Eslint only scanning a single file at a time. If you changed to become a TS server plugin instead then maybe you would have...

Not sure if related to https://github.com/GordonLesti/Lesti_Fpc/pull/45 but... Another magento plugin, Catalin SEO, does some AJAX requests, which I are being cached by your plugin. Problem is, when they are loaded...

Hi is it possible to have a default fallback like ``` ls: .: 'regex:$never' .txt: 'kebabcase' ``` would only allow files like blahBlah.txt and hello.txt test.jpg and so on would...

Regarding https://github.com/loeffel-io/ls-lint/issues/30# Could this feature be powerful enough to help me enforce test files for every .tsx no matter my structure? Because I can imagine a regex solution to check...

My machine: ``` createMachine({ initial: 'I am off', states: { 'I am off': { on: { EVENT_1: { target: 'I am on', }, EVENT_2: { target: 'I am on', },...

bug

Please make sure that you provide enough information so that we understand what your issue is about. 0. Did you check the documentation in ~/doc/ or, if it is a...

duplicate
feature

## Overview I wish to ban the code as exactly specified in the [jsx-prefer-fragment-wrappers](https://github.com/Shopify/web-configs/blob/HEAD/packages/eslint-plugin/docs/rules/jsx-prefer-fragment-wrappers.md) docs page. So I added the rule to my eslintrc, which I was happy to see...

Hi I love the idea of your plugin. I'm trying to get it to work in my monorepo, which uses Nx.dev. Here's how you can get a repo locally to...

Hi, my language files look like ./en.yml :- ``` en: header.button.title: Testing ``` is this wrong? With this plugin it's trying to add keys to the root, so it's missing...

feature request

## Description Presently I can only seem to install new docusaurus projects into my /apps directory. It would be nice to have these in /docs ## Motivation I have a...

enhancement