vincanger
vincanger
### Suggestion Love the cookbook info from v4, e.g. https://docs.ethers.io/v4/cookbook-signing.html Would love to see this incorporated and expanded on (if possible) in v6
Open SaaS currently has subscription payments via Stripe. It would be nice to add similar support for [Lemon Squeezy](https://www.lemonsqueezy.com/) as mentioned by @shengxinjing ### Process - move the action `stripePayment`...
Currently we are using the default Astro Starlight docs theme. Lets update it to make it look sexy and fit the style of our landing page: Tasks: - Check out...
Plausible analytics has the benefit that it's privacy-focused, open-source, and free when you self-host it. It would be great to add a user-friendly guide on the best/easiest way to do...
At the moment, we only calculate the total revenue from Stripe and display it on the `RevenueAndProfitChart`. It would be great to provide a universal way for Admins to add...
The Total Revenue chart only shows the total revenue metric per day for the past week (`week` and `month` buttons are non-functional) Tasks: - Remove `weeklyStats` from the `getDailyStats()` query...
in `main.wasp`, we already have a `ContactFormMessage` database entity: ```js entity ContactFormMessage {=psl id String @id @default(uuid()) content String user User @relation(fields: [userId], references: [id]) userId Int createdAt DateTime @default(now())...