-
https://github.com/Humanizr/Humanizer
Massive functionality, and MIT as well.
"Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numb…
-
### Expected behaviour
No error when calling:
```ts
const formatter = ({ location, msg, param }: ValidationError): string => `${location}[${param}]: ${msg}`;
const errors = validationResul…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
D:\Projetos\sizezap srv\node_modules\whatsapp-web.js\src\webCache\LocalWebCache.js:34
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Two chrome instance or process appeared in top command process list
### Expected behavior
i…
-
I would like to do case-insensitive search with startswith,endwith and Contains. Please let me know this is possible or not.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Every time client.initialize() called events like qr disconnected events fired plus + 1 time …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When I Scan QR Code
And Send Any Message
There Is No Reply
Messages Just Be Seen
### Exp…
-
Hi all,
I'd like to know if it's possible to pass arguments to xunit command line console. Since I'm using Jenkins to run my xunit tests, I need to know in my assembly file if I'm running a method or…
-
https://github.com/brick/money
- [x] Test brick/money
- [ ] Make all calculation with brick money
- [ ] Make all display with brick/money and w/ custom currency
Store with 8 digits
Calculate wit…
-
### Problem
After updatating Chrome to version 115 the code below:
```csharp
new DriverManager().SetUpDriver(new ChromeConfig(), VersionResolveStrategy.MatchingBrowser);
```
finishes with error…