Deniz Mert Edincik

Results 425 comments of Deniz Mert Edincik

We will need a lite version of the contract ( as it imports bridge ) and go bindings probably.

@joshuahannan any chance you can you can have a look at this one ?

mea culpa a bit this one, I opened https://github.com/onflow/flow-go/issues/4564 long before, then forgot to create issue on FCL

yeah I agree `flow dev` is way to go, I just moved the issue from emulator repo ( it is originally from @cybercent ) Unfortunately on emulator side we are...

On Thu May 23, 2024 at 5:25 PM UTC, Chase Fleming wrote: > I like this idea! To clarify: the idea is to add every contract and dependencies found from...

This will be super useful to write clean code. Will this allow multiple Type parameters? something like: `pub fun cast(x: T): T2` (totally made up example, probably not makes sense...

Generics are a bit problematic for JS/wasm outputs with tinygo, goprherjs etc. Interface seems most elegant solution, if it doesn't bring too much overhead. For JS output my experiments with...

I was thinking a bit on the opposite direction: Something like everyone can make a flow-cli plugin, you install the plugin, it integrated with flow-cli. ( ofc flow-cli also provides...

> I believe that the tool would need to simulate/recreate A's relying party server with the same domain so that A's passkey can be accessed on the client. I think...

Yeah I looked into now, this seems like a bug in Cadence