Alan Edwardes

Results 11 comments of Alan Edwardes

We got around this by using the 5 or so free constants in the ps20b version of LightmappedGeneric. Since this is for a really specific problem that probably won't be...

Here's the dump from that command on my machine: http://paste.ubuntu.com/6275939/

I'm re-opening this - we now need to use pixel shader constants above 32. As discussed above, `mat_info` returns `m_NumPixelShaderConstants: 32` on all systems tested with `mat_dxlevel 95` and pixel...

Yes, asking users to stay on an old version of macOS is _not_ a viable workaround. This is not a surprise annoucement from Apple, it has been several years in...

Sorry, ignore me, I deleted my previous comment. I thought we had stopped seeing this for some reason, but it's still there.

I’d really love to see this feature - on iOS for example you have to save images to files/photos before sharing them, and it’s a really slow workflow vs other...

Possibly, but the beauty of using PeriodicBatchingSink is that it handles all of the async/await + queueing for you. I am leaning towards just using a batch size of 1...

Ha ha! Better to re-use :) So looking at the code again ( https://github.com/serilog/serilog-sinks-periodicbatching/blob/dev/src/Serilog.Sinks.PeriodicBatching/Sinks/PeriodicBatching/PeriodicBatchingSink.cs#L53-L54 ) I think this will work... setting the batch size to 1 and the period to...

It's working as intended, if there is an exception thrown from the EmitBatch method Serilog will retry. It's useful when you are using it to submit a batch in one...

It's designed to make only one HTTP request per batch though, not many 😄 So this is a little outside of the use case for the periodic batching sink, but...