Jonathan
Jonathan
Explore posts from servers
PPrisma
Created by Jonathan on 12/14/2024 in #help-and-questions
db Pull not pulling schemas
Looks like I apparently commented on it back in 2023 also
5 replies
PPrisma
Created by Jonathan on 12/14/2024 in #help-and-questions
db Pull not pulling schemas
If I remove a few it will pull them but are there some limits or output that I can see why it is skipping some
5 replies
RRefine
Created by fascinating-indigo on 10/26/2024 in #ask-any-question
Getting this whenever running npm run dev
Running to setup a new project with
npm create refine-app@latest
npm create refine-app@latest
Doing vite and rest api.
12 replies
RRefine
Created by stormy-gold on 10/26/2024 in #ask-any-question
Getting this whenever running npm run dev
I am getting the same thing also
12 replies
DDeno
Created by Jonathan on 10/16/2024 in #help
Setting up Deno 2.0 with Fresh and TypeORM
😦
4 replies
DDeno
Created by Jonathan on 10/16/2024 in #help
Setting up Deno 2.0 with Fresh and TypeORM
It looks like Deno doesn't work with SQL Azure https://github.com/denoland/deno/issues/20594
4 replies
DDeno
Created by Jonathan on 10/16/2024 in #help
Setting up Deno 2.0 with Fresh and TypeORM
I updated my data.ts to
import { DataSource } from "npm:typeorm";
import { User } from "../entity/user.model.ts";
import * as mssql from "npm:mssql";
import * as reflectMetadata from "npm:reflect-metadata";
const dataSource = new DataSource({
type: "mssql",
url: Deno.env.get("DATABASE_URL"),
entities: [User],
synchronize: false
});

export default dataSource;
import { DataSource } from "npm:typeorm";
import { User } from "../entity/user.model.ts";
import * as mssql from "npm:mssql";
import * as reflectMetadata from "npm:reflect-metadata";
const dataSource = new DataSource({
type: "mssql",
url: Deno.env.get("DATABASE_URL"),
entities: [User],
synchronize: false
});

export default dataSource;
And now I am getting "No metadata for User was found" yet it is specified
4 replies
RRefine
Created by dependent-tan on 9/4/2024 in #general
I have been trying to ask the ai/support
Thanks I will see what I can do on that, it may just be easier to have custom data providers
14 replies
RRefine
Created by rare-sapphire on 9/4/2024 in #general
I have been trying to ask the ai/support
I am looking at what it would take to do the transformError like you have above into something that works for supabase/postgres, I think how to transform it to an individual field
14 replies
RRefine
Created by deep-jade on 9/4/2024 in #general
I have been trying to ask the ai/support
yeah I am also looking at getting a lot of the same structure in expo, so I feel like keeping it consistent
14 replies
RRefine
Created by sensitive-blue on 9/4/2024 in #general
I have been trying to ask the ai/support
and I am trying to rely on so much of check constraints and such in postgres to provide the server validation but getting it to display nicely on the forms with the default supabase data provider is a little harder
14 replies
RRefine
Created by inland-turquoise on 9/4/2024 in #general
I have been trying to ask the ai/support
We have a large crud crm app, that has probably 200 different resources, I found vite to be much faster than next for that. Hopefully that is the right decision in the long run
14 replies
RRefine
Created by genetic-orange on 9/4/2024 in #general
I have been trying to ask the ai/support
well your docs and ai tools are outstanding
14 replies
RRefine
Created by conscious-sapphire on 9/4/2024 in #general
I have been trying to ask the ai/support
right now I am using a react-vite approach, instead of next, really because I wanted the save warning feature when a user tries to navigate away
14 replies
RRefine
Created by fair-rose on 9/4/2024 in #general
I have been trying to ask the ai/support
had no idea about this swizzle feature lol
14 replies
RRefine
Created by stormy-gold on 9/4/2024 in #general
I have been trying to ask the ai/support
Thanks, I was looking at a way to override the handleError in the supabase data provider so I didn't have to create so many dataproviders
14 replies
RRefine
Created by quickest-silver on 8/6/2024 in #ask-any-question
Better Error notifications on Supabase Provider
@kapa.ai with the supabase provider, is there a to handle it better
16 replies