issues Search Results · repo:biocad/servant-openapi3 language:Haskell
Filter by
0 results
(100 ms)0 results
inbiocad/servant-openapi3 (press backspace or delete to remove)Hello!
Have you considered supporting servant-pagination?
From the Servant pagination recipe, one needs to manually write these 3 instances:
instance ToParamSchema (Ranges [ name ] Color) where
toParamSchema ...
sir4ur0n
- 6
- Opened on Jul 6, 2023
- #45
I wrote these instances and just thought they might be interesting for the curious reader.
I don t know whether it makes sense to depend on servant-auth. If you don t want to add this dependency to
servant-openapi3 ...
jumper149
- 2
- Opened on Mar 30, 2023
- #42
Is there any particular reason for this behaviour? It is inconsistent with what happens for request bodies, as shown
below.
This can make types used in query parameters difficult for clients to work with, ...
georgefst
- Opened on Jan 31, 2023
- #37
Because of this block:
custom-setup
setup-depends:
base =4.9 4.18,
Cabal = 1.24 3.7,
cabal-doctest =1.0.6 1.1
I d suggest removing the upper Cabal bound since it is unlikely ...
ysangkok
- Opened on Dec 6, 2022
- #34
Hey, our CI pipeline uses only verified and preselected dependencies to build our haskell code. Unfortunately HSpec is
not part of that list since it (in theory) should not be necessary to build production ...
davidkraus
- Opened on Jul 4, 2022
- #31
Running into this on our build infrastructure, seems like there is a minor problem with the patterns that I can not
quite discern, using GHC 9.0.2 and doctest-0.18.2.
setupCompilerEnvironmentPhase
Build ...
sternenseemann
- 5
- Opened on Jun 1, 2022
- #30
cf.
- https://github.com/commercialhaskell/stackage/commit/1c6c98101710b7301d267b54030d1cf558dd77ce
- https://github.com/commercialhaskell/stackage/issues/6485
jkachmar
- 1
- Opened on Mar 22, 2022
- #26
Issues
I see 3 issues here:
HasOpenApi instance for Stream gives no info that it is a streamed response
It simply copies the one of Verb (see the HasOpenApi instance for Stream)
Therefore we have no ...
giulioforesto
- 1
- Opened on Feb 16, 2022
- #22
I have taken the example of the UserAPI from
https://github.com/biocad/servant-openapi3/blob/597b658347a6eb27503ffda0404b9aeef516423a/src/Servant/OpenApi.hs#L85-L94
but it is not building for me when I ...
m1-s
- 2
- Opened on Jan 26, 2022
- #20

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.