Aleksandar Pesic

Results 9 comments of Aleksandar Pesic

Btw. wast majority (99.999% in my case) of returned blocks have `RawData=nil` and `HasData=false`. Are they really needed? I see that they contain some checksums - maybe to check the...

@danielcrenna Thanks Daniel! You are the guy who originally created the first .NET port, right? Now you are starting with brand new project? Can you publish there few sentences about...

@danielcrenna Btw. why RC2? Release version (NETStandard.Library 1.5.0) is out there, and there's already first update NETStandard.Library 1.6.0

@niemyjski Sorry for late response! Regarding your suggestion: if some features are conditionally compiled then .NET Core and .NET full versions will not offer the same features / API. It's...

It's probably because I've left empty rules. However, it would be nice if the chart handles that better.

I've followed _put-up or shut up_ philosophy, and created PR...

As a temporary solution I've came up with some gymnastic, to at least avoid risk of access keys ending up in source code, with the following steps: Create secret: ```console...

I've just learned that Tempo config supports environment variables, so there's a better solution. First create a secret that contains the environment variables: ```console kubectl -n tempo create secret generic...