Yash Kolekar
Yash Kolekar
I tried to change the tarfile and it still crashes, my issue is a bit different as the app crashes in a particular screen, (not on PC, only Android), the...
A minimal repro https://github.com/WhyAsh5114/shadcn-drawer-mobile https://github.com/shadcn-ui/ui/assets/71895020/42cc6363-e0bb-4e47-a1bd-e4f583614955
Wow, that's a big list, thanks for taking the time to write all this down for me. Q1) So the working of the progression algorithm is pretty basic for now,...
Thank you for the kind words! I didn't quite understand your progression idea though, I'll need some help for that as I've never used 1RM stuff, feel free to link...
Great! Thanks a lot for the info, will look deeper into it. Maybe we could set a default algorithm based on the exercise type (rep range and stuff), it'll be...
Damn, a lot of options and customisation for the formulae, that's cool, and tbh quite scary to implement... lot of challenges, although thanks for suggesting various ways of adjusting variables!...
When using this new `hooks.server.ts` file with the latest `@auth/sveltekit` package: ``` import { SvelteKitAuth } from "@auth/sveltekit"; import Google from "@auth/sveltekit/providers/google"; export const { handle, signIn, signOut } =...
issue still persists, even after separating the `auth.ts` and `hooks.server.ts`, only occurs when **prerendering** ```Error: Cannot read values from $env/dynamic/private while prerendering (attempted to read env.AUTH_URL). Use $env/static/private instead```
I'm not sure how to implement the exercise database yet, since not all users will abide by the conventional way to do a exercise. For example: a pull up could...
Yeah, using the common exercises database would just populate the fields when adding an exercise with sensible defaults, or your own user exercise's properties, it won't directly add it before...