Block or Report
Block or report gavv
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
1,292 contributions in the last year
Less
More
Contribution activity
April 2023
Created 52 commits in 6 repositories
Created a pull request in roc-streaming/roc-go that received 3 comments
Logger improvements
This PR contains two commits: minor refactoring in log.go decoupling of C and Go logging threads More details about the second commit: I noticed …
+76
−69
•
3
comments
Opened 13 other pull requests in 2 repositories
roc-streaming/roc-java
12
merged
- Refactor jni logger and cache log level class
- cAT test improvements
- Port JNI code from C++ to C
- Cleanup JNI log handler
- Simplify examples in README
- Simplify versioning rules in README
- Rework checking for null enums in JNI
- Rework error handling in JNI code
- Use "int" for errors in JNI code
- Enable compile_commands.json generation
- Fix logger test on recent libroc
- Cosmetic fixes in JNI code
roc-streaming/roc-go
1
open
Reviewed 10 pull requests in 3 repositories
gavv/httpexpect
6 pull requests
- add WithReporter and WithAssertionHandler
- Add unit test for error propagation
- websocket message tests have been converted to table-driven tests
- [352]:... convert object tests to table driven style
- changed TestDateTime_IsEqual, TestDateTime_IsGreater, TestDateTime_IsLesser to table style testing format
- report formatting
roc-streaming/roc-java
3 pull requests
roc-streaming/roc-go
1 pull request
Created an issue in roc-streaming/roc-go that received 4 comments
Add version checking
When any non-method public function is called first time (except Version func), we need to call Version() to retrieve versions of native lib and go…
4
comments
Opened 22 other issues in 4 repositories
gavv/httpexpect
12
open
- Check for extra arguments in WebsocketMessage constructor
- Convert Array tests to table-driven style
- Convert Object tests to table-driven style
- Split TestValue_Schema into subtests
- Convert TestValue_Getters to table-driven style
- Convert TestRequest_Conflicts to table-driven style
- Implement Response.Reader
- Free memory after rewinds are disabled in bodyWrapper
- Add bodyWrapper test for error handling with rewinds disabled
- Improve bodyWrapper GetBody test
- Improve bodyWrapper Rewind test
- Update iris example to 12.2.0