-
### Description
Why don't .NET MAUI 9 compiled bindings support source-generated properties?
When I tried to use the MVVM Toolkit feature for a source-generated property from a backing field and bou…
-
### Describe the bug
Hello everyone. I've encountered an issue when I have specific project name the auto completion stops working.
### To Reproduce
I don't know why it may cause the issue bu…
-
* Coordinator의 역할과 구현 방법을 설명해주세요.
* MVVM-C 패턴의 장단점과 적용 사례를 소개해주세요.
-
首先提示找不到httpd头文件,在build.json的Includes加入`"../awtk-restful-httpd/src/httpd"`解决。
然后报错:
```c
D:\Devtools\awtk-restful-httpd\src\httpd\httpd.c:217:14: error: call to undeclared function 'tcp_accept';…
-
**Is your feature request related to a problem? Please describe.**
With the release of dotnet 9 and C# 13 right around the corner, I was wondering if anyone had considered adding support for th…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I am using the latest version of Flow Launcher.
### Problem Description
Everything did not launch on reboot af…
-
### Describe the bug
If project name (including `.csproj`) is longer than 17 chars, SolutionParser fails with this error:
```
dotnet "c:\Users\user\.vscode\extensions\avaloniateam.vscode-avalonia…
-
# [iOS, Objective-c] Clean Architecture + MVVM Pattern - SIDESTEP
Create a Example for Clean Architecture with MVVM pattern in Objective-c
[https://tigi44.github.io/ios/iOS,-Objective-c-Clean-Archit…
-
The problem seems to be on line 20 of FolderViewController:
~~~swift
viewModel.folderContents.bind(to: tableView.rx.items(dataSource: dataSource)).disposed(by: disposeBag)
~~~
I'm getting th…
-
研究了几天,确实可以实现通过zig的泛型/反射特性,直接用Model在编译时构造出View-Model:https://gitee.com/ufbycd/awtk-mvvm-zig-example
实现过程中遇到的问题:
* zig直接调用C时暂不支持包含位域的API,后续AWTK地否考虑去除几个重要的头文件内的位域以方便zig调用?主要为这几个头文件:`base/widget.h`、`t…