yeah, this annoys me as well. although maybe not intention, appears deceitful.
actually, maybe this could be useful for blockchain tech.
i don't know of another way you can check the date on a webpage from frontend?
Agreed. Actually just returned a nice jeep cherokee this morning back to Hertz. Had it for a week out of their Newark airport location. $240 for the whole week! The return lines were completely full from people who rented during the weekend. Had to take the airtrain over to the terminal to get an uber, airport was eerily quiet. Hopeful that things will pick back up once we get a vaccine.
I think best advice would be to see a doctor. Depression is not a game and not something to take lightly!
While I agree with a lot of the other commenters, it seems like they would be more appropriate in a "Healthy lifeStyle choices for programmers" thread. .02
How well does flow play with third party libraries? ie. TypeScript has type definitions that are pretty well established for most commonly used 3rd party libs. I'm wondering if there is a similar project for Flow?
flow looks cool. I just have not had time yet to give it a chance. I use typescript a lot at work and I really am digging react on the side so that is why i chose to do this. typescript is nice in that it gives you type checking plus classes, modules, lambdas etc today. I am looking forward to class support for react components (0.13?)
Yes, the props and state are defined by interfaces so if you try to pass in a prop object which does not meet definition of the interface, typescript will complain. I think typescript is not so bad of an option until native ES6 support becomes more mainstream.