-
Hi,
We have an Xcode project using Fakery (via Swift Package Manager). We define factories using Fakery in the app, and these are used in the unit tests. Now, we wanted to add these factories using…
-
I am working with Server Side Swift and want to use Fakery for testing. But no matter what locale I use, I keep getting a `JSON file for 'de' locale was not found.` error.
I installed Fakery via the …
-
Hey 👋
I've tried to use Scipio for my project, but I've found a couple of issues.
The following frameworks cannot be compiled:
## SDWebImage
Compilation error
```
The following build comm…
-
Imagine that we have a model like so:
```python
class User(models.Model):
profile = models.ForeignKey('UserProfile')
is_active = models.BooleanField()
```
And later I want to use …
-
### Details
My propsal is an improvment to the current text outlining, to create the expected effect and not an attempt to "fool" us
Currently outlined text uses multiple copies of the text offset…
-
http://139.9.236.103:8000/admin/
* 去生产的后台admin加些数据
* 把数据dump出来
-
It's not an issue, just a question if you see this too. I'm noticing that numbers don't add up (with other integration I used before it was the same).
First of all, when inverter is active (battery…
-
It would be really nice to have a feature to setup Fakery with a seed to guarantee the generation of same data on every reseed with same value.
In case of data generation for Unit-Tests or UI-Tests…
-
When I use tr-TR localization for generating first name I get error
> JSON file for 'tr-TR' locale was not found.
I use version 3.4.0
-
# 従業員一覧Fakeデータを作成するためのライブラリを選定する
Android で言うところのこれ相当のライブラリを想定
https://github.com/thisisqubika/fakeit
こちらで仮決め
https://github.com/vadymmarkov/Fakery
# Android で言うところの MutableStateFlow に相当するデー…