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

nedvedikd
nedvedikd commented Apr 6, 2020

Hi,

I'm using pandoc (version 2.9.2.1) to convert documents to dokuwiki format.
I ran into a problem using this command:

pandoc input.html -f html -t dokuwiki -o output_dokuwiki.txt --preserve-tabs

Input:

<strong>bold</strong>
<em>italic</em>
<u>underline</u>

Output:

**bold** //italic// underline

Expected output:

**bol
diyfr
diyfr commented Mar 6, 2020

Environment

  • PostgreSQL version: All
  • PostgREST+ version: 6.0.2 (713b214)

Current state

Currently, Comment on Table

COMMENT ON SCHEMA todos IS
  'Todos object description';

generate a summary for all operations on this resource

 /todos:
    get:
      tags:
        - todos
      summary: Todos object description
      parameters:

But sum

lk-geimfari
lk-geimfari commented Aug 30, 2019

Well, we need to check all the projects and remove outdated ones.

We declare this in the readme:

However, keep in mind that we don't accept mammoth's shit. Only active and interesting projects with good documentation are added. Dead and abandoned projects will be removed.

But, sadly at this moment, this project looks like a mammoth shit itself.

We really need to fix it. I think

devjgm
devjgm commented Jan 20, 2020

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.

Well, ther

iphydf
iphydf commented Apr 23, 2020
  • This is a bug report
  • I searched existing issues before opening this one

Expected behavior

No warning.

Actual behavior

  • Double quote to prevent globbing and word splitting.
  • d is referenced but not assigned.

None of these are relevant. ShellCheck is never relevant, because it's all about how you run shell commands, while the json-array format doesn't run any s

bug
gwpl
gwpl commented Jan 18, 2018

As we see:

cardano-sl repo contains how-to doc, how to build daedalus - why isn't this doc in daedalus repo?

It not only makes it harder to find for one looking for how to build daedalus, but also :

  • confuses where to post issues r
pchiusano
pchiusano commented Mar 11, 2020

Currently, when doing a push, UCM creates messages like 'Sync branch ' which is not super informative. It is useful to know the namespace hash but it would be nice to know the diff from the previous version as well.

The message comes from here:

https://github.com/unisonweb/unison/blob/master/parser-typechecker/src/Unison/Codebase/Editor/Git.hs#L146-L151

But actually, rig

fendor
fendor commented Feb 6, 2020
> .\cabal-hie-install help

********************************************************************************
No ghc installations found in $PATH.
The script requires at least one ghc in $PATH to be able to build hie.

********************************************************************************

No ghc installations found in $PATH.
The script requires at least one ghc in $PATH
Lermex
Lermex commented Jul 14, 2019

This issue is to announce that I'm working on implementing a Miso submission for Realworld. This is aiming to be the most comprehensive Miso example with pages, routing, auth, css, etc.

The only thing it's not gonna cover, at least initially, is full-stack development with shared types. I'll think about adding that (maybe in a separate example?) when

simonmichael
simonmichael commented Mar 18, 2020

Auto posting rules affect the whole current file and any parent or child file, but not sibling files (with multiple -f options). The docs at https://hledger.org/journal.html#auto-postings-transaction-modifiers are not clear on this. Also auto posting rules' and periodic transaction rules' scope should be mentioned in the https://hledger.org/journal.html#directives reference table, probably.

Wo

trenttobler
trenttobler commented Feb 17, 2018

Looks like some changes made from String to JSStr broke at least this example.

I was just exploring haste / client side javascript generation from Haskell, and encountered this. I've created a patch for the one example I was working on.

I am not sure if this is the correct fix, but compiles and runs. Chrome run-time error "Tainted canvases may not be exported" occurred, but did not seem t

TerrorJack
TerrorJack commented Nov 28, 2019

Following #338, we should be able to avoid running parcel at link-time and instead ship a pre-bundled rts.js. Some minor adjustments in the js codegen, and the browser backend can take advantage of rts.js and use it to initialize multiple instances at once.

Besides improving linking speed, this also means we can drop npm-utils, which uses a custom Setup.hs to do npm install...whic

Released 1990

Organization
haskell
Website
www.haskell.org
Wikipedia
Wikipedia
You can’t perform that action at this time.