-
Updated
Dec 29, 2021 - Java
low-code
Here are 415 public repositories matching this topic...
-
Updated
Jan 10, 2022 - Vue
-
Updated
Jan 10, 2022 - TypeScript
-
Updated
Jan 10, 2022 - Rust
Is there an existing issue for this?
- I have searched the existing issues
Summary
- add templates for
aggregate
,count
anddistinct
cmd
Why should this be worked on?
- provide template for all supported cmds.
-
Updated
Jan 10, 2022 - TypeScript
-
Updated
Jan 10, 2022 - 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.
Actual behaviour:
In case a custom app has print formats, the command bench uninstall-app (app)
will fail with frappe.exceptions.LinkExistsError: Cannot delete or cancel because Module Def <a href="#Form/Module Def/ham">ham</a> is linked with Print Format <a href="#Form/Print Format/cheese">cheese</a>
Expected behaviour:
bench uninstall-app
should also remove print formats that
-
Updated
Jan 8, 2022 - 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
[ACTION] ultramsg
Is there a specific app this action is for?
ultramsg
Please provide a link to the relevant API docs for the specific service / operation.
https://docs.ultramsg.com/api/post/messages/chat
code
import axios from "axios"
export default {
name: "Send Message",
description: "Send a text message to phone number or group",
key: "ultramsg_action_send_message",
version:
Describe the bug
The section on creating a service account in the Google Cloud console is out of date
-
Updated
Dec 31, 2021 - TypeScript
-
Updated
Jan 10, 2022 - TypeScript
-
Updated
Dec 31, 2021 - Clojure
-
Updated
Jan 10, 2022 - Python
-
Updated
Jan 10, 2022 - TypeScript
-
Updated
Feb 2, 2021 - TypeScript
-
Updated
Jan 8, 2022 - Java
-
Updated
Jan 7, 2022 - 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 component
Install 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
paletteLabel
property needs to be added to the search index.Expected Behavior
Find all the matching nodes.
Steps To Reproduce