Viktor Chernodub

Results 12 comments of Viktor Chernodub

Hi guys, firstly, thanks for your contribution to the community, I really appreciate what you're doing and my team enjoys using Docusaurus. Preface/context We're currently using it to build an...

Yes, you're right, that was my mistake, since I didn't know (at the time of writing my previous comment) that a root folder (specified in `sidebars.js`) is not considered to...

Sounds reasonable, this will definitely fit a use-case I described before

I also faced the issue and it does not work for me on Safari 15 and Chrome 96 on iOS 15.1.1 (iPhone 12 mini). The logs say that the resulting...

For anyone looking (including @markitosgv), I was able to fix the issue by monkey-patching the bitrate of the video on iOS devices (as far as I understood, `videojs-record` doesn't provide...

> @chernodub this is not working for more than 2 minute videos in iphone 11 with safari 15+ Probably you could try reducing the bitrate even more, but I'm not...

Hi @chihab. I created the project from scratch (via `npx -p @angular/cli ng new` and `npx ng add @ngx-env/builder`) and faced the same issue. Please see my repository with a...

Figured a better way to merge process types: ```ts declare namespace NodeJS { export interface ProcessEnv { /** * Built-in environment variable. * @see Docs https://github.com/chihab/ngx-env#ng_app_env. */ readonly NG_APP_ENV: string;...

I am not sure why, but the module did not appear on `/download.html`. I would appreciate it if somebody would let me know what I missed. Thanks :)

Hi @bretg! I've updated the file according to your recommendation. I've also updated the “new user ID module” checklist according to your comment. Please let me know if anything else...