Jack Lee
Jack Lee
The following code produces a runtime error: ``` thing: publicProcedure .meta({ openapi: { method: 'GET', path: '/api/thing' }}) .input( z.union([ z.object({ type: z.literal('first'), myVar: z.string() }), z.object({ type: z.literal('another'), anotherVar:...
I tried to make a pull request but couldn't push to the remote. Can we have a static reloads variable in hotml.client.Kha, like so: public static var reloads:Int = 0;...
On iPhone 6+ 12.4.2 and iPhone X 13.5.1, using Air 33.1. In iOS Settings I change my language to Chinese, Traditional. flash.system.Capabilities.language returns zh-CN instead of zh-TW. Note that if...
Is WASM supported for the library? I have successfully loaded a project in a non-wasm build, but I get runtime errors when attempting to run it as a WASM project...