Yury Michurin

Results 6 issues of Yury Michurin

Hello, I'm on firefox 4.0.1, the demo on the site requires two clicks on the "Attach files" to open the file selection dialog. http://digitarald.de/project/fancyupload/3-0/showcase/attach-a-file/ After commenting out the target relay...

https://unpkg.com/@wix/quix-shared/package.json `types` field point to `dist/index.d.ts` but actual types are in `index.d.ts` (without `dist`). https://unpkg.com/@wix/[email protected]/index.d.ts

This PR contains a: - [x] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [ ]...

Hello 👋 , It seems that `localtunnel()` returned promise is resolved prematurely here: https://github.com/localtunnel/localtunnel/blob/c8e85f49624d606730779fc4295a38fd0e650af5/lib/Tunnel.js#L154-L155 Before the connection to remote is established here: https://github.com/localtunnel/localtunnel/blob/c8e85f49624d606730779fc4295a38fd0e650af5/lib/TunnelCluster.js#L147-L150 We've noticed that in our E2E tests...

1. Complete game winning logic: write unit tests for the different game winning scenarios (all rows, columns/diagonals/tie). 2. Write a component test verifiying a user cannot press a non empty...