Wil Carmon

Results 12 issues of Wil Carmon

**Is your feature request related to a problem? Please describe.** Currently it's hard to get a `Set`, which is a random subset of a collection. kotlin example of use case...

**Is your feature request related to a problem? Please describe.** Feature idea: random [Duration](https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html) **Describe the solution you'd like** ```java Faker faker = ... ; Duration randomDur = faker.duration().atMost(Duration.ofMinutes(60)); ```...

**Is your feature request related to a problem? Please describe.** for nullable fields, it's inconvenient to get a randomly null value. - Java: `ThreadLocalRandom.current().nextBoolean() ? null : foo` - Kotlin:...

**Is your feature request related to a problem? Please describe.** currently, you can only get fixed length lorem ipsum without spaces eg. ``` faker.lorem().characters(maxLength) ``` if you want **spaced words**...

This allows tests to detect when server starts. Tests will execute faster than polling. Avoids exposing the server instance. Should have zero impact on existing usages

Most of the other opentracing contrib projects use a SpanDecorator so users can customize the span. Is there any reason you have hard-coded `JdbcTracingUtils.on*()` instead of the SpanDecorator pattern? Examples:...

JSON support "$schema" property. As defined here: https://json-schema.org/understanding-json-schema/reference/schema.html?highlight=schema#id4 How can I get `serde-json` to ignore that field? (or map it to a string which I can ignore)

https://github.com/hybridgroup/gocv/blob/5838ac14dc3ae2c5436c4133fbaab74b0dfe124a/cuda/arithm.go#L155 How can we set a value for the scale parameter?

this fails with tslint 3.15.x and tslint 4.0.x // on 4.0.x Module build failed: TypeError: Cannot read property 'findConfiguration' of undefined at resolveOptions (.../node_modules/tslint-loader/index.js:28:63) // on 3.15.x Module build failed:...

bug