Karel L. Kubat

Results 43 comments of Karel L. Kubat

seems to not yet work with the modules. Anywhere I can look to make that happen?

How do you then ensure that the executor is not moved (if you want to use it multiple times within the function, to execute multiple requests)?

Actually, this might be better from a design perspective too. If your (library) function is executing more than one query, it should use a transaction, since on error state changes...

Is mentoring offered on this issue? It seems quite difficult, but I'd be willing to spend some time on it.

I haven't actually looked into the cause or CI configuration, but I assumed that since Miri errored it was not run. I'll look into enabling it in a PR, and...

After looking into possible implementations a bit more now, it seems that the standard library heavily uses slices in sorting operations. If we were to port `core`, we'd have to...

> After looking into possible implementations a bit more now, it seems that the standard library heavily uses slices in sorting operations. If we were to port `core`, we'd have...

So that'd be a separate PR. I think being storage::vec::Slice abstraction would be a useful addition outside of the sorting implementation as well.

@RustMania I'd love some examples of correct usage as well. As you are very knowledgeable of the lib, a comparison of this versus other libs would be very nice to...

I'm checking out about generalizing some features. Will see where I get stuck and ask for clarification on those functions :)