Andrew Turley

Results 11 issues of Andrew Turley

Change `.align 2` to `.align 4`. The README.md tells users to change `.align 2` to `.align 4`, but the change had not been made in this file.

[orchestration/pulumi/README.md](https://github.com/WallarooLabs/wallaroo/tree/master/orchestration/pulumi/README.md) lists required software for setting things up with Pulumi. One of the requirements is "python". Running the commands actually requires both Python 2.7 (for Anisible 2.1.1.0) and Python 3.x....

documentation

The behavior of a Wallaroo application is controlled by the application code, the incoming data, and the data that is stored as part of a state computation. There are places...

enhancement

Currently Machida programs run with a single Pony thread so we don't have to use the GIL. If we use the GIL we can run with more Pony threads, which...

python-api
machida
performance
a!-mark

When I was new to Pony, errors like `Array[I32 val] ref is not a subtype of Array[I32 val] val: ref is not a subtype of val` were a bit confusing,...

## Summary If one of your dependencies points to a git tag/commit rather than master then running stable a second time can result in merge conflicts which can then cause...

The README files should have links to the online documentation for the classes that are used in the example code. This will make it easier for users to follow along...

Have an example that uses classes, actors, and primitives to make the similarities and differences clearer. Probably do this somewhere around step 02. Possibly related to #6.

[Rendered](https://github.com/aturley/rfcs/blob/filepath-walker-filter-entries/text/0000-filepath-walker-filter-entries.md)

## Description I came across this issue when trying to create an iterator to iterate over a `Map[String, Map[String, T]]`, where `T` can be `Any #share`. It looks like the...

needs investigation