Max McDonnell

Results 32 issues of Max McDonnell
trafficstars

``` + ln -s /home/maxm/bramble/bramble_store_padding/bramble_/bramble_build_directory538874739/zig /home/maxm/bramble/bramble_store_padding/bramble_/bramble_build_directory538874739/bin/zig + ls -lah /home/maxm/bramble/bramble_store_padding/bramble_/bramble_build_directory538874739/bin total 12K drwxrwxrwx 2 1000 100 4.0K Mar 11 17:29 . drwxrwxrwx 5 1000 100 4.0K Mar 11 17:29 .....

- the lockfile is not updated if the derivation has been built - the derivation doesn't contain the hash, but it's not available until after we build do we need...

![image](https://user-images.githubusercontent.com/283903/82706992-22e1f200-9c49-11ea-8fd9-1e44fd9c859d.png) I'm trying to construct a dodecagon from arcs. Is it possible to combine shapes or fill areas created by multiple overlapping shapes? eg: I wanted to fill in the...

Is there a plan to support parallel compilation with lucetc? Would it be a helpful contribution? It seems rayon could be added [here](https://github.com/fastly/lucet/blob/bca5f699ccf2135270da620503fdd32ed7dd1688/lucetc/src/compiler.rs#L133-L148), similarly to how it's used [in wasmtime](https://github.com/CraneStation/wasmtime/blob/fa9175f9e5b909071fc5d66430cb5a69066ba506/wasmtime-environ/src/cranelift.rs#L212-L215)....

Is this planned? Is this something that would be helpful for me to add and PR?

pytest-xdist has `PYTEST_XDIST_WORKER` which we use to create a unique DB for each thread. Could pytest-parallel provide something similar? Happy to work on this if there is interest