Sumit Bando
Sumit Bando
Similar to Issue #223 await Flight.create({ departure: "Paris", destination: "Tokyo" }); await Flight.create([{ ... }, { ... }]); ??? No specification of return value ??? Most frameworks will return either...
package.json does not provide complete dependency. npm run build fails with: [!] (plugin postcss) Error: You need to install one of the following packages: "node-sass", "sass" in order to process...
!gdown --id 1Q1wUptbNDYdfizk5abhmoFxIQiX19Tn7 Permission denied: https://drive.google.com/uc?id=1Q1wUptbNDYdfizk5abhmoFxIQiX19Tn7 Maybe you need to change permission over 'Anyone with the link'?
The guide does not list which resources are available. Added a list of resources coming from data.json
Fixed missing 2.0 from link. There may still be an extra /docs in the generated path
1. Production build fails with: ```bash [!] TypeError: Cannot assign to read only property 'name' of function '(config = {}) => postcss({ plugins: plugins(config), extract: path.resolve(config.output || "./static......})' ``` 2....
... through template.html
### Describe the bug https://flowbite-svelte.com/docs/components/dropdown#Dropdown_with_search The search box renders, but is not bound to anything, so does not do anything. ### Reproduction https://flowbite-svelte.com/docs/components/dropdown#Dropdown_with_search It renders, but Search box does not...