Dale Anderson
Dale Anderson
Awesome, you rock! @x/socket. I’ll give it a run at the end of the week. Skiing at the moment!😁 Thanks! > On 1 Aug 2022, at 8:11 am, Okiki Ojo...
I don't currently have access to a mac, so I'm unable to work with iOS. Sorry!
There have been a bunch of breaking changes to the react-native Android libraries since the project was last updated. I just submitted a PR (https://github.com/devfd/react-native-workers/pull/26) to update to [email protected]. (Please...
Hmm... The travis tests are useful for running PostgreSQL tests. I wondered if there would be an issue with empty JSON. I'll try to fix - my goal at the...
Turns out there are some other difficult to solve issues with MSSQL. I'm not sure if I'll get around to fixing this properly.
I am experiencing the same issue with kafkajs 2.2.4 and AWS MSK performing server maintenance on brokers. The issue is that the brokers are rebooted, taking them offline. The parition...
Provisioned server instances, not serverless. The issue occurs in the consumer. The producer appears to refresh the metadata after failing to send with "Failed to send messages: Connection error: connect...
So I've done a couple of days of digging through source and trying various things without success, but I feel closer to finding a solution. At https://github.com/tulios/kafkajs/blob/master/src/consumer/index.js#L253 is an if...
Apparently I do not have permission to reopen the issue. Happy to open another if need be. Repro is at https://gitlab.com/danderson00/recharts-regression The function passed to the activeDot prop is *not*...
Updating the sample repo to use objects does indeed fix the issue. Perhaps this should be mentioned somewhere in the docs? It seems like a reasonable use case to me,...