Joseph Cooper
Joseph Cooper
It seems that `wasm-pack` is being maintained again so I just wanted to gently bump this issue because it seems that the original plan of leaning on `wasm-pack` might be...
Once there's an agreement on how to resolve #521, happy to handle this
Perhaps "having" could help here, as it seems less like an assertion: ``` assertThat(list).havingSize() ``` feels less like a complete sentence.
> I also think `having` pairs well with `extracting`, should we opt not to change it to something like `eachHaving`. Perhaps that's a useful general principle for this kind of...
Just a comment on the proposal for using "have": a possible alternative to `has` could be `having`. The idea is that the really natural word for these is probably "with"...
I've just realised, it's not going to be possible to unify `prop` and `suspendCall` since `prop` is an instance method and `suspendCall` is an extension method, so giving both the...
Would that be an ABI break? Might be worth doing it separately to this if it is.
D'oh! Obviously we are!
> One thing worth exploring would be to add in addition to/replace `extracting` with a version of `eachHaving` that more directly mirrors `having` ex: > > ```kotlin > assertThat(allUsers).eachHaving(User::name).isEqualTo(listOf("Alice", "Bob",...
I would recommend against implementing this in `directories`. It will require FFI calls to JNI, at a minimum, and will significantly increase the complexity of the library. Android is definitely...