Jonathan Johnson

Results 99 comments of Jonathan Johnson

I've [pushed a fix](https://github.com/khonsulabs/kludgine/commit/5507755a6e8aad28303f5828af019516457194f9) to Kludgine that allows your example to function after switching to the Cushy main branch and using `cargo update`. However, another way this could have been...

The examples `7guis-counter`, `7guis-temperature-converter` and `7guis-timer` are available in the repository now.

In #202 a `VirtualList` widget has been added. It doesn't support columns yet and is currently fixed row-height. But it probably can be used as the basis for a columnar...

I don't currently have plans for clients in other languages -- and that's selfishly because I am so happy with Rust. However, I would *love* for people who do use...

Yes, it should be! The main hurdle will be that the WebSocket protocol and the default serialization mechanisms both use [Pot](https://github.com/khonsulabs/pot) for encoding its data. This is a format that...

Yes, but not as the default path due to some of the open issues (e.g., 61, 49). It seems like tracking down some of the issues from that could be...

I've added this to the Improve Transactional Performance checklist because this would alter the storage format -- might as well include that part in the format change that is coming...

Sorry for the delay, I accidentally marked the notification as read and then forgot about it! It looks like this was just me typing from memory and calling it the...

From our Discord conversation: - `encode_with` needs to accept a reference to avoid cloning data and return a type that implements Key/KeyEncoding. The return type should be able to be...