Results 23 comments of Javier Goday

Hi @fingers10 I'm facing the same problem with '2022.12.2' version ``` ``` Seems that Skia HarfBuzzSharp native library is missing, I was able to fix it by including the following...

@fingers10 indeed (from HarfBuzzSharp.NativeAssets.WebAssembly), it should be located under ``` ~/.nuget/packages/harfbuzzsharp.nativeassets.webassembly/2.8.2.3/build/netstandard1.0/libHarfBuzzSharp.a/3.1.7/libHarfBuzzSharp.a ```

@jczuchnowski can this implementation be a valid solution? (https://github.com/jgoday/zio-sql/tree/feature_variadic_args) It would allow to call custom procedure/function with N different typed args. ``` val customFn = variadicFunc[String]("concat_ws") val query = select(customFn(",...