Chris Penner

Results 114 issues of Chris Penner

Possibly related to: https://github.com/sleexyz/hylogen/issues/77 , `hylide` fails to build; running stack build with: ``` # stack.yaml extra-deps: - hylogen-0.1.5.1@sha256:ff0517b03eb293c322d12da819b981aa028326f1e654eaab971c586825bb1f9b,826 - hylide-0.1.5.1@sha256:230d5b3692dfdb6073764dd6d0a7668c274a9ca571c464ecf7dce4674823957c,1373 ``` Error msg: ``` hylide > /private/var/folders/6l/rdh2g5wn41s8vxchngkt02_c0000gn/T/stack1169/hylide-0.1.5.1/app/Main.hs:71:12: error: hylide...

There's a sensible Monoid for `(Representable f, Monoid a) => f a`, To `mappend` two representables we simple `mappend` the value in each 'slot'. `mempty` is simply `tabulate (const mempty)`....

## Overview Upgrades to GHC 9.2.3 We'll want to upgrade Enlil at the same time: https://github.com/unisoncomputing/enlil/pull/74 Built on, and closes https://github.com/unisonweb/unison/pull/3117 ## Implementation notes * MOST changes were just adding...

# Names & PPEs Unison's unique design choices also present unique challenges. The AST doesn't store names for external definitions (since these names can change any time), so when parsing...

tech debt

Looks like most of the temp entities we create stick around in the DB after pulling (which is just how sqlite works), but it's bloating file-sizes a lot. I haven't...

codebase-manager

UCM from hash `72a903d046715a4e951fa95cf16e73f18774131a` (current trunk at time of writing) Managed to get a SQLITE crash :'( I haven't yet had time to try to reproduce, likely caused by either...

[![asciicast](https://asciinema.org/a/Kwa7NscffA3R8KCHxq1OavRm0.svg)](https://asciinema.org/a/Kwa7NscffA3R8KCHxq1OavRm0) ## Overview This adds the following features to the [Mk I release](https://github.com/unisonweb/unison/pull/3213): ## Installation and setup Currently the only supported configuration is to connect to the LSP via a...

[![asciicast](https://asciinema.org/a/Kwa7NscffA3R8KCHxq1OavRm0.svg)](https://asciinema.org/a/Kwa7NscffA3R8KCHxq1OavRm0) ## Overview LSP's probably don't need much introduction; This adds the foundation of an LSP server into UCM! This iteration supports: * Show type on hover (this currently does...

The Cloud ability needs user credentials to submit jobs, rather than hard-code a specific token which might expire and need to be updated we instead provide the path to a...

- [x] [ALL THE DOCS](https://github.com/ChrisPenner/rasa/issues/10) (Ongoing) - [x] Switch Input Events to use adapter system - [x] Switch Output Display to use adapter system - [x] Add capacity for user...

help wanted