Results 23 comments of github0013

This is not totally related to this post, but I am having issues where I need to remove a custom control from google map object. did a repo for this....

## fixed https://github.com/github0013/react-google-maps-custom-control-removal/commit/1c5467e1667254dd69285b52d1533cf73992951a I guess the `this.divIndex` can be obtained like this. https://github.com/github0013/react-google-maps-custom-control-removal/commit/1c5467e1667254dd69285b52d1533cf73992951a#diff-1728495de7abffb586b4d385b72e588fR20 and for the exception, I wrapped the `MapControl` component with a div. ref: https://github.com/facebook/react/issues/6802

Can this be a reason? https://redis.io/topics/clients#output-buffers-limits When I send a large amount of data to a client constantly (such as 5-10 times every second), redis eventually cuts the connection between...

Can this be a reason? https://redis.io/topics/clients#output-buffers-limits

I think "AT+CGAUTH" params are not properly set. https://github.com/vshymanskyy/TinyGSM/blob/3356c1d5c7bbde4a8440021b591453545ffccbde/src/TinyGsmClientSIM7600.h#L319 When `cid` is set, the password should come first before the user. Here's the reason. https://github.com/vshymanskyy/TinyGSM/pull/678 I edited `TinyGsmClientSIM7600.h` like this,...

@mattpocock yes basicSwitch and basicSwitch2 ```json { "scripts": { "dev": "next", "codegen": "xstate-codegen \"src/**/**.machine.ts\" --outDir=\"src\"" }, "dependencies": { "@xstate/inspect": "^0.4.1", "@xstate/react": "^1.3.1", "next": "^10.1.2", "react": "^17.0.2", "react-dom": "^17.0.2", "xstate": "^4.17.1",...

Basically same thing. 1. remove `outDir` 2. remove .d.ts files from the local src folder 3. stop `yarn codegen` 4. start `yarn codegen` 5. save .machine.ts files 6. again, send...

My client is OSX. I run stuff on my local ubuntu server. On the ubuntu, I have docker installed to run Photonix. ▶ uname -a Linux ubuntu 5.4.0-66-generic #74-Ubuntu SMP...

I tried my iPhone with different browsers (Brave, Safari and Chrome), they resulted the same black blank page. ``` photonix | 192.168.1.176 - - [01/May/2021:00:01:20 +0000] "POST /graphql HTTP/1.1" 200...

source https://codesandbox.io/s/react-lazyload-modal-1p69u?file=/src/App.tsx view this page with network tab opened to see the actions https://1p69u.csb.app/ ![Screen_Shot_2020-08-05_at_10_45_00](https://user-images.githubusercontent.com/809378/89362442-e6cb1300-d708-11ea-9094-56b09bfe701d.png) I am not sure if I found how to avoid this issue, but adding these...