Skip to content
#

Haskell

haskell logo

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 7,916 public repositories matching this topic...

graphql-engine
sassela
sassela commented Jun 28, 2021

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

fstirlitz
fstirlitz commented Nov 17, 2021

Describe the bug

Attempting to view the documentation for an ARM64 instruction results in an unhelpful error message: ‘There was an error fetching the documentation for this opcode ([object Object]).’

Steps to reproduce

  1. Visit godbolt.org
  2. Select an ARM64 compiler
  3. Enter some code
  4. In the assembly pane, click on a mnemonic and press Ctrl+F8.

Expected behavior

  • Document
aryairani
aryairani commented Nov 18, 2021

Currently it displays:

  ⚠️
  
  I was expecting the namespace . to be empty for this operation, but it isn't.

which didn't feel super clear.

How about:

`pull-request.load` downloads the PR into the current namespace and I don't want to clutter up your current one, so please switch to an empty namespace and try again.

This likely goes away altogether with #2247,

ihp
doums
doums commented Nov 12, 2021

Problem Description

When I move, or I resize a floating window, the cursor shape remains normal. It should be changed to resizing or hand shape appropriately.

NOTE: This behavior works as expected in dwm or spectrwm.

Steps to Reproduce

Just move or resize a floating window and observe the mouse pointer.

Configuration File

module Main (main) where

import
ehoppmann
ehoppmann commented Aug 23, 2019

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

MisterY
MisterY commented May 13, 2019

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

Anton-Latukha
Anton-Latukha commented Nov 11, 2021

I'd loved to see those function "signature comments" displayed. HLS already helps to write them. I found them often being a true way of documenting what function does, as people often in function docs just white what functions accepts & does with args - people write that style way quite intuitively & that fits greatly to be a signature comments. To see those sometimes would be an immense simplific

Released 1990

Organization
haskell
Website
www.haskell.org
Wikipedia
Wikipedia