Results 17 comments of Ankit Tiwari

Hi @matteobruni 👋 Can you please provide a description of this pull request? Also, the build is failing due to this change, can you please take a look at that?

> I just wanted to update react-particles-js but on my shell I only get errors like this: > > Error: Cannot find module '../build/Release/sharp.node' Does updating this package help this...

@matteobruni I tried updating to `3.0.1` too but unfortunately the build is failing. It doesn't seem to work locally either. I couldn't find anything helpful either.

> Have you tried with the latest 3.1.0? That version should have some issues fixed My bad! I mistyped `3.0.1` instead `3.1.0` as you can see in this [commit](https://github.com/howtographql/howtographql/pull/1069/commits/e8b13553a5b7d4589e5b59230b6797991e4f0661). It...

I have the same concern. Especially when writing `JSX`, the propsName and propValue are not easily distinguishable. I really wish, there was a way to customize. Here is a screenshot...

@rishabhpoddar After discussions, we've opted for method 1. I've expanded the original to provide detailed elaboration on method 1.

@rishabhpoddar > Please give it in SQL format like CREATE TABLE ... and specify any keys. Done. > The totp object needs skew, period, deviceName (optional). Please see the API...

HI, @fneitzel 👋 I didn't notice any such issue on my machine. Can you please check once again to make sure it was not a one time issue and there...

@nkolatsis > The following fails: ``` app.get("/json", (req, res) => { let message = ""; (process.env.MESSAGE_STYLE == "uppercase") ? message=message.toUpperCase() : message="Hello json"; res.json({"message": message}); }); ``` The above code...

Hi! @Em-Ant Please check the above [comment](https://github.com/freeCodeCamp/curriculum/issues/27#issuecomment-398596818). Both of the `logger` functions are outputting the exact same thing but one is passing the test and one is not. I copied...