Adam Fanello
Adam Fanello
**I'm using the package** - [ ] iam-floyd - [x] cdk-iam-floyd **I'm using the package in language** - [x] TypeScript/JavaScript (npm) - [ ] Python (pip) **Describe the problem** A...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/boyney123/eventcatalog/blob/master/CONTRIBUTING.md#reporting-new-issues). ### Description Pressing ENTER key in search box clears the search....
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/boyney123/eventcatalog/blob/master/CONTRIBUTING.md#reporting-new-issues). ### Description In the services, events, and domain directories, Event Catalog...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/boyney123/eventcatalog/blob/master/CONTRIBUTING.md#reporting-new-issues). ### Description My JSON Schema pages have a nice "Download Schema"...
Based on guide @ https://redfin.engineering/node-modules-at-war-why-commonjs-and-es-modules-cant-get-along-9617135eeca1
Works locally, but the odd way the code tries to load the noswearing module does not work when bundled with esbuild and deployed into an AWS Lambda. (I expect the...
My name is bad? ``` import { changeMainLanguage, profanity } from "super-profanity"; changeMainLanguage("en"); const result = profane("Adam"); ``` result is: ``` { "isBadWord": true, "detectedWord": "am", "profanityWordRelated": "am", "badWordLanguage": "tr"...