Tadeáš Lejsek
Tadeáš Lejsek
And is it planned to support Ubuntu Core in the future?
@ktsakalozos Well, my use case is the following. I'd like to setup a fleet of IoT devices and manage them through microk8s. Ubuntu Core seems like a good fit as...
@Evelios How far did you get? I've made two NuGet packages for internal use that contain binaries for Ubuntu 20.04 and Ubuntu 22.04. I'm now working on dockerizing the creation...
@lewispurvis if you manage to make these two packages part of the general release procedure, it'd be really great! I'd much rather use these, than my privately maintained ones. I...
Here's the code @dsoronda It's just taking the existing Dockerfile and adding a step to build a NuGet package. [package.zip](https://github.com/shimat/opencvsharp/files/9907734/package.zip) One can then create the package by: ``` docker buildx...
And similar issue in another repo: https://github.com/sdcb/PaddleSharp/issues/25. It might be an inspiration for how to create the package.
Hi, is there a way to define whether an option is nullable or not? I was using `var uriOption = new Option(...)` in beta 3 and would use it as...
Hi, Thanks for the library! I would like to see GraphicsOptions as a parameter to GetImage() method. I'm getting blurred text when rendering the barcode into an image with a...