Roman

Results 428 comments of Roman

> I don't consider anything there as internal, some options are surely advanced, but not internal. Ok, fair enough. > What's the use case, why would you want to use...

Users _can_ use crawlee, but it is not yet available at the time of config production. Think "starter" package. The user provides many config options for all kinds of stuff,...

The tool in question is this, btw: https://github.com/projen/projen

In addition to that, is there a way to enforce the same version, but for alpha packages? E.g. in the cdk-land, there's this convention for alpha packages: ``` 2.114.1-alpha.0 ```...

Why can't it be some policy or some such that basically says: "packages in this group shall all have the same version" --- EDIT: ```json { "versionGroups": [ { "dependencies":...

Dropping some $0.02 worth of context here. The way `@types/*` versions are managed is documented here: https://github.com/DefinitelyTyped/DefinitelyTyped#how-do-definitely-typed-package-versions-relate-to-versions-of-the-corresponding-library It's not exactly SemVer, but SemVer-ish. Also, one caveat/edge case, is that the...

Totally agree with @yellowmamba. I have my `default` profile empty at all times, in order not to accidentally do anything stupid. I think this is also a security concern, as...

> Sorry if I'm misinterpreting the code, but it appears that the benchmarks only measure validating successful validations. That is correct! > If that's correct, then it should be noted...

@akutruff Great findings, thanks for sharing. Certainly looks like something we shall add. Would you be interested in contributing a PR?

Came here to open the same issue 😁 I noticed that SSO console links for "Management Console" do not require logout. Clicking any of the links in SSO logs you...