-
目前的matman运行时调起页面没有目的性,永远显示的都是界面的顶部,建议在testAction里面加上使目的控件置于屏幕中心的方法。
-
Most of the functionality for vectors is already there. Just need to add a few mathematical things on top
-
Currently, copy constructors and assignment operator call set fields, which sets the data to an mxn matrix of 0s, only to then immediately set it to something else. We should overload setfields to han…
-
Make the public parts of Matrix class more of an interface by removing all the getters and setters and clearly specifying user's capabilities.
-
Create a friend iterator class to handle the iterator activity without publically exposing data in Matrix.
-
Is there any update for TYPO3 9.3 in the pipe?
-
现在新建一个项目有一些复杂,要提供一个脚手架工具初始化项目,例如 `matman init`
-
![image](https://user-images.githubusercontent.com/13464168/42301297-04d97618-8047-11e8-83ec-df5b76434422.png)
```
npm WARN deprecated babel-preset-es2015@6.24.1: 🙌 Thanks for using Babel: we rec…
-
当前我们需要手动指定,例如
```
const getPreloadScriptPath = (name) => {
let clientScript = new matman.ClientScript(path.resolve(__dirname, '../../../matman.config.js'));
return clientScript.getPath…
-