Peter Waller

Results 36 issues of Peter Waller

Hi, I have go in my `$PATH` by symlinking to a `golang.org/dl/go*` binary. The problem is, that binary seems to locate itself by using the home directory. The net result...

Hi again! A feature request, or a confused user request :) The project I'm looking at has a structure like: ``` MyProjectFoo/MyProjectFoo.cabal MyProjectFoo/bar/bar.cabal ``` I've indexed these separately, and loaded...

enhancement

Now that it's pip installable again (#61) any chance of updating the version on PyPI? :)

Hi, Thanks for this project! Is there a way to make an image given an RGB byte array? I've studied the API and looked through the issue tracker but didn't...

Just come across a case where someone was expecting functions and aliases to be picked up from the source script. I realise what a pain this is. Any way we...

Feature

**Describe the bug** A clear and concise description of what the bug is. When starting Half-Life: Alyx, I see the grey loading scene indefinitely in the headset. On the desktop,...

bug

**Describe the bug** SteamVR has stopped working since the latest beta update. **To Reproduce** Steps to reproduce the behavior: 1. Start SteamVR 2. See a new window showing both left-right...

bug

Hi! First, this is an excellent implementation of an excellent concept. It has made browsing my old archive disks so much easier and more efficient, so thanks! I note you...

This is one of those 'obvious in hindsight' things. goreduce deleted [my testcase](https://gist.github.com/pwaller/a99e3836293e23677ad08052263b293a). I don't know what I expected, but I wasn't expecting it to be destructive to my input....

See #25. Given this testcase: https://gist.github.com/pwaller/a99e3836293e23677ad08052263b293a If you run `goreduce -match=StructOf .`, goreduce deletes the `x` decl and exits. The resulting file when run does not output the string `StructOf`...