-
Odoo 15. In my module I redefine `crm` module translation. I want to translate `CRM` to `CRM`.
`po-pretty-format` replace it to empty string and my translation ignores. Can we check module name?
…
-
Currently, the evaluate_model function focuses primarily on accuracy and F1-score for classification models, and MSE and R² for regression models. We could enhance this by including additional evaluat…
-
At the moment creating model from view require a query to the view:
```sql
CREATE or replace MODEL model_name
FROM mindsdb (select * from view)
PREDICT field_name
```
will be good to be able us…
-
-
-
In the dynamic connection between the MODEL, VIEWMODEL, and VIEW, the following structure is established:
1. MODEL to VIEWMODEL:
- The MODEL contains the game logic and data.
- The VIEWMODEL is…
-
研究了几天,确实可以实现通过zig的泛型/反射特性,直接用Model在编译时构造出View-Model:https://gitee.com/ufbycd/awtk-mvvm-zig-example
实现过程中遇到的问题:
* zig直接调用C时暂不支持包含位域的API,后续AWTK地否考虑去除几个重要的头文件内的位域以方便zig调用?主要为这几个头文件:`base/widget.h`、`t…
-
This not part of the core module.
Module gbackbone-validation
Should be similar to the backbone validation library:
https://github.com/thedersen/backbone.validation
Consider the following as under t…
liraz updated
8 years ago
-
Using MappedSuperclass in combination with collectiontable generates two different dbmodeler views after code generating.
![jpadiag](https://cloud.githubusercontent.com/assets/12608815/23514703/6768…
-
To make comparison a bit easier it may be nice to have the ability to see Site Models in a timeline view where the timeline indicates the activity of the site model.
- We could use something like t…