luke-biel

Results 28 comments of luke-biel

I'm gonna add a bit of info as question that sparked this issue was asked by me. Bit that led me to investigation of `query` and `execute` apis is: ```...

> We actually just released support for the options parameter, either in the URL or set on PgConnectOptions. If that's true I'm in awe 😄

@ahl Yes, my assumption is that it would work same as Value.

Any updates on the topic? I could use reqwest_eventsource on wasm target.

https://github.com/frondeus/test-case/issues/78 seems related. There are rough plans into turning `test_case` into full test suite. There are also few unresolved design decisions. `test_case` should stay relatively simple (to ones writing/reading test...

> > there may be problems trying to couple TestInput if the type is not specified within attribute > > What problems do you foresee? I see this as a...

I'd be happy to take a look at test_vectors in the future and if possible merge that into test case :D I appreciate the interest. I see that you rely...

Haven't really considered it. It should be rather easy to do with `test-case-core` lib, as it provides all parsing for the `test_case()` body. I don't think we'll have time to...

Okay, so let me give you some background. `test-case` came out way before built-in `test_case` macro was introduced, in `Aug 20, 2017` to be precise (though it was a different...

Sorry for late reply - busy times. How would this look like? Could you provide examples / usages in other test frameworks?