pwbh
pwbh
Wonder if possible to merge this :)
Actually I am seeing that fast movement to left or right is triggering the shake check, I will improve it to use deltas between movement left and right and only...
@Keavon I have updated the implementation, feels much more accurate 😄
> I gave it a quick test and it seems to have a very high rate of false positives. I also gave a quick glance at the code and I...
@Keavon just an FYI, but before going with your suggestions I'd like to try to tweak this implementation tomorrow morning, I just realized its missing a few things (for example...
hey hey hey, will try to finish it up in the coming week, sorry for the delay, was working on couple of personal stuff.
Hey @Keavon , if I wanted to tackle this as a first contribution to Graphite, where should I start from?
I don't think its outdated because when passing a liftetime to the `impl` you have to explicitly specify the lifetime in the calling function as well, but with HRBT as...
Actually after I originally posted my comment, I've looked into HRTBs a little deeper and have found a very interesting answer on stackoverflow, essentially what HRTBs are doing is that...
Same happens for libuv, dependency loop detected for `*c.uv_stream_t` ```zig const ConnectionCb = *const fn (server: *c.uv_stream_t, status: i32) void; pub fn init(loop: Loop) Tcp { var handle: c.uv_tcp_t =...