Results 30 issues of John Leung

If modules can synced so image capturing can be offset, images can be interweaved to enable FPS of 240 or more. This will bring in a new segment of customers...

enhancement

How are List methods like map and filter used? Tried the following: ``` var l List = [1,2] l.map((x int) => x + 1) ``` gave error: ``` :5:3: error:...

I have a simple test.lite file, created simply via vi: `print "hi"` > `lite -run test.lite` gave me: `ERROR: test.lite:3:1. Module: found ' '(EOF) but 'NEWLINE' required` Again, the file...

Eg. using a Vue component in Svelte codebase?

Seems like the repo does not contain working code yet, is that correct?

How do I compile to wasm? Does cyber CLI have menu? Tried `-h`, `--help`, didn't work. The CLI section in doc is very lacking. thanks

I see rhai has operator overloading. Will it be possible to define a pipeline operator? If so, can someone provide the code to do so? thanks.

enhancement

Seems like I need to build a wasm command that is different than the one specified in https://github.com/GaijinEntertainment/daScript/blob/master/doc/getting_started.md ? How to do that?

Getting "[E4018] Type Js_string does not implement trait Show: method to_string is missing" building ```js pub fn hello() -> Js_string { "Hello".to_js_string() } ``` Also, does moonbit provide easier interop...