Alan Smithee
Alan Smithee
I was able to get the reference PR working (as in non breaking) but not sure if correct. I left a comment in the PR if anyone want to pick...
something like ```ts const whitelistedIps = [ "127.0.0.1", ] const ipIsWhitelisted = (ipAddress?: string) => ipAddress && whitelistedIps.includes(ipAddress) // later ... const ipAddress = req.headers["x-real-ip"]?.toString() || req.headers["x-forwarded-for"]?.toString() if (!ipIsWhitelisted(ipAddress)) return...
This is likely to be implemented in [use-cardano-blockfrost-proxy](https://www.github.com/use-cardano/use-cardano-blockfrost-proxy)
omg this is amazing !!! (sorry for posting but I love this) thanks @ArtemGovorov. BTW will it work with TurboRepo, using vite etc?
@itsdouges I don't think this a huge thing since you can click and then F to focus. BTW > Double clicking is already a reserved action in Triplex Standalone for...
were you able to find a solution to this @Th4phat ?
Also hitting this. In my case, I want to run preload, is there any way around this?
@schiller-manuel I tried to create a simpler, isolated reproduction, but wasn't able to, so there is likely something specific to my actual codebase that plays into this. I will try...
sorry to bother, but is there any context to this being closed, or is this just dropped?
seems like the Vercel deployment fails because of a too low nodejs version, not sure what you want to do about that.