Kevin Van Lierde
Kevin Van Lierde
Here are some options: 1. Make debug a (required) peerDependency which guarantees the same instance, users can then preconfigure it before socket.io kicks in: ```js import createDebug from 'debug'; createDebug.log...
Vague. There doesn't seem to be any demand for this transformer
Link is dead, see https://github.com/goodeggs/teacup instead
Project looks abandoned: last release and significant activity 7 years ago
Considering abandoned and : last updated 7 years ago, published 8 years ago
Also encountered: ```js app.use(helmet({ contentSecurityPolicy: { directives: { 'script-src': [`'self'`, `'sha256-${serviceWorkerHash.digest('base64')}'`] } } })) ``` Our current CSP: ```plain script-src 'self' 'sha256-dJ+NYptz3LoT6dbm1JzANoJYN4KGvIEG7mmjqsW9l0Q=';default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self'...
Vite adds a layer of DX (and a ton of marketing) on top of esbuild that you get the most out of for codebases that produce a visual result (like...
++ for some kind of encapsulation of the `console.log|debug|info|warn` statements. Do think this kind of intermixes error-handling with debugging (which are two distinct things IMO). I had a look at...
@erayhanoglu were you working with non-semver-conforming tags? I think the interesting question is why the tag doesn't have a `version` property in the first place, and whether that is even...
@erayhanoglu if it was on that repo, the issue is that you are not using git tags - you are only creating commits with a semver-compliant commit message... Still auto-changelog...