Dor Meiri

Results 5 issues of Dor Meiri

The default value for `eqeqeq` is "[always](https://eslint.org/docs/latest/rules/eqeqeq#always)". I would expect it to ignore nulls as suggested in the [style guide](https://google.github.io/styleguide/tsguide.html#equality-checks). So this line: https://github.com/google/gts/blob/78c51a14f3c0e3faf54f87030e6e1cefdf0630dc/.eslintrc.json#L14 Needs to be: ``` "eqeqeq": ["error",...

priority: p2
type: bug

Hi is it OK to add these types? I can open a PR if it helps ```js { 'application/x-python-code': ['pyc'], 'text/x-python': ['py'], } ```

The `ws` package is 7 years, old we can update it to the latest version. Raised a fix here: https://github.com/vadimpronin/guacamole-lite/pull/58

Would like to see example for integrating Fastify application. Added a PR for that: https://github.com/vadimpronin/guacamole-lite/pull/58

* Add example for integrating Fastify * Update the WS package to the latest version * Fix the WebSocket connection closing