Sexual

Results 20 comments of Sexual

Can confirm this is also occurring with our app, but not sure how to replicate it at the moment.

I'm getting this error just trying to sync the livenet. After doing `./bin/bitcoind` i get ``` Error: Error loading wallet.dat: Wallet requires newer version of Bitcoin Core ``` @runn1ng any...

Any updated plans to support `reflect.FuncOf`? This is something we really need.

@davidmfoley indeed doing something like the below option does work. ```` parentPath={(match) => `/image/${match.params.id}`} ```` I'll look into getting a pull request done with a solution for it.

Any updates on this? Much needed improvement as it completely destroys our current billing flow.

This is easy to implement by just extending the Lucia class and using the `cookie-signature` package. ```typescript import cookieSignature from 'cookie-signature'; import { Cookie, Lucia } from 'lucia'; const SIGNING_SECRET...

I'm facing this issue too. Anyone got any ideas?

Any updates on this issue now that 6.9.0 is released? I've tested it and it's still a blocker

> As a workaround I found that in monorepo this issue is caused by generated client `index.js` file that contains > > ``` > config.dirname = path.join(process.cwd(), alternativePath)`. > ```...

I can confirm this is still not working with the latest release