odan
odan
In `LiffView`, `view.url` and `view.type` are required properties. However, in the LIFF app update API, these properties are not mandatory. ref: https://developers.line.biz/en/reference/liff-server/#update-liff-app I have defined a new `UpdateLiffView` to solve...
## Bug Report **Describe the bug** I found that an error occurs when I execute `updateLIFFApp` in `LiffClient`. **To Reproduce** Steps to reproduce the behavior: 1. Run this code ```js...
Currently, the `liff-inspector` package publication process is not automated. It would be simpler if we could publish the package through GitHub Actions. Related: https://github.com/line/liff-inspector/issues/17
### 🔗 Linked issue resolves https://github.com/nuxt/cli/issues/880 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking change...
When the `.npmrc` file contains a comment on the same line as a `registry` setting, the `nuxi module add` command fails. `.npmrc`: ```ini registry=https://registry.npmjs.org # test comment ``` # Steps...
Storybook's `preview.ts` is set as follows. ```ts import { setCustomElementsManifest, type Preview, } from "@storybook/web-components"; import customElements from "/path/to/custom-elements.json"; setCustomElementsManifest(customElements); const preview: Preview = { parameters: { controls: { matchers:...
Hi Nuxt Content team, First of all, thank you for your great work on Nuxt Content! While working with `defineCollection` and its `schema` option, I noticed some behavior that might...
As mentioned in the title.
### Environment - Operating System: Darwin - Node Version: v22.15.0 - Nuxt Version: 3.17.3 - CLI Version: 3.25.1 - Nitro Version: 2.11.12 - Package Manager: [email protected] - Builder: - -...