Aaron Novstrup

Results 9 issues of Aaron Novstrup

Steps to reproduce: 1. Add a term in a sub-namespace (e.g., `unique ability X = X Nat`) 2. Push to Share (`push`) 3. Move the sub-namespace (e.g., `move.namespace X Y.X`)...

I recently bumped the ZIO version in my application from 1.0.15 to 2.0.0 and noticed a significant performance regression in part of the workload, which involves substantial use of `ZStream`...

stream
performance

I haven't been able to fully isolate the issue yet, but the following task does not behave as expected when its executed as part of my larger workflow (it prints...

question

Corrects the order of actions in table migrations and omits unnecessary Drop Column actions. Closes #86. This PR is based on #87.

This PR adds a section to the abilities tutorial that demonstrates some of the benefits of using constrained, user-defined I/O abilities and shows how to handle them into `IO`.

This PR fleshes out the `Abort`/`Exception` section with a practical validation example and adds a section for the `Store` ability and a `Memo` memoization ability.

The [unison github wiki](https://github.com/unisonweb/unison/wiki/Unison-libraries) currently tracks Unison libraries under development. In the long-term, it would be better if this catalog appeared somewhere on unisonweb.org. As the catalog grows, it will...

DRAFT: docs and tests in progress This PR adds a bunch of Stream functions (and a handful of Either functions that are used in the Stream function implementations). Design constraints...

pull-request

This pull request adds various aggregation operations. There are variants that produce cumulative results (`scan`, `scanAggregate`, and `scanAggregateBy`) and ones that operate over bounded windows (`fold`, `aggregate`, and `aggregateBy`). Also...