Fox

Results 4 issues of Fox

Hi, I just got this error when my CI tried to execute my binary: `2022/04/13 09:12:57 caxa stub: Failed to create the lock directory: mkdir /tmp/caxa/locks/myprogram/7qsvoyerli: permission denied` When I...

Changelog - Changed all references from `/tmp/caxa` to `/tmp/caxa/` - Tests updated to use path with username (`/tmp/caxa//[tests|examples]`) - `/tmp/caxa` directory is set with `777` permissions - `/tmp/caxa/` is set...

`rsync` is missing from the dependency list and its required in line [expose.sh:972](https://github.com/Jack000/Expose/blob/a1a7c27ddecb2858e10a369247535a1b4c721fbf/expose.sh#L972) to copy the resources to `_site`.

I'm trying to use this library to add types to my class that extends from EventEmitter, but I can't find a way to make it work with my example: ```typescript...