-
Updated
Apr 18, 2022 - Java
low-code
Here are 491 public repositories matching this topic...
-
Updated
Apr 19, 2022 - TypeScript
-
Updated
Apr 19, 2022 - TypeScript
-
Updated
Apr 17, 2022 - Rust
Current Behavior
While reviewing my themes, I noticed that the SASS variables below are defined in colors.scss, but not used anywhere.
-
$diff-text-header-color (line 151)
-
$diff-text-header-background-hover ([line 153](https://github.com/node-red/node-red/blob/
-
Updated
Apr 19, 2022 - JavaScript
-
Updated
Apr 19, 2022 - TypeScript
Is your proposal related to a problem?
There is no comfortable way to allow app users to select a color at present.
Describe the solution you'd like
Add a color picker widge
Feature description
Presently JWT tokens return the username of a user rather than their ID. Either instead of the username, or in addition to this, a the UID of a user should be included in the encoded object,
Use case
For fetching the user object of the current user, they need to make a GET request like this http://localhost:3000/api/users?where%5Busername%5D[equals]=admin which
-
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 18, 2022 - Go
When we create a new table using an existing table config, it doesn't copy its children tables' configurations.
Let's put this under helper_functions for now.
This action should just take any type of input and simply export the value, so users don't have to write custom code to define variables they need to reference.
For example:
export default defineComponent({
props: {
config: {
type: "object",
label: "Configuration",
description: "Enter key-value pairs that you
-
Updated
Sep 18, 2021 - TypeScript
-
Updated
Apr 19, 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 7, 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 19, 2022 - TypeScript
-
Updated
Mar 31, 2022 - Clojure
-
Updated
Apr 19, 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 paces where it is possible in client code.Steps