Maciej Gibas

Results 21 comments of Maciej Gibas

Im running into same issue that @timeu mentioned.

Notifying page before animation as in @omarbelkhodja example fixes the issue. Related issue: https://github.com/PolymerElements/app-layout/issues/280

We are using `PeriodicBatchSink` only to work with rate limits (https://api.slack.com/docs/rate-limits) - maybe its time to queue messages on our own (we just need to stick to 1msg/s rate limit)...

yeah, you are 100% right - what the heck I was thinking 🤔😉

So I was wondering - maybe its a https://github.com/serilog/serilog-sinks-periodicbatching issue (the way it tries to retry) ?

Yeah, but they are retrying whole batch even though only one message failed. I'm good with previous solution though :)

Still exploring possibilities here: https://github.com/serilog/serilog-sinks-periodicbatching/issues/15

Done. Package is owned by me and serilog-contrib so they should be able to update that key (they're also an admin of this repo). What's your nuget.org username that I...

I’m pretty sure if you’ll set an attribute (setProp-> reflect attr) inside of the constructor, real browser will throw an exception :(