Ecosyste.ms: Timeline

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

MickL

MickL opened an issue on drizzle-team/drizzle-orm
[BUG]: drizzle-valibot throws `Type instantiation is excessively deep and possibly infinite.` for refinements
### Report hasn't been filed before. - [X] I have verified that the bug I'm about to report hasn't been filed before. ### What version of `drizzle-orm` are you using? 0.38.0 ### What version of...
MickL created a branch on MickL/drizzle-valibot-type-error

main

MickL created a comment on a pull request on drizzle-team/drizzle-orm
Another PR open for a long time, no reaction from Drizzle team :( Using `createSelectSchema`, `createInsertSchema` or `createUpdateSchema` throws `Type instantiation is excessively deep and poss...

View on GitHub

MickL created a branch on MickL/nitro-v3-turbo-lint

main

MickL created a repository: MickL/nitro-v3-turbo-lint

https://github.com/MickL/nitro-v3-turbo-lint

MickL created a comment on a pull request on unjs/unstorage
Is it really needed to support S3-like environments? For example Cloudlare R2 has a working driver already. On the other hand Cloudflare R2 HTTP driver is currently missing and this could solve ...

View on GitHub

MickL created a comment on an issue on wobsoriano/vue-clerk
Yes exactly: * Use clerk client preconfigured with NITRO_ variables * Use `getAuth()` * Protect routes by a middleware (Having an example might be enough) I am hoping that Nitro gets more s...

View on GitHub

MickL opened an issue on wobsoriano/vue-clerk
Nitro support
It would be nice if the module can be used for pure Nitro projects. As Nuxt is using Nitro (which in turn is using H3) it should be pretty much the same code. 1. I think Nitro modules [dont work...
MickL created a comment on a pull request on unjs/unstorage
@pi0 Can this be merged or is anything missing? Vercel is VERY popular and they have their own file storage [Vercel Blob](https://vercel.com/docs/storage/vercel-blob)

View on GitHub

MickL created a comment on an issue on nitrojs/nitro
Additionally I found a bug for current latest v2: When changing `apiBaseURL` to any other URL, it returns html pages. Reproduction: https://github.com/MickL/nitro-apibaseurl-bug * `GET loca...

View on GitHub

MickL created a branch on MickL/nitro-apibaseurl-bug

main

MickL created a comment on an issue on nitrojs/nitro
@pi0 Just ran into this again. What is the purpose of current `/routes` directory? My suggestion: - There should be just `routesDir`, not `routeDir` and `apiDir` (IMO naming "routes" is prefera...

View on GitHub

MickL created a comment on a pull request on unjs/unstorage
Opened here: https://github.com/unjs/h3/issues/931

View on GitHub

MickL opened an issue on unjs/h3
Returning ArrayBuffer returns empty JSON object
### Environment H3: 1.13.1-20241208-012300-10e98be ### Reproduction - ### Describe the bug From https://github.com/unjs/unstorage/pull/519 Returning an ArrayBuffer in an event handler seems...
MickL created a comment on a pull request on unjs/unstorage
I saw you marked type `bytes` to default for v2. Would then the following code work with H3? If yes, I am okay with the new implementation: ```ts export default defineEventHandler(async (event)...

View on GitHub

MickL created a comment on a pull request on unjs/unstorage
Maybe * getItemRaw() should return .body * getItem() should have the option to set return type ? What I just saw from the docs is that they return .body and I guess this is exactly what i...

View on GitHub

MickL created a comment on a pull request on unjs/unstorage
What did you test exactly that arrayBuffer was correct? Did you upload a file to R2 using setItem? I saved an uploaded file like this, and I only tested deployed to Cloudflare worker. **Uploa...

View on GitHub

MickL opened an issue on drizzle-team/drizzle-orm
[BUG] Cloudflare D1: drizzle-kit push is not working (error 7500 SQLITE_AUTH)
### Report hasn't been filed before. - [X] I have verified that the bug I'm about to report hasn't been filed before. ### What version of `drizzle-orm` are you using? 0.38.0 ### What version of...
MickL created a comment on an issue on nuxt-modules/tailwindcss
I tried Nuxt UI 3 with Tailwind 4 a lot already. As far as I see they dont use Nuxt/Tailwind. Works like a charm, I dont know if there is a need for a Nuxt Tailwind module anymore?

View on GitHub

MickL created a comment on an issue on unjs/h3
There is an example here, v1: https://github.com/unjs/h3/blob/v1/examples/cors.ts For v2: https://github.com/unjs/h3/blob/main/examples/cors.ts Hope it helps! What I dont fully understand is...

View on GitHub

MickL opened a pull request on unjs/unstorage
Fixed getItemRaw()
I tried to save files into Cloudflare R2 from a Cloudflare worker by a binding. Saving was no problem by use of `.setItemRaw()`, the file was added correctly to R2. But getting the item I had weird...
MickL pushed 1 commit to patch-1 MickL/unstorage

View on GitHub

MickL forked unjs/unstorage

MickL/unstorage

MickL created a comment on an issue on Hopding/pdf-lib
@Hopding I see the issue is closed. Has this been fixed?

View on GitHub

MickL opened an issue on foliojs/pdfkit
Reduce bundle size / tree shaking
Bundle size is critical for both web browsers as well as serverless functions. Unfortunately using just a few basic functions already adds `1,18 mb (299 kb gzipped)`. It would be great if bundle...
MickL opened an issue on foliojs/pdfkit
Cannot resolve "iconv-lite" from ".../node_modules/restructure/src/DecodeStream.js" and externals are not allowed!
# Bug Report When building in a Vite project (uses Rollup) it throws the error: > [12:45:41 AM] ERROR Cannot resolve "iconv-lite" from ".../node_modules/restructure/src/DecodeStream.js" and ext...
MickL created a comment on a pull request on foliojs/pdfkit
The PR is 2.5 years old, I guess it will never be merged? @liborm85

View on GitHub

MickL created a comment on an issue on unjs/unstorage
Wait, according to the docs there is a R2 http driver? https://unstorage.unjs.io/drivers/cloudflare#cloudflare-kv-http

View on GitHub

Load more