Jayden Seric

Results 226 comments of Jayden Seric

Thank you @glasser for the concern and effort you have put into raising awareness about GraphQL server authentication and security mechanisms that can be used to thwart CSRF attacks via...

No @ljharb he's right; it's incorrect to set `parserOptions.sourceType` to `"module"` for every linted file, including `.cjs` files which are always CJS and, if the project `package.json` has `type` set...

There is no change for either the reported sizes, or for the `--why` report. Before: After:

We would really love to be able to take WebP format screenshots in our system, for the reduced file size. For a smaller CPU/memory hit, ideally the WebP could be...

Here is a screenshot taken with WebKit on Linux (paste it in a browser URL to see it): ``` data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAIAAACzY+a1AAAABmJLR0QA/wD/AP+gvaeTAAABcElEQVR4nO3RwQkAIBDAsNPJHd0hfEghmaDQNWdI278DeGVhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmGdhnoV5FuZZmHcBD84BrGfmAcwAAAAASUVORK5CYII= ``` Here is a screenshot of the same thing, with...

@pichlermarc > There is also a specified expectation that old major versions of the SDK components will be [maintained for a minimum of 1 year](https://github.com/open-telemetry/opentelemetry-specification/blob/6787e14e77ec5083c9e314be808fb0e115dc4ca4/specification/versioning-and-stability.md?plain=1#L396) after the following major version...

@pauldraper > I'm having trouble deciphering what the complaint is I have extremely well explained the issue, and reasoned a better approach, to the point that it's hard to interpret...

@Flarna imagine hypothetically you are publishing an update to a package `foo` that is currently v0.1.0, that only includes 3 minor new features and no breaking changes. You publish that...

> The 0.x range supports this by incrementing patch and patterns like ^0.x would work. No, the semver spec makes 0.x versions special, in that breaking changes are allowed to...