Skip to content
#

typeorm

Here are 3,528 public repositories matching this topic...

ToolJet
manishkushare
manishkushare commented Jul 7, 2022

Environment

Development

What is the expected behavior?

In the inspector, the initial show value of Modal Widget inside components should be false

What is the current behavior?

In the inspector, the initial value show value of the Modal Widget inside components is Null

How to reproduce the issue?

  1. Drag the Modal widget in the editor
  2. Open the Inspector from the top
bug good first issue frontend up-for-grabs
LoicPoullain
LoicPoullain commented Jun 27, 2022

Issue

When deploying an application to a Cloud provider, the build often fails with the error foal not found because the CLI dependency is not found. When developing the app in local, it is installed as global dependency with npm install -g @foal/cli.

Solution

Include the CLI as project dev dependency when creating the app.

Files to update:

  • Packages in `packages/cli/src/gene
alex996
alex996 commented Oct 5, 2021

To reproduce:

  1. Create a table with a date column (for example, "date_of_birth" date not null)
  2. Make an insert (I'm using mikro-orm and passing in "1983-09-12")
  3. Select the record and log the model object

Expected: dateOfBirth: '1983-09-12' as a String
Actual: dateOfBirth: 1983-09-12T00:00:00.000Z as a Date

When I follow these steps with an actual Postgres

enhancement good first issue

Improve this page

Add a description, image, and links to the typeorm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the typeorm topic, visit your repo's landing page and select "manage topics."

Learn more