Jonathan Ruffles

Results 28 comments of Jonathan Ruffles

It may be worth noting that if I change the IAppUserManager (my interface) to UserManager (MongoDB .NET library), it still produces this error, as shown in the images below ![image](https://user-images.githubusercontent.com/40035529/155138663-f817d35f-b71a-4738-b673-ba44275f238d.png)...

Hi, any updates on this?

> click on Customize, and choose New York. Then, click on Copy Code and copy and paste the code into your CSS file. This won't affect the button heights, etc....

> "use client"; > > import * as React from "react"; import { ThemeProvider as NextThemesProvider } from "next-themes"; import { type ThemeProviderProps } from "next-themes/dist/types"; > > export function...

Hi, Is this not just because of the way you've structure your enum? You have `Reseller = Partner`, meaning `Reseller == 3`. By having this, you can never match to...

Hi, I'm getting the same behaviour, but with python cron jobs. ```yml packages: - name: my_package functions: - name: my_name runtime: python:3.11 limits: memory: 512 # MB triggers: - name:...

> Btw, the link is outdated, new links are under `guides`, eg: https://flowbite-react.com/docs/guides/next-js Regarding this link, I think this command is wrong? Sorry for bundling it with this issue ![image](https://github.com/themesberg/flowbite/assets/40035529/c9efbb52-92e4-48a5-84ed-0d52106e758c)

This would be good

Hi, could you update your issue to include your PNPM and Node version please 🙏

Hi, please could you provide a minimal reproduction so we can take a look. Thanks