Tommy D. Rossi

Results 207 comments of Tommy D. Rossi

Thank you for letting me know, I also noticed Next.js is not using the latest version of swc_core in their repo, instead they use 0.106.3 for now https://github.com/vercel/next.js/blob/97153cc838d24c58c13f583f1d88f21b30a8621a/Cargo.toml#L89 PR to...

I would prefer removing the concept of Formattable altogether and only keep Stringable, the formatter can be used as an internal concept to make writing `__str__` easier. If Formattable is...

@mzaks why can't `__str__` return a StringSlice instead of String? This way you wouldn't need to copy and allocate the strings again, right? I guess you would need to pass...

@mzaks you are right, it would be cool to use generators for this use case in the future

Another problem is that `@prisma/client/runtime/client` imports `node:fs` which fails in Cloudflare workers

Does this error happens consistently? This error means that the extension could not reach the backed server, maybe you were disconnected from the internet?

That makes sense. I also have some issues creating the promise for ready in a way that does not create issues with Solid

Adding support for `import.meta.resolve` would allow creating import maps that do not duplicate the code of npm dependencies, which is required to be able to dynamically import React components from...

Added some tests and enabled this new behaviour for all platforms.

Ok turns out different apps behave differently on Mac: - The default Mac OS behaviour for apps like Notes is very weird, it skips a full sequence of punctuation characters,...