Dz

Results 7 issues of Dz

可否有ubuntu20可以运行的呢,现在21年了,想用比较新的版本

- [x] complete - [x] test 已经通过测试了, 解决了问题 #8

### Preflight Checklist * [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio-desktop/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request...

Waiting for response

## original content > ```js > const comp1 = compose(sequence(Compose.of), map(Compose.of)); > const comp2 = (Fof, Gof) => compose(Compose.of, map(sequence(Gof)), sequence(Fof)); > > > // Test it out with some...

- [ ] 想添加一些学校做的实验 ## 建议 觉得主页的readme中的`习题内容`可以放入到子文件的readme中 ## request 顺带请求添加管理权限呗 🙏

```dart /// lua_dardo-0.0.5\lib\src\state\lua_state_impl.dart void _setMetatable(Object? val, LuaTable? mt) { if (val is LuaTable) { val.metatable = mt; return; } String key = "_MT${LuaValue.typeOf(val)}"; registry!.put(key, mt); } /// lua_dardo-0.0.5\lib\src\state\lua_value.dart static LuaType...

改成这个样子 ```cmake # set output directory (only if not set by parent project) if (NOT CMAKE_RUNTIME_OUTPUT_DIRECTORY) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) endif () if (NOT CMAKE_ARCHIVE_OUTPUT_DIRECTORY) set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib) endif () if (NOT CMAKE_LIBRARY_OUTPUT_DIRECTORY)...