Mara Huldra

Results 40 comments of Mara Huldra

Maybe I'm unclear, I don't want to keep the images :smile: The problem is that the browser seems to keep them cached, even though they're deleted server side, so "Image...

Thanks for the info, I'll give it a try! Fairly sure I'll need to rework some things in my code. The main difference seems to be using UUIDs for writing...

Thanks. It worked! All in all, it simplified my code, as it no longer has to look up the handles for UUIDs. I do get this exception after connecting to...

> I've fixed the first KeyError exception. It was produced by a double disconnection (the last one, on weakref's finalize). Awesome! Can confirm I haven't seen that problem anymore after...

Also I currently having another intermittent issue where it only detects services after a few seconds, but maybe i'm using it wrong, my code is ```python logger.debug('Discovering devices') service =...

Good point, it would need a recursive solution.

These particular build issues don't look familiar to me! > `type mismatch at 1st parameter ('vk::DebugReportFlagsEXT' (aka 'Flags') vs 'VkDebugReportFlagsEXT' (aka 'unsigned int'))` It looks like it's trying to pass...

@rfht Can you please try if this makes it compile? ```diff diff --git a/code/graphics/vulkan/VulkanRenderer.cpp b/code/graphics/vulkan/VulkanRenderer.cpp index 8de061e39db9bfec3f1ee71e40fbea5b4e7b6580..880783c41ce401096c7655c958d9905fc542dfa2 100644 --- a/code/graphics/vulkan/VulkanRenderer.cpp +++ b/code/graphics/vulkan/VulkanRenderer.cpp @@ -25,8 +25,8 @@ const char* EngineName =...

Great, that's for testing. i'll push a PR soon.

Thanks ! Kind of suspected that. Might make sense to add a warning to the build system, or README 😄