Fred Emmott

Results 270 issues of Fred Emmott

e.g. writeAllAsync, copying between FDs These can be implemented in pure hack, however given limitations of epoll, we currently do async IO in background threads - switching threads every time...

Currently we have `UTF8\from_encoding` and `UTF8\to_encoding`; if we end up with another charset getting support, this is going to give us duplicate functions. Perhaps replacing both of these with `Str\convert_charset()`...

Related: #48, #18 We're expecting to make darray an alias for dict, varray an alias for vec, and swap the backing store for shapes and tuples to dict/vec respectively in...

Related to #289 There are two likely places for this - S3 bucket retention policies; this should be sufficient - shell scripts to clean up the dl.hhvm.com XFS mount; I...

An error occurred (TaskTimedOut) when calling the SendTaskSuccess operation: Task Timed Out: 'arn:aws:states:us-west-2:223121549624:activity:hhvm-publish-binary-packages'

This will be a change to the docker seccomp profile, which is currently customized: ``` warning: Error disabling address space randomization: Operation not permitted warning: Could not trace the inferior...

This should probably: 1. clone the latest release of the HSL 2. install dependencies 3. run the typechecker 4. install dependencies This shouldn't prevent a release being published, but should...