Jordan Mackie

Results 78 issues of Jordan Mackie

Suppose I'm rendering a type error that involves some large/gnarly types. Ideally, I'd like to format/pretty-print those types over multiple lines to make them readable. But afaict this isn't something...

bug
help wanted
Hacktoberfest

### What's not working? At [Nous](https://github.com/project-nous) our Redwood test suite has become _incredibly_ resource hungry, to the point that we can't actually run the entire suite on our local machines....

bug/needs-info

`flutter build apk` is working for me on NixOS :ok_hand: Now I'd like to `flutter run` on an emulator. So still with virtually no understanding on Android I tried: ```...

![image](https://user-images.githubusercontent.com/12185627/221421503-64521df0-aed3-4c3a-8ab0-02f3347b2514.png)

enhancement

Time to start thinking about making `ditto` fast, methinks. This first batch of benchmarks are guided by #217, which identified some suspicious outliers when profiling a cold build of https://github.com/ditto-lang/playground....

We need benchmarks to guide optimization work and catch performance regressions. At the very least we should be benchmarking: - Parsing - Type checking - Code generation There's probably no...

enhancement

The result is a lot of reaching across directory/package boundaries, which doesn't play nicely with `pnpm`.

bug

Currently the Ditto type system supports higher-kinded type variables, for example... ```ditto type IntContainer(f) = IntContainer(f(Int)); ``` Here, `f` has the kind `Type -> Type`. This _could_ be useful if...

discuss