Antoine Ross

Results 14 comments of Antoine Ross

Hi I think I have a solution. Currently I am using a temp directory for the project directory, I just now need to make sure that every artifact generated or...

To anyone who wants to reproduce just use the Web UI and clone the project directory into a temp directory then pass that into the `app = TaskWeaverApp(app_dir=temp_project_path, use_local_uri=True)`

I'm using it as well. Don't think it works with NextJS 14?

Did some digging and found that velite uses esbuild 0.20.1 and sharp 0.33.2. Seems like there's a lot of issues of vercel breaking using sharp at 0.33, but then downgrading...

Sorry for the late reply. Here is my build: ``` Running build in Washington, D.C., USA (East) – iad1 -- 03:34:53.147 | Cloning github.com/antoineross/Innotech-IT-Frontend (Branch: main, Commit: 2b2f182) 03:34:54.959 |...

This is my build when I change the build process: ```"build": "next build", → "build": "velite && next build",``` Build: ``` Done in 14.4s -- 03:01:15.915 | Detected Next.js version:...

Hi @nedpals, I've been using the the official supabase-go client for a while now and I feel that this package is much more advanced and would like to update it...

Hi @nedpals here are some of the following changes I would like to implement: - We should follow the format of JS SDK as much as possible. The client creation...

@nedpals I made a quick fork of supabase-go, added SignInWithProvider and upgraded it to use auth-go. See my fork here: https://github.com/antoineross/supabase-go. This will be the base, then I can add...

My ultimate goal is to get the ball rolling for updating the package as I don't see any interest from the community. It's much better as well to work in...