Moreno Gentili
Moreno Gentili
Hello there, I'm using the in-memory storage for now. I might be able to provide some repro by monday.
Sorry for the delay, here's the repro. [https://github.com/BrightSoul/hangfire-console-issue64-repro](https://github.com/BrightSoul/hangfire-console-issue64-repro) This image illustrates the gist of the problem. 
@JackyM06 Thanks, that would be a solution (I had to use Google translate but I got your message). However, I'm still convinced MPEG-TS is a better option because I could...
@AndrewBrianHall Now that .NET Core 3.0 has shipped and 3.1 is on the way, would you consider this item for the next release?
About item 2 (work target descriptions): the worker can update the `url` property of the complex object you passed as data, and it will display as the worker description. It...
https://github.com/meff34/docsify-to-pdf-converter/issues/4#issuecomment-492736254 solved my issue, thanks.
It was working fine for me with SDK 6.0.100 but then, when I updated to 6.0.201, it started giving out errors. I then installed the global tool `dotnet-format` and it...
Same happened to me. Why do we have to compile nginx in the first place? Can't we get ngx_rtmp_module as a compiled package?
Can you please state what's the exact path you used in _sidebar.md and where the referenced .md file actually is? In my case I used paths relative to the position...
The `position` property is also wrong. It _seems_ to be off by 1 character for each previously closed object. e.g. ``` { "a": { "value": 1 }, //Correct here "b":...