-
Updated
Apr 22, 2022 - Java
low-code
Here are 495 public repositories matching this topic...
-
Updated
Apr 22, 2022 - TypeScript
-
Updated
Apr 22, 2022 - TypeScript
-
Updated
Apr 21, 2022 - Rust
Hi all,
In some branches network, where the security policy is strict (eg. only allowing http/https), running mqtt using port 8883 is not working. My options is using only port 443, but it's not working. After few dyas, i learned that we need to specified Application Layer Protocol Nego (ALPN) options in [TLS handshaking](https://aws.amazon.com/blogs/iot/mqtt-with-tls-client-authentication-on-p
-
Updated
Apr 22, 2022 - JavaScript
-
Updated
Apr 22, 2022 - TypeScript
Is your proposal related to a problem?
Currently no option to include padding for dropdown.
Describe the solution you'd like
Add padding style for dropdown widget.
Describe alternatives you've considered
Other styles can also be included.
If the feature is approved, would you be willing to submit a PR?
No.
What happened?
The code generation is generating the wrong resource on the Entity controller
@nestAccessControl.UseRoles({
resource: RESOURCE,
action: ACTION,
possession: POSSESION,
})
For example, let's take a sample generated app (with the entities order, product, customer, address, user)
On the order.controller.base we have a route handler `findManyProdu
-
Updated
Apr 10, 2022 - JavaScript
升级到react 17 组件无法选中
复现流程与链接
将demo中的react版本修改为17.0.2,运行后编辑器中组件无法选中
期望结果
可以正常运行
环境信息
- 引擎版本 1.0.1-beta.1
- ext 版本 1.0.2
- 物料
- moment﹫2.24.0
- lodash
- ﹫alifd/next﹫1.24.18
- NextTable﹫1.0.1
- ﹫alilc/lowcode-materials﹫1.0.1
- ﹫alifd/pro-layout﹫1.0.1-beta.5
- ﹫alifd/fusion-ui﹫1.0.5-beta.1
-
Updated
Apr 9, 2022 - TypeScript
如题
These files when added magically but not part of git tracked files causes update failure.
reference: frappe/bench#1225
related: frappe/frappe#16616 (you'll find which function create this file in this PR)
-
Updated
Apr 21, 2022 - Go
Slack Events API
Describe the event source. What app is this for, and what event does the trigger correspond to?
Ability to handle any Slack events to build bots that support homepage and button interactions. As a minimum, the integration should support responding to a challenge.
Please provide a link to the relevant API docs for the specific service / operation this trigger is tied to.
When we create a new table using an existing table config, it doesn't copy its children tables' configurations.
-
Updated
Sep 18, 2021 - TypeScript
-
Updated
Apr 22, 2022 - Java
Hi, thanks for making such an awesome tool. Is it possbile to also add nestjs-query support? I saw there is nest-crud which is great, but IMHO a GraphQL API has many advantages over REST. It would be great if refine can support both nest-crud and nestjs-query.
Many thanks!
-
Updated
Apr 21, 2022 - Julia
-
Updated
Apr 10, 2022 - TypeScript
Describe the bug
The section on creating a service account in the Google Cloud console is out of date
-
Updated
Jan 16, 2022 - TypeScript
-
Updated
Apr 22, 2022 - TypeScript
-
Updated
Mar 31, 2022 - Clojure
-
Updated
Apr 22, 2022 - Python
Improve this page
Add a description, image, and links to the low-code topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the low-code topic, visit your repo's landing page and select "manage topics."
Is there an existing issue for this?
Description
As
klonais faster when compared to lodash's cloneDeep. We would like to migrate fromcloneDeeptoklonain all the places where it is possible in client code.Steps