Basile

Results 11 comments of Basile

Hey @andygunn , I tried your files in JLCPCB, but looks like BOM and CPL are incomplete, it didn't assemble the SMT. I'm a complete noob in this, can you...

Hey, i'm facing a similar issue: I got a library that inject at runtime (in the browser) a script, that want to create some style tags but got refused by...

You should be able to test it on local with a simple `caddy` server: Caddyfile: ``` app.localhost { reverse_proxy localhost:3000 } ``` Then you can open [https://app.localhost]()

I have a similar issue and I start to tear my hair out, here is my setup: Dockerfile ```dockerfile FROM oven/bun:latest as base WORKDIR /app # Install dependencies COPY package.json...

It's been a while the maintainer has disappeared, I've made a fork there https://www.npmjs.com/package/@karnak19/react-ts-form which should support React 19

@kanapan I haven't done any fixes, maybe I'll find time to bother doing it, otherwise feel free to open a PR (on my fork) if this is urgent for you...

The domain has not been rconducted but you can still access doc here: https://react-ts-form-lss0ir7yi-iway1.vercel.app/

If you are using NextJS, you can do it like this; ```js async rewrites() { return [ { source: "/op1.js", destination: "https://openpanel.dev/op1.js", }, ] ``` ```jsx ``` It works great...

> I assume you self-host? Are you behind cloudflare by any chance? And how do you self-host OpenPanel? It's hosted using Coolify and not behind Cloudflare. I forgot to add,...

> Can you deploy this app on coolify `lindesvard/openpanel-geo-test:latest` (expose port 3000) > > Visit the provided URL and share which header is correct. Sorry I'm not sure to understand...