boxdot

Results 80 comments of boxdot

@uttarayan21 The PR #249 fixes the double key events on Windows. I still need to test it on Linux.

You would like also to color the message text? Currently it is not possible, but it should be simple to add.

I found a screenshot. I will add a configuration.

> > send an image > > Maybe this is a stupid question, but how do you send an image? You send a message containing `file:///path/to/the/file`

> @boxdot btw, what's up with this one? Technically, I am still waiting on you review. The only one comment left, where we need to decide how to go forward.

I have the same problem. I bisected. This is the first commit not working for me: 4a42344. However, I don't quite get how it is possible for this commit to...

The segfaul is in `src/render/Renderbuffer.cpp`:55 because of throwing in constructor ```c++ if (glCheckFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE) throw std::runtime_error("rbo: glCheckFramebufferStatus failed"); ``` The previous commit passed this check for some reason. Update:...

Instead of using sled I implemented the storage in sqlite (for different reasons). The schema looks like this: https://github.com/boxdot/gurk-rs/blob/master/src/storage/migrations/001_init.sql. Some data is stored as blobs, but not the message text,...

I have some experience with packaging deb, but only in private repositories. I will take a look what is needed to land in the official repo. @gferon You have experience...

> Are we in a stage where we want to publish the binary in some central place and advertise it as fully functional? I think, not yet. What is on...