-
Updated
Dec 29, 2021 - Java
low-code
Here are 406 public repositories matching this topic...
-
Updated
Dec 28, 2021 - Vue
-
Updated
Dec 29, 2021 - TypeScript
-
Updated
Dec 29, 2021 - Rust
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
- On an unpublished app's view mode, we have a scroll
- On an unpublished apps' view mode, the color of the icon doesn't adhere to the Appsmith design system
Steps To Reproduce
Launch an app that is not published
Environment
Production
Version
Cloud
-
Updated
Dec 29, 2021 - TypeScript
-
Updated
Dec 24, 2021 - JavaScript
-
Updated
Dec 8, 2021 - JavaScript
-
Updated
Nov 22, 2021 - TypeScript
Improve auth guard tests coverage.
add new tests and improve existing ones.
Auth guard path: ./packages/amplication-server/src/guards/gql-auth.guard.ts
Auth guard tests path: ./packages/amplication-server/src/guards/gql-auth.guard.spec.ts
We use jest for tests and jest-mock-extended for mocking.
ref: frappe/erpnext#28979
These kinda failures can be detected much early if get_attr is done while migrating to verify that specified path is valid.
-
Updated
Dec 28, 2021 - Go
When we create a new table using an existing table config, it doesn't copy its children tables' configurations.
-
Updated
Sep 18, 2021 - TypeScript
Describe the bug
The section on creating a service account in the Google Cloud console is out of date
-
Updated
Dec 16, 2021 - TypeScript
-
Updated
Dec 14, 2021 - Clojure
-
Updated
Dec 28, 2021 - Python
-
Updated
Feb 2, 2021 - TypeScript
-
Updated
Dec 28, 2021 - TypeScript
-
Updated
Dec 22, 2021 - Java
-
Updated
Dec 28, 2021 - TypeScript
-
Updated
Dec 20, 2021 - Java
It is required to replace buttons Generate source code for new component and Generate source code for new function list with drop-down menus.
There should be options in the menu.
In the "Components" section:
Generate source code for new componentInstall packages from the market
In the "Functions" section:
Generate source code for new function list- `Install packages f
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."



Current Behavior
Since 2.1.0, the File node has the paletteLabel property set to 'Write File'.
If you have those nodes in your flows and search for 'write' then any node with a custom name (so not the default 'write file'), will not get found.
The
paletteLabelproperty needs to be added to the search index.Expected Behavior
Find all the matching nodes.
Steps To Reproduce