-
**描述这个问题**
GaiaXAndroidDemo Android Studio 编译报错
A problem occurred configuring project ':GXAnalyzeAndroid'.
> Failed to notify project evaluation listener.
> java.lang.NullPointerException …
-
Caused by: org.gradle.internal.resolve.ArtifactNotFoundException: Could not find GaiaX-Adapter.aar (com.github.alibaba.GaiaX:GaiaX-Adapter:0.4.3).
Searched in the following locations:
https://ji…
-
`pipenv run ./check_consistency.py` results:
# Repos not defined in github-manager:
* [ ] [cloud-interconnect](https://www.github.com/SovereignCloudStack/cloud-interconnect/settings)
* [x] [sys…
-
When I try to run the trust-framework-policies-gaiax-participant-2206 extension test cases, I get this error that can be seen below: I am able to run the test cases of other extension trust-framework-…
-
**描述这个问题**
GaiaX Studio在进入数据和事件绑定操作界面,界面无法关闭。
**复现步骤**
可通过分步复现该问题:
1. GaiaX Studio
2. 数据和事件绑定 -> 点击编辑
3. 数据编辑页面关闭按钮点击无反应,GaiaX Studio无法进行后续功能使用
**预期正确的结果**
数据编辑页面关闭按钮点击后,编辑页面消失。
…
-
**描述这个问题**
通过工厂方法创建的view, 无法实现自定义的协议
```objc
UIView *view = [TheGXTemplateEngine creatViewByTemplateItem:templateItem2 measureSize:CGSizeMake(FULL_WIDTH , NAN)];
```
**预期正确的结果**
期望能创建自定义类型的…
-
**描述这个问题**
请清晰和简明的描述这个问题。
我的项目使用的 Swift 语言,通过 Cocoapods 去引入第三方 OC 框架,podfile 必须用 use_frameworks! 才行,这样就会导致一个问题,通过 pod GaiaXiOS 把 GaiaX 接入到工程中来,GaiaXiOS 里面的 C++ 相关的 .h 文件会暴露出来,但 Xcode 会默认把 .h 当做 …
-
## Description
We will link all stories relevant to the SDE maintenance and further development to this feature.
Adaptation of the components:
- Postgresql Version upgrade from 14.5 to 15
- GaiaX
- …
-
**Describe the bug**
根据条件设置`display:flex 或 none`控制item内view的显隐,显示效果不符合预期
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. Se…
-
**描述这个问题**
GXSliderNode 里写死了UIPageControl的样式,完全不可以自定义!
```objc
//指示器创建
UIPageControl *pageControl = [[UIPageControl alloc] init];
pageControl.frame = CGRectZero;
// …