-
Before we register this package, we should define minimal functionality that may be helpful to others.
Here is a list (kept up to date) of the different features that we are targetting:
- [ ] Defi…
-
**Modified by dietmarw on 28 Apr 2016 09:22 UTC**
This is a discussion regarding MCP-0011_CustomReductions:
* https://svn.modelica.org/projects/MCP/public/MCP-0011_CustomReductions/
It concerns call…
-
The `BinaryLiterals` extension, included in `GHC2021`, enables binary integer notation (a binary sequence prefixed by `0b` or `0B`), but the current implementation of `read` function rejects such inpu…
-
Hello there.
I configured my project for using grpc-haskell (in cabal, not nix). But after I tried to use example arithmetic (I copied the files and directory to my own project) I encountered these e…
-
I'm building [Snake](https://github.com/tobz619/haskell-snake-learn/blob/4-create-highscores-page/src/UI/MainMenu.hs#L53-L60) in order to learn brick and I'm stuck as to how I can press Enter to retur…
-
A portion of the community (and of the core team) sees one or more of the following features as important for programmer ergonomics:
- keyword-based parameters (as opposed to position-based parameters…
-
Zathura recently-ish deprecated their `highlight-transparency` option, which by default was set to something like `0.3` so that text would still be visible when highlighting it (for instance in search…
-
The combination of variance and implied bounds for nested references opens a hole in the current type system:
``` rust
static UNIT: &'static &'static () = &&();
fn foo(_: &'a &'b (), v: &'b T) -> &'…
-
- [ ] Change Month and Week Number
- [ ] focWeekExport "2023-01-19" "2023-01-26"
- [ ] Update Search Index
- [ ] Download New Attachments
- [ ] Update links
- [ ] Check that comment links work (p…
-
In a similar spirit as #40.
I think most everybody agrees that implicit typing is a terrible "feature" that should never be used. Keeping it as the default behavior is a constant source of annoyanc…