Tolga Paksoy
Tolga Paksoy
I'm trying to implement an amino acid frequency calculator. I've finished it but I'm using `Sequence.countCompounds` and it is _incredibly_ slow. I'm profiling this with the `JVM Monitor` plugin for...
# Issue summary Using the exact `redis-session-storage.ts` example in the tutorial. I am trying to use `Shopify.Utils.loadCurrentSession` in my NextJS page's `getServerSideProps`, but it is always undefined. ## Expected behavior...
## Overview I want to process webhooks in an idempotent way. Shopify provides us with `X-Shopify-Webhook-Id` headers. But these get lost in the webhook process function. It would be great...
## Overview/summary I can see that there are major overhauls happening to this library. And they seem all for the best! I would really appreciate for library builders that use...
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...
Some of us are "forced" to use APIs that accept and return PascalCase models. It would be amazing if a `--transformModelCase` option was added. It would support `snake`, `pascal`, `camel`....
### Is your feature request related to a problem? Please describe. The gRPC docs include ways to create an ALTS server/client. But these are only for C++, Go, Java and...
We have support for Cloud Run Services. But I'm also utilizing Cloud Run Jobs which I would like to deploy via Nx 👍 .
## Description of change Makes #10698 obsolete, that PR has many unnecessary changes. Fixes #10638 This will fix a bug caused by pull request #10432 that caused virtual columns to...