西红柿大芝麻

Results 10 issues of 西红柿大芝麻

when play video request full screen, there is only fill the container, but not the window or the system

git clone 源码就可以编译运行 编译需要fluter 1.x版本,2021年3月以后的fluter 2.x编译时需要升级插件。 编译运行效果和release的结果是一致的。

二进制文件来自[Lichtso/JSC-Standalone](https://github.com/Lichtso/JSC-Standalone),example里的代码在windows上一切正常。 由于dll比较古老,可能需要安装较低版本c++运行时,支持的js语法到es5,可以用`promise`,想用es6语法需要`polyfill`或者从源码重新编译。

`Stack Overflow` when calc Fibonacci tail recursion ```hetu-script fun fib(n, a, b){ return n == 1 ? a : fib(n-1, a + b, a) } fun main(){ print(fib(1234, 1, 1))...

bug
compiler

想用手势拖动片头 没有指示器 感受不到拖动的进度是多少

show `..` in `rootDirectory` ![%YE{RTPZ}7SPN66$R_9(`LT](https://user-images.githubusercontent.com/19526331/113986969-6bfe5d00-9880-11eb-8cf5-7e63a7fd611b.png)

bug

at least in desktop require edit mode

enhancement

新版本包含了多种翻页动画 代码更新至项目中一个插件 。 已经全部更新了。 项目是 https://github.com/mabDc/eso/ 该插件代码 https://github.com/mabDc/eso/tree/eso_from_gitlab/modules/text_composition

应该支持多个过滤条件,支持and或or或&&或|| 比如 `//a[@class="gh"][2]` 或者 `//a[@class="gh" and position()=2]` 再比如 `//a[@title][@href]` 或者 `//a[@title and @href]`