Drake
Drake
Explore posts from servers
RRailway
Created by Drake on 5/30/2023 in #✋|help
Project with Upstream Repo Won't Update
bump
23 replies
RRailway
Created by Drake on 5/30/2023 in #✋|help
Project with Upstream Repo Won't Update
23 replies
RRailway
Created by Drake on 5/30/2023 in #✋|help
Project with Upstream Repo Won't Update
Under General after source repo
23 replies
RRailway
Created by Drake on 5/30/2023 in #✋|help
Project with Upstream Repo Won't Update
And in my service I see a section for upstream repo and a button for checking for updates
23 replies
RRailway
Created by Drake on 5/30/2023 in #✋|help
Project with Upstream Repo Won't Update
That sounds really odd because it auto created a PR once
23 replies
RRailway
Created by Drake on 5/30/2023 in #✋|help
Project with Upstream Repo Won't Update
Sorry, I thought the only way to have a link to an upstream repo was by using templates
23 replies
RRailway
Created by Drake on 5/30/2023 in #✋|help
Project with Upstream Repo Won't Update
23 replies
RRailway
Created by Drake on 5/30/2023 in #✋|help
Project with Upstream Repo Won't Update
It did it once...
23 replies
RRailway
Created by Drake on 5/30/2023 in #✋|help
Project with Upstream Repo Won't Update
Yes, the upstream repo has updated. I expected railway to create a branch and PR with the changes from the upstream
23 replies
RRailway
Created by Drake on 5/30/2023 in #✋|help
Project with Upstream Repo Won't Update
Anyone have any ideas?
23 replies
RRefine
Created by rival-black on 11/19/2022 in #ask-any-question
Extending AuthPage
Ahh thanks! I see what I did wrong now. I imported from the wrong package. I should done like https://github.com/refinedev/refine/blob/ef3122b79d008d7fe4b85d6a1e5a1441e3cdeb75/packages/mui/src/components/pages/auth/index.tsx#L4:
import { UseFormProps } from "@pankod/refine-react-hook-form";
import { UseFormProps } from "@pankod/refine-react-hook-form";
thanks for catching that!
16 replies
RRefine
Created by mere-teal on 11/19/2022 in #ask-any-question
Extending AuthPage
same as the register component:
import { useForm } from "@pankod/refine-react-hook-form";
import { useForm } from "@pankod/refine-react-hook-form";
16 replies
RRefine
Created by optimistic-gold on 11/19/2022 in #ask-any-question
Extending AuthPage
No description
16 replies
RRefine
Created by deep-jade on 11/18/2022 in #ask-any-question
Can't refetch Auth
Thanks! Weird react 😑
17 replies
RRefine
Created by genetic-orange on 11/19/2022 in #ask-any-question
Extending AuthPage
Ya I tried to copy the core auth page but there were some errors (maybe some typing error)
16 replies
RRefine
Created by quickest-silver on 11/19/2022 in #ask-any-question
Extending AuthPage
Womp womp
16 replies
RRefine
Created by exotic-emerald on 11/18/2022 in #ask-any-question
Can't refetch Auth
this worked! Thanks! now I need to figure out why my mutate is being fired twice... 😅
17 replies
RRefine
Created by correct-apricot on 11/18/2022 in #ask-any-question
Can't refetch Auth
17 replies
RRefine
Created by absent-sapphire on 11/18/2022 in #ask-any-question
Can't refetch Auth
Appwrite uses teams for group permissions. A user can invite another user to a team and they'll get an email with a link that includes a secret. This page handles that link and calls the update team membership status API (the mutate call). That API call will also create a session
17 replies