Regev Brody

Results 43 issues of Regev Brody

This happens because of the path regex that should be changed to const path = '(?:[/?#][^\\s"\']*)?';

Also fix #25

This PR replaces all the `{...obj}` usages in the code to use the awesome gcanti/monocle-ts library. I couldn't help myself and I also updated some dependencies, fixed deprecated usages of...

fix: #9375 ### Description of change The issue happens because SubjectChangedColumnsComputer performs the transformation on the database value, then normalizes the entity and database values, and then performs the transformation...

## Issue Description We use luxon as the date library. So we created the following decorator to be used for the updatedAt columns: ```typescript const baseOpts: ColumnOptions = { type:...

bug
requires triage

Hi, I moved to Ubuntu and I have to keep a windows vm just to use your great tool. Can you please release a linux release as well?

blocked

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade semver from 7.3.5 to 7.3.7. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=semver&from_version=7.3.5&to_version=7.3.7&pr_id=163ef6f5-ea16-47f3-89cb-97e5d002ec1c&visibility=true&has_feature_flag=false) :information_source: Keep your...

**Summary** This PR fixes/implements the following **bugs/features** * [ ] Bug 1 * [ ] Bug 2 * [ ] Feature 1 * [ ] Feature 2 * [ ]...

It will be a cool feature, to allow the library user, to decide that he wants to rate-limit the handling of the messages across many microservices, instead of just using...

enhancement

As explained at https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-temporary-queues.html And implemented here https://github.com/awslabs/amazon-sqs-java-temporary-queues-client The temp/virtual queues pattern allows for 2 way scalable communication using SQS queues

enhancement
help wanted