Roland Fredenhagen

Results 292 comments of Roland Fredenhagen

A little bit more context would be helpful, could you make a video where you first enable blockmeter and then create the block?

Thanks, does it work without other mods enabled? If yes, it would probably help to know which mod breaks it.

If you can tell me which mods break it, I'll look into it.

Out of curiosity, I create some more unlikely syntax: ```rust # // a comment ! [ enable ( unwrap_newtypes , implicit_some) ] // Line Comment /* block */ /* Block...

It works for other podcasts, I'll double-check with that particular podcast.

> it seems like a separate issue for wgpu's maintainers to investigate would be helpful. Especially because I never created mine :sweat_smile:

> > > it seems like a separate issue for wgpu's maintainers to investigate would be helpful. > > > > > > Especially because I never created mine 😅...

did you plan to allow dynamic resolution in runtime or only during compilation?

> * Variable access needs to be protected: a closure should be able to access its own variables, but not be able to access other closure's variables. Closures should be...

> I hadn't thought as far as allowing a closure/function to be stored in a Value, but to allow something like that, we need Closures to be a standalone type....