Zicklag

Results 652 comments of Zicklag

An option to remove the intra-doc links would be a decent middle-ground, so that I don't have a bunch of broken API docs links in my README, but to do...

You might want to keep an eye out for nalgebra now, too, because with nalgebra 0.21 and the new SIMD optimizations it is competitive with ultraviolet according to the posted...

> I'd suggest to use an active project instead. @8bitkitkat [WGPU](https://github.com/gfx-rs/wgpu-rs/) is a great project to get started with for new Rust graphics development.

Sounds good. Keep up the good work! I *might* ( big might ) end up tackling some of this stuff. I've been really excited to get into Tauri for months...

That would be completely awesome to have. :smiley:

I would appreciate some extra documentation, too. Simple things like inserting into tables, and filtering on input. What would be awesome would be to walk through the [guide](https://rethinkdb.com/docs/guide/) in Rust.

I just opened up the source and realized that the brief text has the same issue if you actually add content. It doesn't display it, it just renders it as...

Windows and Linux builds successfully compile, you can download them from [here](https://github.com/zicklag/evoli/releases/tag/v0.1.1). * **Linux:** I've tested the Linux build and it works. * **Windows:** The Windows build crashed on my...

It would mean you would either have to use a different CI provider for testing or that you would have to install Drone on a server that has the graphics...

OK, I've got mac builds working now. You can download and test builds for all platforms [here](https://github.com/zicklag/evoli/releases). As a warning, to get the mac builds to cross-compile from linux I...