silverwind
silverwind
`nodemailer` should be updated: ``` warning bucker > [email protected]: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/ warning bucker > nodemailer > mailcomposer > [email protected]: This module is...
I noticed [this unconditional `console.error`](https://github.com/facebook/react/blob/d0289c7e3a2dfc349dcce7f9eb3dee22464e97bd/packages/react-reconciler/src/ReactFiberErrorLogger.js#L86) which I'd like to prevent to keep the console clean from errors that are already "caught" in an error boundary. Maybe a condition on `capturedError.errorBoundaryFound`...
I have [a config](https://github.com/silverwind/eslint-config-silverwind-react/blob/master/.eslintrc) that only includes plugin rules and I would like to find out which available rules are not in use. Maybe a new option could be added...
From [rfc8659](https://tools.ietf.org/html/rfc8659): ```` account.example.com CAA 0 issue "ca1.example.net; account=230123" ````
This is a new promise-based API available available in some browsers which does not require DOM interaction to copy a string: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/writeText https://jsfiddle.net/p73yv6re/
The URL constructor seems to correctly handle both Windows and Unix-style paths so should be the preferred way to generate File-URIs. This does require Node.js 10 or greater where the...
**What problem does this feature solve?** Support [PlantUML](https://en.wikipedia.org/wiki/PlantUML) syntax highlighting. **What feature do you propose?** A implementation similar to https://github.com/github/linguist/pull/4740.
WIP with various errors still left to resolve, cleanups to be done. Regular tooltips work.
- Replace "New PR" and "Go to File" button with Icon Button - Move all "Add File" actions into a dropdown button - Remove most custom styling of clone buttons...