ShellCheck, a static analysis tool for shell scripts
-
Updated
Feb 4, 2022 - Haskell
{{ message }}
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.
ShellCheck, a static analysis tool for shell scripts
Explain the problem.
Converting the following:
pandoc -f gfm -t asciidoctor <<EOF
- [ ] a
- [x] b
EOFproduces:
* ☐ a
* ☒ binstead of using the checklist syntax (see asciidoctor docs):
* [ ] a
* [x] b
This seems related to [the recently fixed org-mode r
REST API for any Postgres database
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.
Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source
Cool open source projects written in C, C++, Clojure, Lisp, Elixir, Erlang, Elm, Golang, Haskell, JavaScript, Lua, OCaml, Python, R, Ruby, Rust, Scala, etc.
A strongly-typed language that compiles to JavaScript
Dockerfile linter, validate inline bash, written in Haskell
Book of Elementary Algorithms and Data structures
When the user defines an invalid top-level term, the error message should give correct info about what is permissible.
Of course, if we want to bring back the namespace functionality, disregard!
Cryptographic currency implementing Ouroboros PoS protocol
If you compare the old PHP-based code generators with the newer Haskell-based one's , the PHP-based code gen's have much more readable code.
One low hanging fruit is to replace the normal haskell
The Eta Programming Language, a dialect of Haskell on the JVM
The engine for haskell ide-integration. Not an IDE
There are a number of functions that create https servers for integration tests:
What I Wish I Knew When Learning 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
Koka language compiler and interpreter
When completing a type signature HLS is very conservative and always adds parentheses around the actual type.
For example something like myHead :: [a] -> _ will get a type of myHead :: [a] -> (a). Note the parentheses around the a.
While I personally don't have a big problem with this. Many of my colleagues insist on them being removed. Which usually makes these signatures easier to read
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
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:
Main repository for the servant libraries — DSL for describing, serving, querying, mocking, documenting web applications and more!
Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell.
fadeTime is missing tidalcycles/Tidal#618
While we're about it, lets check to see if others are missing
Released 1990
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