محمّد

Results 18 comments of محمّد

One side note regarding CGo issues, I think some can be mitigated using WASM based bindings and pure Go WASM runtime like this one: https://github.com/tetratelabs/wazero For most C libraries which...

@SolarLune Yes, I'm not sure how different the performance will be. (The WASM runtime compiles the code to machine code, also the execution part is written in assembly, so I...

@yahtnif A smart work-around, thanks!

Will this issue get some love? Is there something that needs to be discussed? Something we can do to give it a little push?

@jgclark I appreciate your efforts, but I've since moved to [TODO Tree](https://github.com/Gruntfuggly/todo-tree) which provided me with the required functionality, as well as additional functionalities.

Is there any update on this? it's a very needed feature, especially for `UPDATE` statements..

Why not use this use-case as an argument for permitting type parameters on methods?

@bokwoon95 fair enough, I guess. Let's hope it doesn't get delayed.

Do you need any help with this PR to get it merged? @pavelnikolov

BTW, what about implementing Go modules? This way we can introduce breaking changes with time when a gain is found. On Fri, Nov 16, 2018, 6:07 AM Yingjie wrote: >...