Chris McDonough

Results 71 comments of Chris McDonough

As @bertjwregeer says, Pyramid's predicate machinery does not really allow for this currently. Predicates that fail to match due to no view being registered for a particular request method or...

The cookbook entry referred to in the OP: http://docs.pylonsproject.org/projects/pyramid-cookbook/en/latest/static_assets/files.html#basic-file-uploads

Agree with @bertjwregeer (although once we change WebOb we'll probably need to change Pyramid to depend on that new version and might need to change Pyramid too).

mimic appears to already be compiled for pulseaudio, or at least an strace of the output of "mimic -t hello" shows it looking up pulseaudio config files and libraries?

> However like Ake said, if it is only used to generate WAV files it should be fine regardsless, but perhaps your chop off issue is related. Right. (@jinx is...

This is painful and insane but the solution at https://askubuntu.com/a/1310141 works. Play a 5 minute inaudible 20khz wav file via paplay over and over in the background while mycroft runs....

Thanks so much for Olive. I've used it to produce something like 40 videos, and it sucks so much less to do so than using anything else that I'm very...

Here is an easier repro: ``` [chrism@optinix:~/projects]$ git clone [email protected]:gonzaloetjo/foundry-devenv.git Cloning into 'foundry-devenv'... remote: Enumerating objects: 34, done. remote: Counting objects: 100% (34/34), done. remote: Compressing objects: 100% (19/19), done....

The nix path its looking in is some version of nixpkgs. ``` [chrism@optinix:~/projects/foundry-devenv]$ ls /nix/store/0n86420hx4bydkpx8q7a4vqw46f5ihhp-source CONTRIBUTING.md default.nix flake.nix maintainers pkgs COPYING doc lib nixos README.md ```

Removing the dependency on ``foundry-bin`` allows for a shell: ``` [chrism@optinix:~/projects/foundry-devenv]$ git diff diff --git a/devenv.nix b/devenv.nix index ccdddcb..69c034f 100644 --- a/devenv.nix +++ b/devenv.nix @@ -15,7 +15,7 @@ in {...