nerditation

Results 15 comments of nerditation

> [Spec says](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkFramebufferCreateInfo.html) that `pAttachments` field is ignored for imageless framebuffer, but `attachmentCount` field must still be filled with non zero value in that case. I came across a very...

> > I think `Arc` makes sense, at that also allows you to share the same font data between different egui instances (for whatever reason), and is also the smaller...

# in short on further investigation, we cannot improve this on our own, it's a upstream dependency restriction. currently I am stuck with this workaround, the idea is to declare...

I'm closing this issue for now. this is relative rare use case, and this is not an actual limitation of egui itself. besides, the workaround using mutable static variable (or...

> Though TBH I don't really see the use-case, can't you just use `WindowBuilder::with_maximized` or `Window::set_maximized`? not really. my use case is not to create a window that takes up...

the `SendTo` menu is not only about sending files to bluetooth or similar locations, nor can it be replaced with the "share" feature, it's a convenient way to add custom...

thanks for the quick response and insights. one thing is still not clear to me though: I only get this error when I do `cargo doc`, but other sub commands...

> Is it possible for now to disable `shell_integration` in _Nushell_ only when it is running inside _Wezterm_? Because it is the only terminal emulator I have a problem with....

I tried to take a look at the code. I find it more complicated then expected. the main issue is, `derive` macros don't receive the `derive` attribute itself. for example,...

> Turns out this desugaring only happens for declarative macros? It seems so. (surprising to me) I'm not familiar with the internals of the compiler, but after some digging into...