Victor Korzunin

Results 26 issues of Victor Korzunin

Added an ability to validate formatted phone numbers like `(934) 444-4444`

This PR fixes #930. Avoid mutating `lerna.json` with default `changelogPreset` params ![image](https://user-images.githubusercontent.com/5180700/176998442-a22cc336-4bc0-4beb-aa89-4356d66185f7.png) It'd be wise to add `no-param-reassign` eslint rule and fix this code smell everywhere, but I'd rather like...

I use `conventionalcommits` as `changelogPreset` in my monorepo `lerna.json` config: ```json { "packages": [ "packages/*" ], "version": "1.2.0", "command": { "version": { "allowBranch": [ "master", "release/*", "feature/*" ], "message": "chore(release):...

## Current behavior I got the error when `semantic-release` interacts with GitHub to write `success` messages ``` [6:24:06 AM] [semantic-release] › ✖ Failed step "success" of plugin "@semantic-release/github" [6:24:06 AM]...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@antv/[email protected]` for the project I'm working on. I faced with the following error...

Hi @nodkz. I have a schema defined with `typeDefs` and `resolvers` with basic CRUD ops (resolving from Dynamodb) and I would like to extend it with a `search` query from...

Hello, guys, thank you for the awesome tool, the nodejs version works perfectly, however, I'm struggling with the Python binary. Simply installed it globally using `pipx install projen` and running...

Hi @bk201-. Thank you for the valuable package which we heavily use. However according to our latest decision about commit format, we found out that `jira-prepare-commit-msg` is not flexible enough...

I'd like to [gracefully shutdown my lambda](https://github.com/aws-samples/graceful-shutdown-with-aws-lambda/tree/main/nodejs-demo) However, looks like LLRT has no `process.on('SIGTERM', ...` implemented yet ```[tasklist] ### Tasks - [ ] implement process.on - [ ] emit SIGTERM...

enhancement
javascript
rust

```js // teat.js console.log(process.hrtime.bigint()); ``` https://github.com/awslabs/llrt/blob/b01b7aab8a8182b05be57cfa297235250e58817f/src/process.rs#L40

enhancement