Tim Stokman
Tim Stokman
@jldubz That works, but you also need font-awesome to get icons working: https://mermaid-js.github.io/mermaid/#/flowchart?id=basic-support-for-fontawesome Adding this is sufficient: ``
@jldubz This is my scripts.tmpl.partial file: ```` mermaid.initialize({ startOnLoad: false }); mermaid.init(undefined, ".lang-mermaid"); ```` Without font-awesome included, the mermaid icon functionality doesn't work.
> > libOpenCvSharpExtern.so: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=2feb0d05276a0f30a7e6c2669610ca40685c2dca, not stripped > > > It seems that libOpenCvSharpExtern.so (64 bit) you're referred is not...
That script only downloads the standard yolov5 models, not the face-versions. I think you need a baidu account to download the larger models.
Just adding some data, when I add Async around the console sync: ``` logConfiguration.WriteTo.Async(l => l.Console()); ``` Instead of: ``` logConfiguration.WriteTo.Console(); ``` A full 14.8% of the CPU in my...
Unfortunately my profile doesn't say whether something actually consumes CPU, so I dug a bit deeper, and you're right, the lock doesn't actually consume much CPU, it's not a hard...
Any update on this? Serilog has some very good filtering and routing support for logging, which my project needs. The sink in its current state wasn't very usable.
So at some point this template stopped working for me. Took me a bit to find out why. If you have multiple templates, like here, the latest scripts.tmpl.partial overwrites the...
At the maintainers, can this tool please pin their dependencies? Either by pinning all the versions in requirements.txt (including transistive dependencies), or using a tool like poetry or pipenv. It's...
Just adding some data, when I add Async around the console sync: ``` logConfiguration.WriteTo.Async(l => l.Console()); ``` Instead of: ``` logConfiguration.WriteTo.Console(); ``` A full 14.8% of the CPU in my...