Alex

Results 11 issues of Alex

### This issue is unique. - [X] I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my bug. ### Operating System Linux (DEB package) ### Version...

enhancement

## Bug Report - [ ] I would like to work on a fix! **Current behavior** ``` /repl.js: Unexpected token, expected "," (4:14) 2 | 3 | export function A()...

repl

## Bug report There doesn’t seem to be a way to import a JSON module purely as type. Minimum reproduction: ```ts // error: Expected a JavaScript or TypeScript module, but...

bug
cli

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: linux Arch: x64 Version: #137-Ubuntu...

template: bug

### Issue Description I’m getting the message `Download the Apollo DevTools for a better development experience` in my console. A Chrome extension can’t debug other Chrome extensions. It’s not possible...

⚙️ devtools
🏓 awaiting-team-response

Any Google Books preview will be replaced with a Chrome "books.google.{tld} refused to connect" error.

I downloaded the Electron build for Mac. It ships with all the JS/CSS/WASM assets, but then it just loads the website from `https://web.telegram.org/a/` into Chromium. What’s the point?

```js let string = "::"; // Prefer `String#slice()` over `String#substr()`. // eslint(unicorn/prefer-string-slice) let eslintError = string.substr(-2, 2); ^^^^^^^^^^^^^^^^^^^^ // After applying fix: let fixed = string.slice(-2, -2 + 2); eslintError...

bug

It would be nice to support the `why` command. 1. npm: ~~not supported~~ `npm ls` 2. yarn: [`yarn why`](https://classic.yarnpkg.com/lang/en/docs/cli/why/) 3. berry: [`yarn why`](https://yarnpkg.com/cli/why) 4. pnpm: [`pnpm why`](https://pnpm.io/cli/why)

enhancement

Question: I upgraded from 1.x to 2.0 and noticed [the types of a lot of plugins](https://github.com/eslint-types/eslint-define-config/tree/c320ba4732c43c571bafac05595c95fedceab5ef/src/rules) are no longer available in 2.0. Do you plan to publish the rest of...