Eugene

Results 7 comments of Eugene

I notice that so long as the appended value to `Subscription.Keys.Auth` does not exceed length of 2, no error is returned. Otherwise, the error message will be `illegal base64 data...

I am experiencing the same issue your test cases do not include test the databases created ## To reproduce ``` - name: Shutdown Default Ubuntu MySQL (SUDO) run: sudo service...

I traced the error down to `newClientConn()` > `onOpen`, more specifically [this line](https://github.com/hesh915/go-socket.io-client/blob/83ee73793ba4ec64250ecd10639dc203663a1cb8/client_conn.go#L281)

Facing the same issue ``` $ npm run start npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead. > [email protected] start > cross-env WEBPACK_IS_DEV_SERVER=true NODE_ENV=development webpack serve --config...

The workaround now is just to abuse the `any` type. For example: ``` const readyEvent: ReactGoogleChartEvent = { eventName: "ready", callback: ({ chartWrapper, google }) => { const chart =...

Please approve and merge this PR, it would be very helpful

@madchester I modified your code to create a more type safe version for typescript. Additionally, install the npm package [leaflet-rotatedmarker](https://www.npmjs.com/package/leaflet-rotatedmarker) to extend the native `Marker` class with `rotationAngle ` and...