Roman

Results 273 issues of Roman

Hey @gfmio, First of all, thanks for the module. Please consider adding a CHANGELOG file. You can look into semantic release which can generate all of that for your automatically...

## Please prefix the issue title with the project name i.e. [rush], [api-extractor] etc. ## **Is this a feature or a bug?** - [ ] Feature - [x] Bug **Please...

bug
repro confirmed

I found it on [GitHub](https://github.com/haarg/Plack-Middleware-ForwardedHeaders), but it does not exist on [CPAN](https://metacpan.org/search?q=Plack%3A%3AMiddleware%3A%3AForwardedHeaders&search_type=modules).

There are many resources that produce false positive drift results. Even RDS often does this with parameter groups. Would be great to be able to ignore-list some of the known...

Given the following snippet from a JSON Schema: ```json { "shell": { "anyOf": [ { "type": "string" }, { "type": "string", "enum": ["bash", "pwsh", "python", "sh", "cmd", "powershell"] } ]...

p2

Right now only primitive types are supported as unions. What would support for interfaces look like? https://github.com/cdklabs/json2jsii/blob/b6091c8d9d33a200f03811a8e819cc600c78c5b5/src/type-generator.ts#L576-L578 https://github.com/cdklabs/json2jsii/blob/b6091c8d9d33a200f03811a8e819cc600c78c5b5/src/type-generator.ts#L350-L352

p2

Could you please document the limitations of this tool as far as what subset of JSON Schema it can understand? I tried running it against a complex JSON Schema, only...

p2

Would it be possible to generate diagrams from the templates? Perhaps could use tags for things that CF does not support directly. And then can use resource properties to infer...

new feature
good first issue

By setting this: ``` PG_DATA: /dev/shm/pgdata/data ``` We could use memfs, and then speed up the container. Other options and ideas for the test speed-ups: - https://marcopeg.com/how-to-run-postgres-for-testing-in-docker/ - https://gajus.com/blog/setting-up-postgre-sql-for-running-integration-tests I've...

enhancement
good first issue

Runner expects `it` to be available in the global scope `global.it`. This fails under Vitest, which expects `it` to be imported explicitly, just like any other function. ```ts import {...