Sébastien VIAL

Results 16 comments of Sébastien VIAL

> FYI - for ranges, I found this advice from Postgrest - https://postgrest.org/en/stable/how-tos/working-with-postgresql-data-types.html?highlight=range#casting-a-range-to-a-json-object This might also work for GeoJSON objects using postgis. I'm not sure if casting with a function...

Hey @redyf, would you be fine with providing a bit of documentation on how to use #111 now that it's been merged ? Thank you for the awesome work.

> [8e39471](https://github.com/redyf/Neve/commit/8e39471736f6f6070c1dfbf74945ff3a5936f15d) @Shyrogan let me know what you think 😄 I think an example that uses `nixvimExtend` extend would be better. Using this basically allows us to override your settings...

@redyf that required small changes, PR those changes are available in #113

I'm not sure if that will help but I return a XLSX without any typing error using something like that: ```ts .openapi(trailAllRoute, (ctx) => { const trailList = new TrailList(trailsService.trails.values());...

Moving towards Svelte 5 would also be a great option to implement some features, see #1302 for example. If you need someone to write the code for it, I would...

> https://github.com/lucide-icons/lucide/pull/2380/files Should fix what I mentioned. Thank you @alissa-tung, I don't see any improvements to make, let's hope it gets merged :)

> Facing the same issue, did you find a workaround to support recursive types? Sadly there is no other way than lazy

> I found the solution. You can use https://github.com/StefanTerdell/zod-to-json-schema Here is full example: > > ```ts > import { serve } from "@hono/node-server"; > import { swaggerUI } from "@hono/swagger-ui";...

``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES f6e2d0a98988 public.ecr.aws/supabase/studio:20240422-5cf8f30 "docker-entrypoint.s…" 45 seconds ago Up 43 seconds (healthy) 0.0.0.0:54323->3000/tcp, :::54323->3000/tcp supabase_studio_mentor 12431e0a3e21 public.ecr.aws/supabase/postgres-meta:v0.80.0 "docker-entrypoint.s…" 45 seconds ago Up 44...