Qingtian
Qingtian
@hiiamboris I think I fixed the reset-buffer issue. It's a bug in gui-console. I tried 1 and 4. I know you like report several bugs in one issue. What's the...
I can see other 2 issues: 1. In way 2, there is a `parse` issue. 2. In way 4, `unview` doesn't work sometimes.
``` w: view/no-wait [p: panel 300x300 []] append p/pane layout [button] ``` Those two lines of code creates two window faces, they are appended into `system/view/screens/1/pane` . After closing one...
The fixed was reverted somehow. 😓
@hiiamboris There is a syntax error in versions1 & 2. `curv` expects even number of coordinates. We have the following options: 1. Check it at runtime and throw an error....
A cubic Bézier segment is defined by a start point, an end point, and two control points. `Curv` expects a control point and an end point. The SVG docs has...
The GC cannot release OS resources currently. Image! has the same issue.
``` /all => TBD: Return value in loadable format. ``` It's no guarantee that `t == load mold/all t`. It just makes it `loadable`.
R3: ``` >> t: 1:2:3.765432754321 == 1:02:03.765432754 >> t/second == 3.765432754 >> mold/all t == "1:02:03.765432754" >> d: 1/1/1 + t == 1-Jan-2001/1:02:03.765432754 >> d/second == 3.765432754 >> mold/all d...
Looks like a native stack alignment issue when calling some OS API. If I add some print statements in `OS-text-box-layout`, no crashes. Also no crash if I switch to software...