Results 296 issues of Victor Gaydov

[roc-go](https://github.com/roc-streaming/roc-go) provides Go bindings for [Roc Toolkit](https://github.com/roc-streaming/roc-toolkit). We recently released the first version of the bindings and now are looking for help, mostly with adding more tests.

Add a test to expect_test.go that verifies that: * AssertionContext.Request points to correct request * AssertionContext.Response points to correct response When: * request reports failure (only AssertionContext.Request is set in...

tests
help wanted

Add new method Request.WithLimit that set's a limit for maximum number of bytes that can be retrieved from response body. It can be helpful to interrupt early on abnormally large...

feature
help wanted

Add new example to `_examples` directory (say, `tls.go` and `tls_test.go`) that runs small TLS server with hardcoded certificates and tests it using httpexpect. Example can be based on https://go.googlesource.com/go/+/dev.boringcrypto/src/crypto/tls/example_test.go Add...

help wanted
good first issue
examples

In DefaultFormatter.formatValue, when value is a number, we format it accordingly to FloatFormat and DigitSeparator settings (see formatFloatValue and reformatNumber funcs). However, if value is slice or map, and it...

feature
help wanted

This is a bit unusual issue, it's not about coding, but about doing research. We're currently using [yalp/jsonpath](https://github.com/yalp/jsonpath) as JSONPath backend. It works well, however the author stated in README...

help wanted
important

Current httpexpect API suffers from a problem: it's not always clear what a method returns: the same object on which it was called, or a new object. To address this...

refactoring

Background: https://github.com/gavv/httpexpect/discussions/229 I've pushed a few changes that make the `chain` struct thread-safe: * 0547acd58636b8dc199f43fd7206d9bb629e7852 * a96122195174a5b9df2804e41c8abe92a90fc52b * 90675e11729f5dfa5121bbf41a1e071dbf9e52e7 This automatically makes many structs thread-safe too: Expect, Value, Array, Object,...

feature
important

Currently, Number always converts its value to float64. In many cases it works well, however float64 can't represent big integer values (larger than 2^62) without precision loss. Actually, there is...

feature
help wanted
important

Implement explicit flushing of buffered samples from sink to file. * add `virtual void flush() = 0` to sndio::ISink * add this method to all ISink implementations * for most...

enhancement
help wanted
easy hacks
sound io