Justus Adam

Results 45 issues of Justus Adam

Hindent misformats the end of a long constraint section in default method signatures in type class declarations. I've had this happen in multiple type class declarations, here's just one example...

type: bug
component: hindent

This PR adds a new workflow, which build the project and then packages the compiled binaries and other asset files into standalone archives that users can download and use immediately...

Also allows user to specify the config path

Refactored all intermediate messages to go through a single method Changed git command to use -C rather than using shell=True and &&

This fixes what I think is a bug in the implementation of `query_through` in the `project` operator. The implementation assumed that columns in `emit` were monotonically increasing, but I did...

## Setup I am trying to run a query that computes an average. The graph and the operators are generated from a different language by a compiler, but in SQL...

So I am trying to run this query (follows at the end), which I split into multiple subviews to circumvent some of the current quirks of the SQL noria supports....

Noria seems not to allow for a select query with two simultaneous aggregations. I set up this very simple table: ``` CREATE TABLE tab (x int, y int, PRIMARY KEY(x));...

bug
question

I think the absence of `MonadError` and the reexport of `ExceptT` is a confusing choice. As rightfully mentioned in #13 Universum already includes `MonadThrow` and `MonadCatch`, however these interact with...

type:breaking

## Problem I happen to use Alex in a context where I have a custom `Prelude` and also warnings enabled for the use of `undefined` **and** to top things off...

feature request
re: qualified imports
help wanted