Ryan McCullough
Ryan McCullough
This was an important feature for me, so I forked and took a stab at it in my ["indirect-triangle-index" branch](https://github.com/McCulloughRT/three-mesh-bvh/tree/indirect-triangle-index) It covers most of what you've laid out, except I...
@SaHajizadeh I'll need a little more info to help you diagnose your problem. Can you give any screenshots, debug logs, etc...? I just merged a major PR into master, so...
@weiyu666 adding full compatibility with the Revit Material system (textures, etc...) is coming soon for this exporter, but for now only diffuse colors are exported. Specific to your question about...
I'm getting this error in Next.js `14.1.0` and `@swc-jotai/react-refresh` as well. Agreed it seems the plugin is adding lines _above_ the "use client" directive, causing Next.js problems. Also agreed that...
just change the style id to a different string, to match the style id you receive from Mapbox studio for the style you want. It should be whatever comes after...
That's correct, the data came from a variety of sources provided by the City of Portland and Metro regional government. The buildings themselves are from a shapefile from Metro, and...
Here's a minimal version that _does not_ experience this issue using the trpc "getting started" as a guide, but with superjson and the package versions currently specified in the t3-turbo...
Building on this, here is a minimal example, working fine, using create-next-app and version matching trpc and superjson and tanstack/react-query to t3-turbo: https://github.com/McCulloughRT/next-trpc
This also generates an unrecoverable error on `next build`. Looks like zod currently cannot be imported to nextjs middleware (or other libraries that are imported to middleware) at all.