Ethan Holz

Results 11 comments of Ethan Holz

I think both might be interesting. The code would be similar judging by what I've seen in the code so far.

I do not have an original use in mind yet. My thought was to tap into your are swapping the values given from treesitter but then use the builtin Lua...

Why is everything multiplied by 1000? Why not use `version.major * 1000 + version.minor * 100 + version.patch * 10> major * 1000 + minor * 100 + patch *...

Has a change been made to allow for this? I am currently running on v0.2.3@f31968c1 and I cannot see this option for users.

Looking through this it looks like there is an existing libuv wrapper for Rust called [libuv-rs](https://github.com/bmatcuk/libuv-rs). If I am understanding this correctly, a `Task` would be something that would accept...

I might dig into this, this week to see what I can come up with.

I have started to work on this and get the code decoupled. I have created a Mug class that should hold all of the values for the mug and holds...

Sounds good to me! I did find a great price of code we might want to dig into. Someone wrote a backend for this into a home assistant project, another...

Inactive, closing.