AoDev

Results 46 comments of AoDev

@georgyfarniev It's an old issue but for anyone seeing it, I use this module: https://github.com/Dongss/koa-socketio-session

We recently launched on BSC and we have this error showing up often as well.

I investigated more since I posted. I am in contact with tradingview support but no success so far. (They say it's a problem on my side) For the context, this...

I confirm that I have the same problem. I think the API should be simplified. Right now in the docs there are at least three ways to get the same...

I think it can work, I am thinking of pros and cons. If we can provide 2 functions, then it's easier to use the component, since it would stay more...

Continuing my comment above, we have different choices. ``` num.toFixed(2)} ease="quintInOut" /> ``` ``` num.toFixed(0)} finalRender={(num) => num.toFixed(2)} ease="quintInOut" /> ``` ``` final ? num.toFixed(2) : num.toFixed(0)} ease="quintInOut" /> ```...

hello @javierbyte , I just realised I had to answer you (one year ago lol). Yes, it's good to have a `final` flag in custom render as a solution :...

Right now I only check if a function is a mobx action for example. But it's just a starting point to get feedback. I did it because I find it...

@hawkins No worries. Let's talk, you can count on me to help ;) Do you want to continue on the other issue and close this one?

We could start with the obvious: remove links to old repos / boilerplates. Articles are different. An old article may still be relevant. For example _How to decouple state and...