escapedcat

Results 637 comments of escapedcat

Bit more background to this https://hasura.io/blog/best-practices-of-using-jwt-with-graphql/#jwt_security > > That’s why it’s also really important not to store JWT on the client, say via cookies or localstorage. Doing so you make...

Suggestion/idea: - https://www.conventionalcommits.org > A specification for adding human and machine readable meaning to commit messages. - https://github.com/conventional-changelog/standard-version > A utility for versioning using semver and CHANGELOG generation powered by...

You talk about a specific date in the app or all dates?

`MM/DD/YYYY` -> worst... format... ever... :D

![image](https://user-images.githubusercontent.com/1016218/143765072-200576c3-fa25-4ad5-8489-18cd08d4208e.png)

The current code is using `toLocaleString`. [According to mdn](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString#using_tolocalestring) this will display a format depdending on the individual timezone. Isn't that sufficient already?

Suggestion: https://depfu.com ![image](https://user-images.githubusercontent.com/1016218/139076300-1f477d86-0f21-4c2f-b7a8-fecb7567d68e.png) The depfu people are nice. It has a great support for npm-modules. [dependabot](https://github.com/apps/dependabot) is Githubs own solution (they got accquired) which supports more languages, but is not...

> Document that we shoudn't use dependencies for small things to not have too many of them. Only noticed now that this issue wasn't about updating deps. Sorry.

btw this is how a depfu PR looks like: https://github.com/getAlby/lightning-browser-extension/pull/573

Thunderhub example: Anyone knows any other examples?