Jonathan MASSUCHETTI

Results 152 comments of Jonathan MASSUCHETTI

This is related to index creation. My index created and ready before my tests start. It's about a document being ready to be queries.

We go a bit beyond the initial scope of this issue but let's dive into it. @daschl I have a import service that insert all docs with data from a...

You mean like mentioned in this https://forums.couchbase.com/t/spring-data-couchbase-query-sum/31737 ? Or like `long sumCakesWhereRecipesTimeLowerThan(int minutes);` ?

Okay. Would you consider a PR to support more than a string for the `name` option ? Very often I see myself having to add `aria-label` whereas a screen reader...

Yes, `MatcherOptions`! Especially for `byRole` because the name is assigned automatically and therefore can contain weird stuff (that it not read by screen readers, like svg icons)

> But shouldn't a RegExp allow for the same behavior? Adding another API for the same thing would be problematic. Actually it's the same API but for something else. Using...

```tsx const MyVG = () => ( ) const MyComponent = () => { return A {/* [object Object]A */} B {/* [object Object]B */} C {/* [object Object]C */}...

This driver is offered by minikube so I would say it's stable. They actually advertise it as a more stable version of xhyve (among other things). I think the repo...

Ok. I see this package in every doc I look into, including minishift. But it is indeed weird that this package looks... abandoned ? I tried to use `docker-machine create...

To clarify I had issues with `xhyve` and Big Sur, I think it broke things. So I used a fork that has PR merged ( https://github.com/zazula/docker-machine-driver-hyperkit ) and followed the...