Shanthakumar
Shanthakumar
`Json` type fields have [storage limitation of 256kb](https://github.com/prismagraphql/prisma/blob/1dee235f82f7481828d1ae0b3a1ab0c8e95ebe3a/server/servers/api/src/main/scala/com/prisma/api/mutactions/validation/InputValueValidation.scala#L28). There might be applications that require `LONGTEXT` length support to store `JSON` values. it would be great if we could remove this...
https://github.com/adonisjs/adonis-cli/blob/3fb526b8c0f2aad4d0e9e8eafd853a92f8aed704/src/Commands/Repl/index.js#L62 cause: rli got deprecated https://github.com/nodejs/node/pull/33286
https://github.com/fschuindt/firebase_id_token/blob/785aa5082a2971dc78cf7dca062c28d864df4618/lib/firebase_id_token/signature.rb#L99 I do have valid latest certificates from Google APIs stored in Redis. The above method is throwing the following error. ``` > JWT.decode(token, cert_key, true, {:algorithm=>"RS256", :verify_iat=> false}) Traceback...
### Describe the bug consider following user table: ```sql DEFINE TABLE user SCHEMAFULL PERMISSIONS FOR select WHERE $auth.id = id or $auth.role = "admin" or $auth.role = "vendor" FOR create,...
### Describe the bug I'm making a http post request in an event which I see that it has a request timeout more than 60 seconds. The transaction gets dropped...
assuming index of derivation path is not known.
Having a shell.nix would allow Nix flakes users to easily install this, could someone make PR if you're already using it for local build.
### Is your feature request related to a problem? crypto functions to [generate / verify](https://docs.rs/k256/latest/k256/) [BIP340](https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki#user-content-Abstract) signatures. ### Describe the solution This can be useful to build apps that rely...