Rudi Floren

Results 20 comments of Rudi Floren

Just for you information, as Conduit uses sled: Copied from https://git.koesters.xyz/timo/conduit/wiki/Database **Trees** A single sled database can contain many trees, each of which can store key-value pairs. In Conduit we...

We have a ``` pub trait RbacApiEx: RbacApi { /// Gets implicit users for a role fn get_implicit_users_for_role(&mut self, role: &str, domain: Option) -> Vec { let mut res: HashSet...

So best to call `PhysicalDevice ::image_format_properties` during `TextureBuilder::build` and have the user choose from a couple of different approaches to resolve or error out? If I find time and a...

For the record here is a list of unsupported formats of my AMD r9 390 (19.2.3). It would be really nice if there would be a website with supported/unsupported vulkan...

> On the other hand, it would be a shame to force conversion when original format is just fine for it's intended usage. What other options do you have if...

The fix seems to not be included in 0.4.1 See https://github.com/amethyst/rendy/blob/v0.4.1/graph/src/node/render/pass.rs#L443 https://github.com/amethyst/rendy/commit/561847a26f7512410590428bae6318004c81dc26 seems to fix the problem. Maybe we can release rendy v0.4.2

Just my 2 cents from a first glance. Overall I think this will help to generate type safe interfaces for client libraries. The only things I would nag about are:...

This is my backtrace from using cargo-deny which uses rustsec's Repository::fetch Installed: libgit2: 1:1.2.0-1 (from arch) which should be libgit2.so version 1.2-64 openssl 1.1.1.l-1 It works if I install cargo-deny...

It is missing here https://github.com/quicktype/quicktype/blob/5dd9b16974a8038d3a2092b1956bead063613808/src/quicktype-core/language/Rust.ts#L64