Tim Stableford
Tim Stableford
The Geolocation API used by the weather skill now seems to be a premium service, which has broken the skill.
The roadmap on the Wiki needs to be fleshed out with @patrickjquinn's goals for the project to guide contributions.
The build instructions in INSTALL still reference automake rather than CMake
0.9.6 is the latest tar.gz released on pHash.org and is quite old
```lua local res = sleep(1):next(function () sleep(10):await() return 15 end) print("res", res:await()) ``` Returns ``` Error: Lua Error(ErrorRun/2): cannot resume dead coroutine at Thread.assertOk (/home/tstableford/projects/wasmoon/dist/index.js:409:23) at Thread. (/home/tstableford/projects/wasmoon/dist/index.js:142:22) at Generator.throw...
If a JS API explicitly needs the null value within an object it's not currently possible. Eg ```lua jsFunc({ a = 10, b = nil }) ``` Will generate a...
Lua can access the env through os.getenv(name). Expose a way of setting that environment variable map.
When opening a dropdown at the bottom of a window it would cause the window to become bigger rather than drop upwards. However, after scrolling the dropdown would then move...
### Description of the feature or fix The DRM display driver would not initialise with screens smaller than the 800x480 passed to lv_display_create because it called lv_display_set_buffers with buffers that...