Denis Palnitsky

Results 30 comments of Denis Palnitsky

> @DenisPalnitsky This sounds like a great feature, however, I feel like it should be conditional and off by default, especially because this will have an impact on the final...

> I think we should take a `fizz.RouterGroup`, so a user could pass a `fizz` instance to represent the "root" of their API, or a `fizz.RouterGroup` returned by `fizz.Group()`. Is...

> Also, I was wondering if we could create a bash script that would fetch the latest UI assets from the official Swagger UI project to simplify the update process....

@wI2L did you have a chance to check my comments?

> You're right. However, I stil dislike that the user has to pass the `fizz.Engine()` result. We could instead provide a `fizz` method that would be called `ServeSwaggerUI(path, specPath string)`...

> I don't know when or who will update the UI in the future, but since we simply need to download the latest Swagger UI bundle, unpack?, rename a file...

@wI2L would you consider merging it?

I faced the same issue but it's hard to reproduce. It's intermittent.

@simonbrowndotje is there a chance that this PR will be merged?

Hi @danny-avila Thanks for taking a look at the PR in advance. I understand you concerns and will try to take them into account however I'm not an expert in...