-
Java arrays are currently mutable by default but it makes them awkward to work with. As suggested by @GordonBGood, it makes sense to adopt an interface similar to the `array` package: http://hackage.h…
-
## Proposal
Certain optimizations such as inlining `$`/`#` is currently performed in the `L.PS.CoreImp.Optimizer` module as part of JS code generation. The proposal is that these should be moved into…
-
I just released a package [`annotated-exception`](https://hackage.haskell.org/package/annotated-exception) which can be used to add things like a `CallStack` (and other info) to an exception transpare…
-
This ticket continues the discussion spread across #7115 #7117, and less recently #6262, #6031
## Problems with Agda's [`Makefile`]
* The `Makefile` is scary for new developers
* Over 80 targ…
-
Hi,
I recently went through every Nix extension of Direnv extension I could find, and did a comparative study. I found that the approach you use seems to miss creating a GC root for C-libraries of…
-
I'm currently trying to replicate the extraction from an EMNIST network to MLCert. This is as far as I've gotten trying to get the code in NNCert to work, patching things up as I go:
1. Install [Mi…
-
Only because Project Euler #3 asks for the largest prime factor of 600851475143 (≈6e11) I realized that `Arithmetic.primeFactors` does something unexpected when faced with numbers too large to fit in …
-
My team has a library which contains a bunch of predefined generators. Here's [a simple one](https://github.com/paypal/cascade/blob/develop/common/src/test/scala/com/paypal/cascade/common/tests/scalac…
-
I just ran the IO tests on a heavily overloaded system.. and had 32 tests failing, because of some timings related issues. Those pass just fine without load. This is annoying, because I can't continue…
-
I'd like to `@annotation.inner` and `@annotation.outer`
if this gets accepted, i'll do a PR for typescript
@annotation.inner and @annotation.outer
```scm
(type_annotation
(_) @annotation.in…