NaN

Results 8 comments of NaN

I think TLS is just not supported, weirdly. Or did you find a solution?

The documentation has some pointers on tinkering with the authentication method: http://r4fek.github.io/django-cassandra-engine/guide/advanced_usage/#using-internal-authorization > _"You can also pass custom auth_provider to connection dict:"_ Which links to DataStax's SASL-auth, which I presume...

@RommelTJ thanks for sharing your tmp solution to downgrade to 2.1.5; you saved me a lot of time!

Node v20 released with libuv 1.46 if I'm not mistaken, will we see support in v21? https://github.com/nodejs/node/blob/556b1ca900979c9c91b0f15232802f5d966f2fe0/doc/changelogs/CHANGELOG_V20.md?plain=1#L175

Any update on this, @hakimel?

Maybe it's simpler to build this feature if we see it as overriding (some part of) Happy's caching behavior, that is executed in addition to preexisting behavior, only if this...

> #1556 Just an example of something that could work. Looks like a clean and simple solution! :) I hope capricorn86 see this so that he can steer us into...

> @capricorn86 We also use happy-dom inside an worker and the interceptor (implemented using patch-package) is used to provide assets directly from the file system. To me - an user...