timo92
timo92
### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Are you using the latest version? - [X] Yes, I'm using the latest version...
The generator package currently has a [peer dependency](https://github.com/johngeorgewright/runtyping/blob/e791ecc16fb3b6229ad339bbfb44fbf54f813370/packages/generator/package.json#L54) on `"typescript": "^4.7.4"`. It would be great if this could be adjusted to include typescript 5.x e.g. via `"typescript": "^4.7.4 || ^5"`....
When using serverless-compose to deploy services the current working directory is set to the cwd of the shell. This also occurs when using the `--config` flag to define the path...
Excel supports naming a formula via its Name Manager. The current version of this library only supports adjusting defined names that name a cell. Also it adjusts all names not...
AWS has added support for custom evaluation windows for the throttling rule of the Web Application Firewall. https://aws.amazon.com/about-aws/whats-new/2024/03/aws-waf-rate-based-rules-configurable-time-windows/ https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-type-rate-based-high-level-settings.html https://docs.aws.amazon.com/waf/latest/developerguide/waf-rate-based-example-limit-label-aggregation.html This PR adds support for this feature. Note: I edited...