Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Memberships

University of Code

5.3k members • Free

Software Developer Academy

26.6k members • Free

Full Stack AI Dev Mentorship

195 members • Free

AI Automation Society

207.5k members • Free

AI Accelerator

16.2k members • Free

AI Automation Agency Hub

274.3k members • Free

766 contributions to University of Code
LMS Platform Hydration error
Hey everyone, can I please get some help with a hydration error in my Next.js + Sanity project? I’ve been following Sonny Sangha’s tutorial and everything was going well until I reached the Sanity Studio section. I’ve been stuck on this the whole night šŸ˜… and I’m not sure if I made a mistake in my setup or if it’s something coming from Sanity’s PortableText renderer. These are the errors I’m getting: Error 1: In HTML, <div> cannot be a descendant of <p>. This will cause a hydration error. See more info here: https://nextjs.org/docs/messages/react-hydration-error Error 2: <p> cannot contain a nested <div>. See this log for the ancestor stack trace. The error points to my app/studio/[[...tool]]/page.tsx file, but my file is literally just: import { NextStudio } from "next-sanity/studio"; import config from "../../../sanity.config"; export const dynamic = "force-static"; export { metadata, viewport } from "next-sanity/studio"; export default function StudioPage() { return <NextStudio config={config} />; } I also tried searching for solutions, and some AIs say the issue might be coming from Sanity’s PortableText blockquote renderer, which auto-generates HTML that causes <p> tags to wrap <div>s. I’m not sure whether I installed something wrong, misconfigured Sanity, or if this is a known issue. If anyone has seen this before or knows how to fix it, I’d really appreciate the help šŸ™
Yes its a sanity thing it can be supressed though
Any idea šŸ’”?
I built an app for a client, but I can’t deliver it yet because the session timer doesn’t stop automatically when I’m more than 300m away from the target address. The app should detect that the user has left the area and automatically stop the session, but it doesn’t work. I’ve tried everything. Any ideas?
Any idea šŸ’”?
poll user location every X (min/sec) if user location is outside of target area terminate session
Help with determination hosting
Hi Papafam !!, So after looking at this site albo1125.com/fms. Under pricing it mentions this: These base prices cover your use of the FMS, your webserver costs (you don't have to set this up yourself) and a free .forcemanagementsystem.com domain (you can also use your own custom domain). These base prices include all the standard features as advertised above. How would determine this saas webapp is hosted and deployed Thanks Ethan
Not enough details here. Leaves more questions than you asked yourself lol BUUT I might be a little more qualified to answer this than your average user here. First and foremost are you asking about the web app that is the store front or are you wanting to know about the desktop app for GTA role play?
Anyone here who knows STRIPE venders
If you happen to have some ideas on stripe access for those countries not supported, please assist me, i have a number of projects i want to monetize but the problem is always the payment.
Message me
Natural language to sql converter.
Hey guys, i’m currently building an ai app that has an llm to write a sql query which i can then used to fetch the data from a postresql database. My current approach is that i pass the llm with the table schema as well as some sample data (top 5 data in the table) for it to have some context. However, the issue im currently facing is that the items the llm is adding to the sql query does not actually exists in the table. Is my current approach good enough or should i consider switching to using embeddings ?
common sql problem with AI you will need to provide explict instruction to avoid this, tell it do things like drop if exist for policies tables and cells fucntions all of that, The AI should go ahead and rewrite it from scratch treating the old as total trash, pretty much all or nothing even with hard core prompting around this i still have issues, so you will need an iterative process as a fall back for when it still messes up it also helps to have the current database schema loaded into some sort of rag system so it has better over all view of how the database works within it self
1-10 of 766
Digitl-Alchemyst Steven-Watkins
7
5,932points to level up
Digital Artist / Photographer / Videographer / Content Creator / Programmer / Developer

Active 1d ago
Joined Jul 23, 2024
Powered by