Stabldev

Results 18 issues of Stabldev

### On which page do you see this issue? https://daisyui.com/components/drawer/#drawer-that-opens-from-right-side-of-page ### Describe the issue Drawer not showing for position example, but works on the above ones. Browser: Firefox nightly (latest)...

Hi, first of all i really like this project. and it seems that there's no integration for svelte. Do you guys plan on adding svelte support? it could be nice...

https://github.com/tokitou-san/Instagram-UI/blob/73f802c4521002509335518a036b47df7bbadb9a/main.py#L13-L15 Page width and height is not same every time we run app. I.e: If I run app window size is correct. But If I rerun app, window size might...

bug
good first issue
invalid

## Description :construction: WIP: Migrating to Svelte 5, [it is stable now](https://svelte.dev/blog/svelte-5-is-alive). ## Type of change - [X] Patch: Bug (non-breaking change which fixes an issue) - [ ] Minor:...

stale

so I've this config: ```ts rollupPlugins: { before: [ copy({ targets: [ { src: '../../node_modules/webtorrent/dist/sw.min.js', dest: './www/' }, { src: '../../node_modules/webtorrent/dist/sw.min.js', dest: './dist/' }, ], verbose: true, copyOnce: true, })...

currently, I need to specify both like this: ```py class CustomS3Storage(S3Storage): AWS_S3_BUCKET_NAME: str = os.environ.get("AWS_S3_BUCKET_NAME", "") AWS_S3_ENDPOINT_URL: str = os.environ.get("AWS_S3_ENDPOINT_URL", "") AWS_S3_USE_SSL: bool = not settings.DEBUG AWS_DEFAULT_ACL: str = "public-read"...

changes: - [X] removed `boto3` from main dependencies to reduce base install footprint for non-S3 users - [X] added `[project.optional-dependencies.s3]` section with updated `boto3` version - [X] changed test import...

Refines existing docs by adding Optional to file input type annotations. This improves type hint guidance and helps avoid common type checker errors.