<ifreund>
whoever said that river would hit 1k stars before I manage to tag a release, I didn't believe you but it's starting to look like you might be right
<ifreund>
I just don't want to do a first release with know bugs
<ifreund>
limitations are fine, but bugs are not
<novakane>
you need to let some bugs so users can complain though :P
<msiedlaczekelshi>
yeah, reporting bugs is my only way to contribute at the moment, if there isn't any, I'll feel useless!
snakedye has joined #river
snakedye has quit [Ping timeout: 260 seconds]
snakedye has joined #river
<leon-p>
novakane: users will complain either way, it's part of their job :P you wouldn't believe some of the emails I got back when I used to just link my personal address instead of mailing lists
<novakane>
leon-p: just ask users to send you a letter by post, problem fixed :P
<novakane>
leon-p: btw I look and play a bit with your zig-wayland-native and spend so much time figured out why I had a "/home/leon/... file not found" error before I saw it was hardcoded in the build.zig lol
<zdykstra>
haha
<leon-p>
novakane: yes, it's very much WIP. I haven't actually pushed any of the actual wire connection stuff yet, so it would not work anyway :P
<leon-p>
can't remember what the latest thing was I pushed. Destructors perhaps?
<leon-p>
one thing I found though is that it's pretty easy to get the scanner to emit decently formatted code. I might replicate some of that work for upstream eventually.
<novakane>
leon-p: what do you mean, it works really great to make a client that print the wl.Display :P
<novakane>
the last commit is you 'forks' so just the start of client-connection.zig
<novakane>
s/you/your/
<leon-p>
well, if you are interested in the project, check back in a week or two. I am a bit busy right now, but I should find some time to finish the wire stuff and the object map this weekend.
<novakane>
cool, yeah I'm interested, I'm really interested in all zig/wayland project :D
<leon-p>
I'll probably announce it here once I think it's useable. But note that the API will probably see a few iterations.
<novakane>
of course, I need to figure out how to make some clean things with zig-wayland first anyway :P
<novakane>
not a library but like a great base project where you could reuse like Output, Surface, Buffer quickly for a zig wayland project