Gavin Lambert

Results 107 comments of Gavin Lambert

The usual solution in fully baked ORMs is to use versioning -- add a Version column, initially set to 0 or 1 on row creation. When updating the row, increment...

If it helps, this is AFAIK the minimum set of files from the Windows 10 SDK required to run SignTool on Windows 8.1 or Windows Server 2012: ![image](https://user-images.githubusercontent.com/539951/133201580-fdef099e-3437-45b8-a77b-262184edb1ca.png) (The `en-US`...

It looks like changing the definition of `elsa` to this fixes it for 32-bit MSVC. I assume that it would be more complicated for 64-bit, since it would have to...

No, those don't help; but I wouldn't really expect them to, since the warning is raised for the `+` operator itself, not the assignment back into `key`.

Sadly the warning is raised at point of `constexpr` variable use, not anywhere inside `elsa` itself, as I mentioned above. This makes it impossible to suppress the warning inside the...

@degski So, how many different ways do you want me to tell you that pragma suppressions don't work? Because this is the third time I've said that.

This appears to be related to #6072, which was closed as "fixed" but does not seem to be fixed...

FWIW, debugging does appear to work as expected in VS2022.

Did you try closing and reopening the solution after adding the file? Top-level property imports seem to get cached and don't update properly unless you reload the solution.

Yes, it seems like in the current version you have to both chunk-load your GP mills (which I didn't think was needed in previous MC versions, but maybe I'm misremembering)...