Andrew Consroe

Results 6 issues of Andrew Consroe

I've come across a few use cases for Jellyfish that were not practical with the current executable, so I wrote the functionality as a seperate program, using Jellyfish as a...

First off, thanks for a great library. I've been using it extensively in various projects and is awesome! There are two things I'd like to suggest adding that I already...

In `layer.md`, it states that `uname` is secondary to `uid` and likewise for gname/gid. So far I've only run into tar layers which have empty `uname`/`gname`, but the spec seemingly...

Currently, the output structure looks like ``` project/file1_v1.f3d project/file1_v2.f3d project/file_v2/component 1/component 1a/sketch1.dxf ``` and up until recently, the version separator (between the name and version) was unconditionally `_` which didn't...

Doing a `sudo halt` or `reboot(LINUX_REBOOT_CMD_HALT)` or `asm("hlt")` do not trigger a `VmExit::Reset` so the guest just sits there. ```bash #!/usr/bin/env bash kernel=~/Repos/linux/vmlinux mkdir -p /tmp/hltbug cd /tmp/hltbug cargo init...

I noticed that the scalar and simd `xexpf` versions seem to use slightly different constants to clamp to 0 or inf. In scalar, it is -104 and 104, but simd...