Giter VIP home page Giter VIP logo

buffalo-swagger's People

Contributors

cippaciong avatar dependabot[bot] avatar divan avatar easonlin404 avatar manuwell avatar ubogdan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

buffalo-swagger's Issues

EOF Issue

/go/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'

using this buffalo swagger addon works in development but it' does not let me build my app for production.

Might be related to packr v2 => gobuffalo/packr#145

Browser doesn't properly interpret CSS

When using this library, I noticed that my swagger-ui.css wasn't being loaded, so the entire page was being loaded with no style.

Looking in the developer tools of Chrome and using both the error console and the Network tab, I found the following:

  1. The browser can properly request the file ( So the HTML template works )
  2. The server can serve the file ( So the web server code works )
  3. The response from the webserver has a content-type of: "text/plain" ( The issue )

The response when requesting a stylesheet should be { "Content-Type":"text/css" } which is usually covered because your stylesheets are typically in some other directory.

I've opened a simple PR to fix this and was able to validate that this resolved the issue and the page loads with style now.

Browser doesn't properly interpret JS

In the same vein as #1, the JS server as 'text/plain' and browsers consider this as MIME sniffing and refuse to load.

#1

[Error] Refused to execute https://.../apidocs/swagger-ui-bundle.js as script because "X-Content-Type-Options: nosniff" was given and its Content-Type is not a script MIME type.
[Error] Refused to execute https://.../apidocs/swagger-ui-standalone-preset.js as script because "X-Content-Type-Options: nosniff" was given and its Content-Type is not a script MIME type.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.