Timothy Rule

Results 3 issues of Timothy Rule

**Is your feature request related to a problem? Please describe.** I'm interested in supporting Flatbuffers via a Mixin. I already have a DataClass based encoder/decoder which uses `getattr(...)` to call...

enhancement
good first issue

When using the CMakeLists.txt to build a Linux static library the output filename is `libhiredis_static.a `rather than the normally expected `libhiredis.a`. That could be adjusted with the following snippet (at...

We are looking over PR #513 and #255 and would like to propose a different solution. The idea would be to replace the variable `snake_name` with `code_name` (or `c_name`) in...