Michael Chen
Michael Chen
@samoshkin Is there any update for this feature?
I got that error as well. Here is my stack trace if it helps. ``` Unhandled exception. System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the...
Oh, I have actually never seen that tab before ^^ However the Camera combobox is disabled on my browser. I cannot change the camera to use there. Ussually it just...
This was not my demo, but i found it when looking at this topic. Wouldn't it be feasible to add a button next to the camera button that just allows...
Same problem here on 21H2 22000.856. Seems like the "winget" application is not available.
Same Problem for me: although i only target one version net5.0. I use docfx version 2.56.6: ``` [21-02-05 05:30:04.198]Info:Config file docfx.json found, start generating metadata... [21-02-05 05:30:04.360]Info:[MetadataCommand.ExtractMetadata]Using msbuild C:\Program Files...
I just had the same issue and built the images for version 1.4 and master branch to my [docker registry](https://hub.docker.com/r/chenio/autodiscover-email-settings). Feel free to use those until monogramm builds their own...
I think I'm facing a similar problem as @eranwo I want to reverse proxy multiple services on default port 443, but i additionally want to host a matrix federation server...
> What are people's thoughts on an `Increment(Part)` method where `Part` is an enum of `Major`, `Minor`, `Patch` vs three methods `IncrementPatch()`, `IncrementMinor()`, `IncrementMajor()`? I prefer the fixed methods `Patch()`,...
It would be nice to see which files are not clean (i.e. prevent the tool from running). I just tried to configure my CI with versionize and failed because of...