Samuel Briole

Results 7 issues of Samuel Briole

**Describe the bug** when importing `LoggerTag` from `@marblejs/core`, the enum is undefined. **To Reproduce** ```ts import { LoggerTag } from '@marblejs/core' console.log(LoggerTag.HTTP) ``` produces the following error: ``` console.log(LoggerTag.HTTP); ^...

When I paste some text in a prompt field, it only writes the first character

cli

**What happened**: I'm trying to deploy multiple cronjobs at the same time with the following command: ``` qovery cronjob deploy --organization "my-org" --project "my-project" --environment "staging" --cronjobs "cron-job-1,cron-job-2" --tag=sha-b71d187 --watch...

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/oathkeeper/blob/master/CODE_OF_CONDUCT.md). -...

bug

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/oathkeeper/blob/master/CODE_OF_CONDUCT.md). -...

bug

### What version of Effect is running? 3.14.18 ### What steps can reproduce the bug? Reproduction on Effect playground: https://effect.website/play#6157b14ba502 I define an API like this: ```typescript const MyApi =...

bug

This pull request adds a configurable session cache to the `cookie_session` authenticator, reducing load on session stores and preventing rate limit errors during high traffic periods. The implementation aligns with...