-
Updated
Dec 29, 2021 - Java
low-code
Here are 406 public repositories matching this topic...
-
Updated
Dec 30, 2021 - Vue
-
Updated
Dec 31, 2021 - TypeScript
-
Updated
Dec 29, 2021 - Rust
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Misalignment of Close and delete icon when the user has a long page
Steps To Reproduce
- Go to page setting tab
- Click on gear icon
- inside the pop up verify the display of delete and close icon
Environment
Release
Version
Cloud
-
Updated
Dec 31, 2021 - TypeScript
-
Updated
Dec 31, 2021 - JavaScript
-
Updated
Dec 8, 2021 - JavaScript
Version Information
Latest
Environment
MacOS
What is the expected behaviour?
Events should be classified based on route
What is the current behaviour?
Events are spread across components, instead we need a single place for all keyboard events, and segregation between global events/ route events + option to override global events if on specific route + option to over
-
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 30, 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
Is there a specific app this action is for?
action for ultramsg : https://pipedream.com/apps/ultramsg
Please provide a link to the relevant API docs for the specific service / operation.
https://docs.ultramsg.com/api/post/messages/chat
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 31, 2021 - Clojure
-
Updated
Dec 30, 2021 - TypeScript
-
Updated
Dec 30, 2021 - Python
-
Updated
Dec 31, 2021 - TypeScript
-
Updated
Feb 2, 2021 - TypeScript
-
Updated
Dec 22, 2021 - Java
-
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