totto2727(Hayato Tsuchida)
totto2727(Hayato Tsuchida)
### Describe the bug I searched Qwik and confirmed that there is no corresponding Issue. Currently, there is no export of the Qwik type definition file in package.json. This causes...
# Overview Currently, the testing and static analysis of this project is producing a number of errors. A few would not be difficult to fix, but a significant area seemed...
## 背景 `MicroCMSQuery`の`fields`にリテラル型のタプルを渡した時、以下のような型エラーが発生します。 ```ts // 型エラーの発生する最小構成 const client = createClient({ "apiKey": '', serviceDomain: "" }) client.get({ endpoint: '', queries: { fields: ['id'] as const } }) ``` ```text Type 'readonly...
There is a property called matching_rules in the Filtered Stream payload (see below). `MatchingRule` structure was added and the `ApiPayload` structure was extended. [https://developer.twitter.com/en/docs/twitter-api/tweets/filtered-stream/integrate/matching-returned-tweets](https://developer.twitter.com/en/docs/twitter-api/tweets/filtered-stream/integrate/matching-returned-tweets)
**SEMVER Update Type:** - [x] Major - [ ] Minor - [ ] Patch ## Description: support .node-version file ## Motivation: Most Node.js runtime managers support either `.nvmrc` or `.node-version`...
Tailwind` and `UnoCSS` can use the `--at-apply` format instead of `@apply`. Lightning CSS cannot use `@apply` by default, so you need to use this one. https://github.com/unocss/unocss/issues/2910 ```css @scope (a.base-anchor) {...
Hello! Thank you for providing us with a great tool! I often use Astro and sometimes use several UI frameworks together. Example: Astro + React (tsx) + Qwik (tsx) I...
## Overview - Addition of `SimpleStarlightPage.astro` file with non-user CSS styling and removal of all but the minimum required elements - Extracted part of Page.astro into a separate component Although...