ShellCheck, a static analysis tool for shell scripts
-
Updated
Jul 19, 2021 - 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
REST API for any Postgres database
Currently, with dark theme only available colour scheme is grey shades, while light mode offers multiple colour schemes. With only greys, it can be hard to tell difference between shades.
It might be good idea to add (more) colour schemes to dark mode. Even just copying schemes from light mode would be a good start, although they might need a bit of tweaking to avoid heavy contrast with backgro
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
If someone looks at this, it might also be a good moment to consider whether we should be able to parse or pretty-print float values Infinity, -Infinity and NaN. (comment)
_Originally posted by @atacratic in unisonweb/unison#611 (comment)
Cryptographic currency implementing Ouroboros PoS protocol
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
Upon upgrading from 0.9.0 to 0.10.0 I get an error on this:
Log.debug "Some log message"
The error:
• Could not deduce (IsString string0)
arising from the literal '"Some log message"'
...
The type variable 'string0' is ambiguous
These potential instances exist:
instance IsString Value
-- Defined in 'aeson-1.5.4.1:Data.Aeson.Ty
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
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:
Given this:
data Metaprogram = Metaprogram
{ mp_name :: !Text
, mp_known_by_auto :: !Bool
, mp_show_code_action :: !Bool
, mp_program :: !(TacticsM ())
}
deriving stock Generic
{-# ANN Metaprogram "hello" #-}
instance NFData Metaprogram where
rnf (!(Metaprogram !_ !_ !_ !_)) = ()without -XBangPatterns enabled, I get a code
Koka language compiler and interpreter
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
Deep Learning in Haskell
wxc has the following custom-setup section:
custom-setup
setup-depends:
base,
Cabal,
bytestring,
split,
process,
directory,
filepath
That is, it says that its setup.hs works with any version of Cabal. However, it is lying - it actually fails to build against Cabal 2. We should w
Released 1990
The table ID is currently lost, but could be included by wrapping the table in a bookmark (probably via empty paragraphs before and after the table).