Alberto Schiabel

Results 301 comments of Alberto Schiabel

@supnate I totally see your point, but as @shaun-sweet says, I think that they may welcome the UI API extensibility request. Also note that many fullstack developers already have tons...

Hi @littledivy, why was this closed?

Hi @drager, I don't think this issue should be closed. To this day, there's no viable way of passing arbitrary arguments to `wasm-bindgen`. `wasm-pack` currently only supports passing a subset...

Hey @mrcnski, you may want to take a look at [this no_std guide](https://hackmd.io/@alxiong/rust-no-std) for `wasm32-*`.

Hi @johnspurlock, I believe I have a fix for you in https://github.com/rustwasm/wasm-bindgen/pull/3510.

@johnspurlock With my PR, you'd only need to: - run `wasm-bindgen --target bundler --workerd` - import your Wasm bindings in a Cloudflare Worker, like so: ```typescript import { yourFunction }...

This PR is currently paused to give more breath to `driver-adapters` correctness fixes, which we want to be done with this sprint.

Hi, it's been a while, I wonder what's missing from this PR?

> Could you perhaps ship a separate PR that drops support for GraphQL, and select the branch of this PR as your base branch?

Internal: reviewers can easily poke at this PR's code locally via https://github.com/prisma/prisma-engines/pull/4120.