Yawar Quadir Amin

Results 5 issues of Yawar Quadir Amin

# Description The existing instructions were for the generic `openjdk` image but the `cimg/openjdk` image comes bundled with sbt, saving us from having to download it in a build step....

external

This allows us to swap in any thread pool for handling all requests, including virtual threads. Arising from a discussion in #37

When saving the session data: https://github.com/martinrusev/django-redis-sessions/blob/53021b211673d797009c45106d92728c536ced20/redis_sessions/session.py#L156 And loading the session data: https://github.com/martinrusev/django-redis-sessions/blob/53021b211673d797009c45106d92728c536ced20/redis_sessions/session.py#L131 It would be better to use `json.dumps()` and `json.loads()` rather than `self.encode()`/`self.decode()`. The reason is that the latter...

On https://twitter.github.io/scrooge/CommandLine.html#scrooge-generator It is instructed: > --language-flag Pass arguments to supported language generators. To generate Scala 2.13 compatible `scala.Seq` alias as `scala.collection.immutable.Seq`, please use "immutable-sequences". However it is not clear...

Hi, the [CA bundle file](https://github.com/cloudflare/cfssl_trust/blob/086bfd7dd73911513bb5a771d994e7fc8e257fc8/ca-bundle.crt) seems to be missing the GTS root CAs: https://pki.goog/repository/#root-cas (GTS Root R1 to R4) For comparison, Mozilla's CA cert store has them: https://curl.se/docs/caextract.html