Andrey Kirpach
Andrey Kirpach
Both this repository and the [WinRTC](https://github.com/microsoft/winrtc) have been inactive for a while, with no updates to the roadmap, etc. When targeting UWP/HoloLens 2, which project should we use? Will this...
**To Reproduce** Steps to reproduce the behavior: 1. Request camera access in some place other than the WebRTC components (PeerConnection/WebCamSource) (e.g. via the Unity WebCamTexture class) 2. User grants access...
- Vim bootstrap version(number in first line): vim-bootstrap 2022-12-25 06:54:24 - Operating system: Description: Ubuntu 20.04.5 LTS - Vim/Nvim version: NVIM v0.4.3 - Languages: let g:vim_bootstrap_langs = "c,javascript,python,typescript"
The installation instructions mention npm, but the listing on npm seems to be deprecated. Please provide clearer instructions on how to obtain the package, and how to consume it via...
**Description of the bug** User selects file (e.g. Video1.mp4) The returned path from the plugin has the filename pickedMedia1.mp4 **Platform specs** - Unity version: 2019 LTS - Platform: iOS -...
### Zig Version 0.9.1 (windows, chocolatey),0.10.0-dev.4166+cae76d829 ### Steps to Reproduce 1. create file repro.zig ``` zig /// repro.zig const std = @import("std"); const expect = std.testing.expect; const PackedStruct = packed...