Christian Svensson

Results 90 comments of Christian Svensson

I was trying to preserve the tuple sizes for as well using `const` type parameters ([Typescript playground][sandbox]). Unfortunately, as soon as `Array.map()` is used, I lose the type information I...

And of course, I just found a workaround for my issue above right after I posted. In my case above I can use `as { [K in keyof T]: number;...

Thanks for the update and great summary! The PR looks pretty complete, what is there left to update here now? Is it to remove `@standard-schema/spec` as a `devDependency`? Would be...

> Valibot v1 supports Standard Schema. There should be no bugs. And tRPC should still support our old implementation. But I can look into it. Maybe I am wrong. Feel...

I've had this issue as well. I could not figure out why at first, since I only changed from `package-lock.json` -> `deno.lock` and using `deno install`. Seems like a reasonable...

I worked around it by excluding `deno.lock` file during checkout, as my project didn't really need the lock-file during deploy. It was used mostly for the building to `dist/` in...

Sorry for the delay, rebased now @alan-agius4 🙂

I missed scope in my commits, force pushed to correct commit messages and address failing `lint` job. 😅

> > Hi, any update? We would like to switch to Deno, due to the current Shai-Hulud attacks. > > But why? I think there's two reasons for this. -...

> Using Deno or other package managers will not inherently prevent the package infected byShai-Hulud accessing your environment variables. True, it won't stop any environment variables used by an application....