Adrien Duclos
Adrien Duclos
I'm trying to compile a query returning 37 fields, using 14 joins, 1 single where clause, a group by on 33 fields, and a order by on 4 fields. Sadly,...
According to [the documentation of PG](https://www.postgresql.org/docs/9.5/sql-select.html#SQL-GROUPBY) on GROUP BY: > An expression used inside a grouping_element can be an input column name, or the name or ordinal number of an...
**Is your bug specific to Fourmolu?** - [X] Yes, I've verified that Ormolu does not have this bug **Did you try it on the web app?** - [X] Yes, I've...
Though text rendering is done through Pango, the current version of Helm doesn't allow us to leverage Pango line-wrapping abilities. Considering that linewrapping is typically not something one want to...
Add the ability to track and subscribe to mouse wheel events. It will provide the network with the vector of the mouse direction (it seems to be always 0 1...
I might be wrong, but it is my understanding that since all elements can carry the `draggable` flag, they should also be able to carry the drag-related events [defined by...
Newcomers to Purescript might be confused by the onging move in Spago between legacy and newer version, particularly since https://github.com/thomashoneyman/purescript-halogen-realworld switched to the newest spago (using yaml rather than dhall)....
I have a ghcup with only the following installed: - GHC 9.12.2 - Cabal 3.12.1.0 - HLS 2.12.0.0 GHC and Cabal work as expected. When running `haskell-language-server-wrapper` to check that...