Stepan Mikhailiuk

Results 17 issues of Stepan Mikhailiuk

Hello, thank you for this project. Now we can write somthng like this ``` javascript interface UiButtonProps { description: string; } for (let member of UiButtonProps.members) { let memberDescription =...

discussion

In our project we send long string to our server (2mb). Playing with settings I noticed that, if we set strict false parsing is 5-10 ms faster. Digging dipper I've...

pr

AnyComponent.jsx ``` javascript import * as React from 'react'; export default class AnyComponent extends React.Component { anyMethod(){ //.. } render(){ return () } } ``` Test.jsx ``` javascript export {AnyComponent}...

help wanted
idea

**Description** Added a demo which demonstrates rendering and recording mirrored video stream from camera. **Purpose** Mirroring video is a common case in video processing. https://github.com/webrtc/samples/issues/1626 This demo shows advantage of...

- [x] I understand that issues created here are _only_ relevant to the samples in this repo - not browser or SDK bugs - [x] I have provided steps to...

### Issue Type Before opening an issue, please search and see if it has already been raised. - [x] Bug Report - [ ] Feature Request - [ ] Successfully...

``` du -sh ./node_modules/nw/* 8.0K ./node_modules/nw/README.md 8.0K ./node_modules/nw/bin 20K ./node_modules/nw/lib 624K ./node_modules/nw/node_modules 470M ./node_modules/nw/nwjs 149M ./node_modules/nw/nwjs-v0.82.0-linux-x64.tar.gz

Hello, in order to simplify navigation between npm io and source code, it would be nice to add repository Example how it looks like for gl package

The lates version on npm io is 3.0.0. Package json still has version 2.9.0 I can bump it manually, but does npm contain all changes from master branch? Thank you!

**Different colors in svg and canvas renderers** **Tell us about your environment** * **Browser and Browser Version:** Chrome 110 **What did you do? Please explain the steps you took before...