-
truffleruby 24.1.1, like ruby 3.2.4, Oracle GraalVM Native [x86_64-linux]
Rails 7.1.x app
Just for kicks, tried deploying one of our smaller Rails apps to use truffleruby on a Ubuntu image.
```…
-
Hello
How a friendly suggestion, consider the scenario about systems working with person forms and health systems, where blood type is need it.
I would expand the request to include ills too.
…
-
JSON Schema Faker seems really useful, but we need a library we can integrate into a Java solution. There are various ways to bridge between Java and JavaScript. We'll explore these. But a native Java…
-
It will be great if it supports long String articles, we need it, thank you!
-
Hi I used for some months this project and I saw that sometimes we need to have some boilerplate code for use it.
Right now we must to create always an instace and setup manually the injection of the…
-
The main problem is that reflection affects all the linked issues, so using e.g. codegen (via [ksp](https://github.com/google/ksp) ?) instead would be a preferable solution at this point.
-
Run the following SQL in SQL client:
```sql
create temporary table faker ( a string ) with ( 'connector' = 'faker', 'number-of-rows' = '10', 'fields.a.expression' = '#{address.city}' );
select * fr…
-
To whom it may concern,
I created a pair java libraries for robotframework:
Reflection based dynamic wrapper around java-faker: https://github.com/vtitov/faker-javalib
Static wrappers around java…
-
### IDE Information
JetBrains Rider 2024.2.7
Build #RD-242.23726.100, built on October 22, 2024
Licensed to Christopher Bradford
You have a perpetual fallback license for this version.
Subscripti…
-
## Feature request
Java Faker library has support for multiple locales `Faker faker = new Faker(new Locale("YOUR_LOCALE"));` but this is not used in DataHelix. This is an important feature to gain …