Giter VIP home page Giter VIP logo

Comments (4)

dustinmoris avatar dustinmoris commented on August 25, 2024

This is weird indeed. I don't have a good explanation for it, but I will annotate all http handlers in the Giraffe library, which should fix this issue I think. It won't hurt to explicitly annotate all existing http handlers.

from giraffe.

ian-moore avatar ian-moore commented on August 25, 2024

I tried with the updated version and seeing the same behavior on curried HttpHandlers.... I'm playing around with it from the source and still stumped. Thankfully there are easy workarounds

from giraffe.

ian-moore avatar ian-moore commented on August 25, 2024

I moved the auth related functions of the SampleApp into a separate file, and it seems to only be a problem with HttpHandlers that have another handler as an argument

image

EDIT: Actually, this is probably more simple than I am making it. If the HttpHandler is not being used in the same file, I am guessing the compiler can't figure out what the first argument is via its usage. Thus it will always need to be annotated (or have an explicit argument) if not used in the same file it is defined.

from giraffe.

dustinmoris avatar dustinmoris commented on August 25, 2024

Cool.. thanks for drilling down to the bottom of this issue!

from giraffe.

Related Issues (20)

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.