Abhinav Das

Results 14 comments of Abhinav Das

@MarekKosinski there are tons of syntax errors. The code uses `//` comments, for example. Rather look at the original stuff by @EAT-CODE-KITE-REPEAT or look at the [poker_ai](https://github.com/fedden/poker_ai) project.

@brettz9 Hi, can you share an example for this? Slightly confused. TIA! ```javascript const [referenceState, setReferenceState] = useState(null); ``` Based on your example, I guess it would be something along...

@brettz9 Ooo, interesting. And yes, you're right. I'm sorry. I've posted the question to StackOverflow here - [https://stackoverflow.com/questions/64427425/how-do-i-document-usestate-hooks-with-jsdoc](https://stackoverflow.com/questions/64427425/how-do-i-document-usestate-hooks-with-jsdoc) (ref in case you or someone here wants to answer it). Thanks!

Love this, I'll give it a shot. I'm facing issues while bulk posting as well.

This issue still isn't fixed :) Please reopen and fix. I had to manually install `li` as well via `npm i li`.

@Zelaloui hey, were you able to determine the structure of the response object being used by the OP? Or did you modify it to do something custom?

@BadrEddineZtaoui The project is using some kind of templating engine which was looking for an API response (probably a JSON object) and parsing it to display the quiz elements. I...

I also see this, however, it may not be related to the M1 chip (i.e. ARM architecture).

@sindresorhus came across this issue today, happens with this file: [1000503577.pdf](https://github.com/sindresorhus/file-type/files/15457696/1000503577.pdf)

Have the same issue. `maxMessages` doesn't work for me when using streaming pulls. Any alternative till this is fixed or would we have to do unary pulls?