rysi3k

Results 14 issues of rysi3k

Instead own validations, use built-in from jsonwebtoken package Added option to ignore expiration

1. Fix for call job.lockKey in scripts.js (it is function, but called as property) 2. Possibility to take lock without checking key existance

enhancement

Added command line args `-re` / `--relative_end` which could be ex. `15m` which means that end date will be relative to start date Full example: `--start='2021-04-06T11:50:00Z' -re 15m`

ssh custom command was ignored

Hello I have tried to use this package, but I have problem with auto migrate require to import and exports to export default. Now when I ran `npx ts-migrate-full` it...

## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - No 🛑: please wait to...

Hello, I have four classes: ``` class Starter { public getRunner(): AbstractRunner { if (something_to_check) { return new RunnerA(this); } return new RunnerB(this); } } new Start().getRunner().run(); ``` ``` class...

Hello, I'm trying to create proxy which pass all incoming data into fetch request to an another server, but every try causes error/no success. Could someone help me? I'm trying...

# Description I have added support for Regex Match Statements https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_web_acl#regex-match-statement

Hello @AlainCouthures I'm working in some big project with xforms and I'm using XSLTForms to parse it and display in browser. During this work I found some problems with library...