-
I know the design of CSSTree is intended to mimic how the browser CSS parser works, so it's fault-tolerant.
I'm looking at using CSSTree for linting CSS, and this fault-tolerance means it's difficu…
-
This is a clone of https://github.com/SerenityOS/serenity/issues/23240
---
Simplified reproduction:
```js
function foo() {}
foo.arguments
```
---
Original issue:
```
1280.563 …
-
This will help us improve code quality by causing TypeScript to throw errors for conditions that are flagged as info or warnings now, which we would need to address in order for our `check` CI command…
-
Don't fail on these unless we HAVE to? And do things on the client side where possible?
Just some thinking
```
2024-07-02 08:09:17 - Error: failed request: Unexpected response code: 500 ({
"…
-
I love alejandra, but my ideal formatter is _completely_ uncompromising. That means that whitespace, including newlines, should not be interpreted by the formatter at all. There should be an algorithm…
-
Hello,
I have observed below strict mode usage with AppIntro 6.x version. My activity is the same as #913
1.
```
StrictMode policy violation: android.os.strictmode.NonSdkApiUsedViolation: …
-
I'm trying to run the REPL with strict mode "use strict" which seems to break the inline evaluation.
**How to reproduce**
- create a javascript file
- run "JS Repl: Run" from the command menu
- …
-
### Issue Details
https://github.com/gorhill/ublock/wiki/Strict-blocking
Related to https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2760
CC: @yarynanowak
### Proposed soluti…
-
**Is your feature request related to a problem? Please describe.**
My application resides behind a Google Application Load Balancer. To parse the client's IP I must use the X-Forwarded-For header, [w…
-
Coming over from https://github.com/eslint/rewrite/pull/117/files#r1742735782: TypeScript's [`compilerOptions.strict`](https://www.typescriptlang.org/tsconfig/#strict) _"enables a wide range of type c…