Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

pingdotgg/uploadthing

juliusmarminge closed an issue on pingdotgg/uploadthing
[bug]: 'req' in middleware for Sveltekit has changed and types are wrong (since migrating to v7)
### Provide environment information ```bash Btw you should add the svelte package to the envinfo command on the bug reports System: OS: macOS 15.0.1 CPU: (8) arm64 Apple M1 Mem...
juliusmarminge created a comment on an issue on pingdotgg/uploadthing
can you still repro this? there were a few minutes on Wednesday where a missing edge case could cause infinite client loading

View on GitHub

juliusmarminge created a comment on an issue on pingdotgg/uploadthing
sandbox broken, but i believe the error you're facing is because you're using `typescript@4` with `skipLibCheck: false`. Either upgrading ts to `^5.0` or disabling typechecking declaration files wi...

View on GitHub

Nischal-Ad opened an issue on pingdotgg/uploadthing
[bug]: I am facing an issue while trying to use @uploadthings/react package for production. When I build my project due to error in node_module my project couldnโ€™t build
### Provide environment information ```bash import { baseURL } from '@Src/utils/axiosInstance' import { generateUploadButton } from '@uploadthing/react' export const UploadButton = generateUpl...
github-actions[bot] closed an issue on pingdotgg/uploadthing
feat: `useUploadThingInputProps`
### Describe the feature you'd like to request Making custom upload buttons is too hard ### Describe the solution you'd like to see ```ts // inferred input off useUploadThing type Input = Para...
github-actions[bot] created a comment on an issue on pingdotgg/uploadthing
This issue has been closed because it has not had any activity for 5 days since being marked as stale.

View on GitHub

Sorono-Dev created a comment on a pull request on pingdotgg/uploadthing
Working great and fix the issue that make Expo crash thank you

View on GitHub

mehedihasanfaiyaz starred pingdotgg/uploadthing
coderabbitai[bot] created a review comment on a pull request on pingdotgg/uploadthing
_:hammer_and_wrench: Refactor suggestion_ **Consider extracting CORS logic into a separate function** The OPTIONS route handler correctly implements CORS preflight request handling. However, to i...

View on GitHub

coderabbitai[bot] created a review on a pull request on pingdotgg/uploadthing
**Actionable comments posted: 1** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (4)</summary><blockquote> <details> <summary>examples/backend-adapters/server/src/convex.ts (3)</sum...

View on GitHub

coderabbitai[bot] created a review on a pull request on pingdotgg/uploadthing
**Actionable comments posted: 1** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (4)</summary><blockquote> <details> <summary>examples/backend-adapters/server/src/convex.ts (3)</sum...

View on GitHub

yamix-studio starred pingdotgg/uploadthing
danielbayley starred pingdotgg/uploadthing
coderabbitai[bot] created a review comment on a pull request on pingdotgg/uploadthing
_:bulb: Codebase verification_ **Version Not Updated in `package.json`** The `version` field in `packages/uploadthing/package.json` remains at `"7.1.0"`, indicating that the version was not incr...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on pingdotgg/uploadthing
_:warning: Potential issue_ **Remove unnecessary `async` keyword from arrow function** The arrow function passed to `.onUploadComplete` does not contain any `await` expressions, so the `async` ke...

View on GitHub

coderabbitai[bot] created a review on a pull request on pingdotgg/uploadthing
**Actionable comments posted: 2** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (1)</summary><blockquote> <details> <summary>packages/uploadthing/src/convex.ts (1)</summary><blockq...

View on GitHub

coderabbitai[bot] created a review on a pull request on pingdotgg/uploadthing
**Actionable comments posted: 2** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (1)</summary><blockquote> <details> <summary>packages/uploadthing/src/convex.ts (1)</summary><blockq...

View on GitHub

coderabbitai[bot] created a comment on a pull request on pingdotgg/uploadthing
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: review in progress by coderabbit.ai --> > [!NOTE] > Currently processing new changes ...

View on GitHub

github-actions[bot] created a comment on an issue on pingdotgg/uploadthing
This issue has been closed because it has not had any activity for 5 days since being marked as stale.

View on GitHub

github-actions[bot] closed an issue on pingdotgg/uploadthing
feat: Specify allowed file extensions directly on component (allow user overload of accept field)
### Describe the feature you'd like to request Allow user overload of `accept` field in the input component instead of pulling from MIME type. ### Describe the solution you'd like to see Add a p...
Pascaltib created a comment on an issue on pingdotgg/uploadthing
Temporary solution for this is to add { awaitServerData: false } to endpoint. Currently there are no errors in onUploadComplete.

View on GitHub

Pascaltib opened an issue on pingdotgg/uploadthing
[bug]: Svelte createUploader -> onClientUploadComplete broken in production. Package is unusable clientside. (@uploadthing/svelte 7.0.3)
### Provide environment information ```bash System: OS: macOS 15.0.1 CPU: (8) arm64 Apple M1 Memory: 106.84 MB / 8.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 21.5.0 - ...
Pascaltib opened an issue on pingdotgg/uploadthing
[bug]: 'req' in middleware for Sveltekit has changed and types are wrong (since migrating to v7)
### Provide environment information ```bash Btw you should add the svelte package to the envinfo command on the bug reports System: OS: macOS 15.0.1 CPU: (8) arm64 Apple M1 Mem...
github-actions[bot] pushed 1 commit to changeset-release/main pingdotgg/uploadthing
  • chore(release): ๐Ÿ“ฆ sync lockfile d72bfb1

View on GitHub

github-actions[bot] pushed 2 commits to changeset-release/main pingdotgg/uploadthing
  • chore: remove requets log in tss example 74c94c8
  • chore(release): ๐Ÿ“ฆ version packages 694b560

View on GitHub

juliusmarminge pushed 1 commit to main pingdotgg/uploadthing
  • chore: remove requets log in tss example 74c94c8

View on GitHub

github-actions[bot] pushed 1 commit to changeset-release/main pingdotgg/uploadthing
  • chore(release): ๐Ÿ“ฆ sync lockfile 8cff071

View on GitHub

github-actions[bot] pushed 2 commits to changeset-release/main pingdotgg/uploadthing
  • chore: pass `files` to `styleFieldArg` (#1012) b99e088
  • chore(release): ๐Ÿ“ฆ version packages a97058c

View on GitHub

juliusmarminge closed an issue on pingdotgg/uploadthing
feat: Do you know if there is a value to show how many files are loaded into the component or if there is already a file loaded?
### Describe the feature you'd like to request I am using the UploadDropzone component, but I have a problem that I've tried to fix in various ways, but I couldn't find anything that works. Maybe ...
juliusmarminge pushed 1 commit to main pingdotgg/uploadthing
  • chore: pass `files` to `styleFieldArg` (#1012) b99e088

View on GitHub

Load more