RonSijm

Results 10 issues of RonSijm

I'm trying to get Accord.Video.FFMPEG to work in IIS, but I keep getting the error: Could not load file or assembly 'Accord.Video.FFMPEG' or one of its dependencies. An attempt was...

project-video-ffmpeg

Currently there are tow EBS tasks: CreateVersion and Deploy: https://docs.aws.amazon.com/vsts/latest/userguide/elastic-beanstalk-createversion.html https://docs.aws.amazon.com/vsts/latest/userguide/elastic-beanstalk-deploy.html I'd like to have the following tasks: CloneEnvironmentTask and SwapEnvironmentURLsTask. The intention is: - Run CloneEnvironmentTask - Run DeployTask...

feature-request

Hi there, I've used your library, and it seems to work in most of the cases, unless there are classes with duplicate names. I've created two test scenarios: Scenario 1:...

- Added `public Func NameDiscriminatorResolver { get; set; } = type => type.Name;` to JsonDiscriminatorSettings to allow custom Name Discriminator Resolver - Added JsonKnownTypesSettingsManager To allow type specific config to...

Hey there, I've tested this on Develop Branch from source, V2_Dev branch from source, and on the 2.0.0-pre.251 nuget. So the simplest representation of my use-case: In the main window...

question

Hey there, I'm using a C# service that's generating documentation regarding certain services - in an obsidian format. So my goal is to allow my C# service to embed encrypted...

question

when a Byte Array has a RegularExpressionAttribute, the Fixture seems to treat it as string. ### Scenario public class TestFixtureCanCreateByteArray { [Fact] public void CanCreateByteArray() { var fixture = new...

bug
triage
data annotations

Hey there, I've been using this project and running it locally, (not in the docker, just straight from source) - and I was curious whether this actually really needed a...

Hey there, I was using https://mlmym.org/ before, and now it just redirects to https://gist.github.com/rystaf/4d591ffdcbaab1c49efa406885efd814 I was wondering if this was intended, and if instances should start running their own version...

Hey there, To make it easier to reference certain parts of code, I've added two new functions: ``` snippet: File.cs#L10-20 ``` The purpose of this is to allow people to...