-
Updated
Jan 1, 2022 - Haskell
Haskell

Haskell is a functional (that is, everything is done with function calls), statically, implicitly typed (types are checked by the compiler, but you don't have to declare them), lazy (nothing is done until it needs to be) language.
Here are 8,081 public repositories matching this topic...
asciidoc checklists
Explain the problem.
Converting the following:
pandoc -f gfm -t asciidoctor <<EOF
- [ ] a
- [x] b
EOF
produces:
* ☐ a
* ☒ b
instead of using the checklist syntax (see asciidoctor docs):
* [ ] a
* [x] b
This seems related to [the recently fixed org-mode r
-
Updated
Jan 6, 2022 - Haskell
Describe the bug
See example here
When the flag -flto
is given to add link-time optimization, it seems that (at least for g++ and clang++; I have not tested others), the output of the assembly changes to something which is not legible.
Steps to reproduce
- Visit godbolt.org
- Create some C++ script
- Add a compiler window.
- When compilin
-
Updated
Nov 5, 2021 - TeX
-
Updated
Dec 22, 2021 - Python
-
Updated
Dec 29, 2021 - Haskell
-
Updated
Jan 4, 2022 - Haskell
-
Updated
Dec 30, 2021 - TeX
.> names #7pjlvdu42gmfvfntja265dmi08afk08l54kpsuu55l9hq4l32fco2jlrm8mf2jbn61esfsi972b6e66d9on4
😶
I couldn't find anything by that name.
.> view #7pjlvdu42gmfvfntja265dm
#7pjlvdu42g : '{g} t -> Doc
#7pjlvdu42g a = Special (EvalInline (term a))
I'd expect it to say something like:
I found that hash in your codebase, but it doesn't have any names.
Try `view
-
Updated
Jul 30, 2020 - Haskell
-
Updated
Nov 30, 2019 - Haskell
-
Updated
Dec 23, 2020 - Haskell
There are a number of functions that create https servers for integration tests:
- https://github.com/wireapp/wire-server/blob/b266f9aae3ee8bf31ac83413b7e7f37feb8aa488/services/brig/test/integration/API/Provider.hs#L1519-L1531
- https://github.com/wireapp/wire-server/blob/b266f9aae3ee8bf31ac83413b7e7f37feb8aa488/services/galley/test/integration/API/Teams/LegalHold.hs#L805-L825
- ...? (`git g
This is not a bug, but I thought is missing somewhere.
Although ArchLinux had a patch on the default build scripts (enable -dynamic
), there's still something worth mentioned on correspondence pages (ArchLinux Wiki, XMonad documents, etc.) that is
If you install XMonad via Pacman from the official repository, make sure you are using the dependencies of the package, especially GHC (`/usr/bin/g
-
Updated
Dec 27, 2021 - Haskell
Our xgboost models use the binary:logistic'
objective function, however the m2cgen converted version of the models return raw scores instead of the transformed scores.
This is fine as long as the user knows this is happening! I didn't, so it took a while to figure out what was going on. I'm wondering if perhaps a useful warning could be raised for users to alert them of this issue? A warning
-
Updated
Jan 5, 2022 - Haskell
As an intermediate step towards #1015, and various parts thereof, would it be possible to ignore the syntax for features not currently supported, yet use the parts which are supported in trades?
I'm thinking out loud and wondering what effects this may have.
My end goal here is to be able to read a data file https://gitlab.com/snippets/1856416 without errors. Hledger would be able to parse thi
-
Updated
Jan 4, 2022 - Haskell
HLS has quite a lot of use of partial functions. I'm sure many of these are benign, but we do occasionally get users reporting crashes with such (usually totally useless) errors.
Gradually reducing these is an easy, helpful thing for someone to do. Good new contributor issue!
Is your feature request related to a problem? Please describe.
This is the tracking issue for the Asterius Hackage Overlay.
Describe the solution you'd like
We should implement and host a Hackage overlay, similar to head.hackage and mobile haskell overlay. The reason is:
- We already patch so
-
Updated
Jan 6, 2022 - Haskell
-
Updated
Dec 6, 2021 - Java
fadeTime
is missing tidalcycles/Tidal#618
While we're about it, lets check to see if others are missing
Released 1990
- Organization
- haskell
- Website
- www.haskell.org
- Wikipedia
- Wikipedia
Issue split from hasura/graphql-engine#6951
our pytest output has a pretty low signal:noise ratio, and it's often difficult to understand the cause of a test failure, if there is one. [Example: a 8600-line log for what turned out to be a flaky test that passed on a second run](https://app.circleci.com/pipelines/github/hasura/graphql-engine-mono/10008/workflows/5e17c7