Stef Schenkelaars

Results 11 issues of Stef Schenkelaars

This PR is maybe more of an issue than an actual PR but since I wrote a test case to validate the problem for myself before opening an issue, I...

In my own projects I was required to change the configuration on request basis. For example you have `/api/v1` which uses a different header name for the page than `/api/v2`....

### Description When using `uuid` as the primary key type, they `build_stubbed` method does not automatically fill the `id` column. I would assume that this is filled independent of the...

bug

The uniqueness validation matcher generates a fake class when the scope name ends on _type. This fake class is a duplicate of the original class. In most cases this is...

Hi there, I found myself fetching the associated ids during a call during my project multiple times. I performed this by calling ```ruby Order.group(:currency).calculate_all(ids: 'ARRAY_AGG(id)') ``` I've now added the...

Configured the playwright web server to boot the vite dev server. This way the requests are automatically handled and doesn't have to be configures in the test files themselves.

Currently it takes quite long for pull requests to get reviewed and merged. As discussed https://github.com/livingsocial/swagger_yard/pull/75#issuecomment-975667047, it would be nice if we could improve the community around this gem. Steps...

I wanted to make some structural changes to the library. As explained in #72 I want to simplify the configuration. But next to this I also want to separate the...

We have an application with multiple API definitions in the same codebase. Therefore we would like to be able to generate multiple specifications with different settings. This is doable but...

@nicksieger Hi there again. I wanted to try to do some refactoring on the library but I wasn't too sure about code styling. So my proposal is to use the...