Alvaro López
Alvaro López
Hi, thanks for making this awesome library, it makes working with cameras a lot easier. #### What are you trying to achieve or the steps to reproduce? I have a...
Hi! It seems that AWSCommon.puml now has a procedure defined as: ``` !procedure $AWS_common_skinparam() FontColor $AWS_FG_COLOR BackgroundColor $AWS_BG_COLOR BorderColor $AWS_COLOR_GRAY !endprocedure ``` It seems $AWS_BORDER_COLOR is no longer used, except...
Any plans to support Grand Theft Auto San Andreas Definitive Edition?
Fixes #3230. According to [xmlbuilder-js CHANGELOG](https://github.com/oozcitak/xmlbuilder-js/blob/master/CHANGELOG.md), they > Renamed `attributes` property to `attribs` to prevent name clash with DOM property with the same name. This PR contains only this change.
**Issue** When using newman with the JUnit reporter, it seems that the name for every test is the `name` of the collection as setup in Postman. This is wrong, as...
### Description I've tried with a few combinations of EnglishTransformers, but I haven't been able to correctly censor words like `sh*t` or `f*ck`. In both cases, words should be censored,...
**Type of change:** - [ ] Refactor - [ ] Performance improvement - [ ] New feature - [ ] Bug fix - [x] Other (please describe): Functionality improvement **Please...
### Expected behavior Using `obscenity` to censor a string containing repeating characters such as `pppiiittt` and a dataset that contains the word `pit`. Using: ```ts collapseDuplicatesTransformer({ defaultThreshold: 1, }), ```...