Carl Malmgren

Results 4 issues of Carl Malmgren

### Please provide the environment you discovered this bug in. Dropdown example on spartan.ng components page ### Which area/package is the issue in? dropdown-menu ### Description When open, the dropdown...

bug

### What problem did you meet? When self-hosting logto, deploying a s3 compatible service just to store profile pictures is very complex. ### Describe what you'd like Logto to have...

feature
stale
status/not-planned

I have a schema for uploading files using the remix fileuploader api. ```js const schema = z.object({ files: z.array(z.instanceof(NodeOnDiskFile), }); ``` Trying to parse the form data with this schema...

The spec for `Api.modify_webhook` does not match discords documentation - `name` and `avatar` are required while they should be optional - `channel_id` is missing . https://discord.com/developers/docs/resources/webhook#modify-webhook