-
### Abstract
Add an `isAtomic` flag to ARC counters implemented via a bitmask. Then `increment` / `decrement` operations for ARC could check the flag to determine whether an atomic operation is nec…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/pensive-star-go8s7s
### To Reproduce
1. Run `npm run dev` and observe the error showing that `...compat.extends…
-
I am using KeePassXC 2.7.1
I have a keepassxc.ini in `./config/keepassxc/`. This file includes several settings of the application.
I have another keepassxc.ini in `./cache/keepassxc/` that includ…
-
The Origami team build and maintain Origami components which are used
by multiple teams, sometimes across brands/groups. But anyone can build
an Origami component and have it displayed in the regis…
-
### Current Behavior
after updating in our monorepo we found that tsdx failed on:
```
tsdx lint src
(node:82469) UnhandledPromiseRejectionWarning: Error: Failed to load config "react-app" to …
-
Migrated from [upstream issue](https://github.com/iamturns/eslint-config-airbnb-typescript/issues/307).
----
Eslint announced a new config spec.
[eslint.org/docs/latest/user-guide/configuring/c…
-
I suggest adding some kind of rule to allow extending external configurations like [it's done in eslint](http://eslint.org/docs/user-guide/configuring#extending-configuration-files).
I have differe…
-
The vision of `standard` is to save you time in three ways:
1. No configuration
2. Automatically format code
3. Catch style issues & programmer errors early
I think we do a really good job on …
-
```text
Oops! Something went wrong! :(
ESLint: 9.8.0
A config object is using the "extends" key, which is not supported in flat config system.
Instead of "extends", you can include config ob…
-
### ESLint version
v9.12.0
### What problem do you want to solve?
I'd like to configure different caches depending on an specific package in my monorepo, while also simplify the scripts section in …