-
### Is your feature request related to a problem? Please describe.
I'm trying to create a custom frontend for Canvas, but I need a lot of posts in order to effectively create and test pagination. It …
-
### Current behavior
Currently, when you are using the library "@shelex/cypress-allure-plugin" and configurating cypress with the property "allure = true", at the end of cypress execution, the fold…
-
I have followed the documentation, added the following to my composer.json
```
"extra": {
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"patches":…
-
Hello,
I am using Faker library to generated data used in unit tests, that data is validated against the the phone validator however the formats below are not marked as valid:
```
+87(0)2987404846 (…
-
### What happened?
With a Laravel Octane app, I get the following Intl error with the `Number::format` helper method:
```php
Route::get('/', function () {
try {
echo Number::format(…
-
### Describe the bug
Due to the limitations of float arithmetics the `precision` param is not always well reflected in the generated output.
### Reproduction
```
> faker.datatype.number({ precisio…
-
[this issue will be assigned to participants of the RubyConf2023 Hack Day]
There are a couple of issues regarding performance:
- https://github.com/faker-ruby/faker/issues/2689
- https://github.c…
-
### What happened?
## Steps to Reproduce
Follow the guide for automatic instrumentation: https://opentelemetry.io/docs/languages/js/automatic/
The source code for this application is here: http…
-
I came across this bug while trying to set up some fake variables in one of my requests using faker-js.
I followed [the docs](https://docs.usebruno.com/scripting/external-libraries.html) to a T, cr…
-
#### What are you trying to achieve?
Trying to run simple Unit test, asserting some test data from the database.
#### What do you get instead?
If the data not exist in the database, got an error:…