azu
azu
When I write the following `cva` variants, `@pandacss/no-invalid-nesting` reports an error. > ./src/app/Heading.tsx > 23:13 Error: Invalid style nesting. Nested styles must contain the `&` character. @pandacss/no-invalid-nesting ```ts import {...
## Summary https://linear.app/ has a API Token. We want to detect it. ### Basic example ``` lin_api_f1g2kLGLqdezihCUTzgIAUk6d9wvCnStWrvEXAMPLE ``` `/lin_api_[a-zA-Z0-9_]{32,128}/` ### Motivation Linear is task management tools. It has internal tasks...
## Description Add `enumsAsConst` to client presets. Related - https://github.com/dotansimha/graphql-code-generator/issues/8562#issuecomment-2137815225 - https://github.com/dotansimha/graphql-code-generator/issues/9072 Edit: This PR is duplicated of https://github.com/dotansimha/graphql-code-generator/pull/9574, but this includes a test. ## Type of change Please delete...
[JavaScript Primer - Open Collective](https://opencollective.com/jsprimer)の予算はおそらくありそう。 実際にContributorが経費精算(お金を受け取る)時のルールを決める必要がある。 ## 目的 - Contributorに対して、Open Collectiveの予算から支払うときのルールを決める - 経費精算のフローをドキュメント化する ## 決めること - 何に対して経費が発生するのか - 何を基準に金額を決めるか - Issue単位? - 分量単位? - どう申請するのか できるだけシンプルでわかりやすいルールにしないと管理が難しそう。 他のオープンソースなどがどうやっているのかを調べる必要がある。 cc @lacolaco
I can not found changelog, but it change behavior.
AccountID is a just generatl regexp. It cause false positve in sometimes. We want to make change default rule as follows. ``` "id": "@secretlint/secretlint-rule-preset-recommend", "rules": [ { "id": "@secretlint/secretlint-rule-aws", "allowMessageIds":...
## Summary - Rewrite find-utils to fix the problem of file paths not being ignored - I think it would be better to make this a breaking change - I...
Current `linter.lintFile()` does not ignore absolute file path in any case. We should change the behavior in next major updates. ## Before .secretlintignore ``` **/*.md ``` lint command ``` $...
``` ほかにもMapには次のような利点があります。 マップのサイズを簡単に知ることができる マップが持つ要素を簡単に列挙できる オブジェクトをキーにすると参照ごとに違うマッピングができる たとえばショッピングカートのような仕組みを作るとき、次のようにMapを使って商品のオブジェクトと注文数をマッピングできます。 ``` https://jsprimer.net/basic/map-and-set/#object-and-map ショッピングカートの例が、この利点を説明できてない気がする。 結構ちゃんとみないと何をしてるか分かりにくい > オブジェクトをキーにすると参照ごとに違うマッピングができる これを例にしたもっとシンプルなケースをおいた方が良い気がする。
## Purpose We want toUpdate react to v19 - [React v19 – React](https://react.dev/blog/2024/12/05/react-19) - [React 19 Upgrade Guide – React](https://react.dev/blog/2024/04/25/react-19-upgrade-guide) ## Current Warning ~~`element.ref` will be removed~~ fixed in #16...