Results 45 comments of jgarvin

@scottmcm I believe it is currently an auto trait behavior because the error message you get when you try `Box` specifically complains about having more than one non-auto trait. But...

@SOF3 @ssokolow I just assumed `#[marker]` was some way to identify intentionally empty traits. I'm not actually sure what the advantage of labeling them this way is, or what it...

@ssokolow I understand the vtable implication, that's why I was proposing that an easy extension would be to just allow it for all empty traits. Requiring empty traits to be...

@bjorn3 why require `#[marker]` but not require `#[object_safe]`?

@coldnew Just tried, ran emacs with -Q twice, once with cyberpunk+linum and once with cyberpunk+linum-relative, and it only happens with linum-relative.

I haven't changed flycheck's behavior from whatever the default is. Saving does not fix it though. On Fri, Jun 12, 2020, 1:49 PM Clément Pit-Claudel wrote: > I'm guessing that's...

Also came here to file the difference in u16 vs f32.

I got the syntax from a cpp2 regression test file already, I copied the last loop here: https://github.com/hsutter/cppfront/blob/main/regression-tests/mixed-intro-example-three-loops.cpp2 Why does it work there but not here?

Could the default size be changed to fill the window? Visiting your game html and having it only take up ~1/4th of the screen (why that size? it must be...

Possibly my use case is different from other users -- the reason I'm using something like quicksilver is I don't have any web development background (most of my experience is...