Arc

Results 13 issues of Arc

I've reinstalled the ColorHighlighter plugin for 130000 times, however, it just doesn't work as if it didn't exist. Sublime Text 3 Mac OS 10.13.4 ColorHighlighter v8.0.9

### Bug report 1. in `webpack-dev-server` development mode(watch), when the rule `@typescript-eslint/no-unsafe-assignment` is enabled 2. given a type in one file, given an object with this type imported in another...

Thanks, already been fired

install -g 之后到处都没有找到证书 node-mitmproxy createCA 命令也报错,好像并没有这个命令

**Describe the problem**: [A clear and concise description of what the bug is.] UI lags when opening or closing a tab, very not smooth. SoC: Apple M1 pro **To Reproduce**:...

T: Bug

I'm testing this lib, and find some problems. I have a test folder with dependencies: - src/index.tsx: ["src/pages/page1/index.tsx"] - src/pages/page1/index.tsx: ["src/pages/page1/index.module.scss"] But when I run `yarn build` which runs `node...

- `@testing-library/jest-dom` version: 5.16.5 - `node` version: 18.7.0 - `yarn` version: 1.22.19 * `react-testing-library` version: 13.4.0 ### Relevant code or config: ```js import React, { useEffect } from 'react'; import...

I'm fetching a large data in about 36MB: ```rust let response = reqwest::blocking::get(&full_url)?.error_for_status()?; let body: Value = response.json()?; ``` And it's easy to get a timed out error ``` decoding...

I'm going through the docs https://napi.rs/docs/introduction/simple-package and trying to get the demo run. But the CI failed https://github.com/Arichy/sort-rs/actions/runs/9176592895 Logs show that it's because the yarn's version does not match. `@napi-rs/cli`...

Hi, I've read the 2 articles written by you, nice articles. But I have some doubts about `useGranularEffect`: ```javascript function useGranularEffect(effect, primaryDeps, secondaryDeps){ const ref = useRef(); if (!ref.current ||...