Darin Dimitrov

Results 8 issues of Darin Dimitrov

**Describe the bug** I am trying to render a razor template in a docker container using .NET Core 3.1. Getting the following error at runtime: ``` Unhandled exception. System.InvalidOperationException: Cannot...

When using RecordRTC in a chrome extension to capture the active tab, the resulting video is scaled and some black bars appear on top and bottom (letterboxed). Is it possible...

**Environment** - CLI: 5.1.0 - Cross-platform modules: 5.1.0 - Android Runtime: 4.2.0 (and higher) **Describe the bug** The local timezone is not properly taken into account when creating dates (GMT...

severity: high
bug

I have a WebM file (single video track encoded with VP9) and was wondering if I can use `ts-ebml` to perform the following: 1. Parse the file and extract each...

I have a webm video captured using Media Recorder API representing the current browser tab. In order to produce a seekable video I use the ts-ebml package like so: ```...

### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/rrweb-io/rrweb/issues) for a bug report that matches the one I want to file, without success. ### What package is this...

bug

I am trying to generate a X509 certificate from a root CA and use it as a server certificate. I tried the following from the demo: ``` var serviceProvider =...

investigate

I am trying to implement a TLS 1.3 server using BouncyCastle.Cryptography 2.0.0: ``` public class BcTlsServer : DefaultTlsServer { private BcTlsServer() : base(new BcTlsCrypto(new SecureRandom())) { } protected override TlsCredentialedSigner...