-
I have read https://github.com/Homebrew/homebrew-bundle/issues/258 and see that installing casks with a --force flag should work, but this seems to be a not-great solution.
I recently (due to rbenv…
-
It turns out that the libtool created `*.la` files can cause extraneous overlinkage. This is where every shared object file gets directly linked to each of its dependencies, even if they are far upstr…
-
When fswatch is not installed docker sync asks if you want to install it, you press Y, it installs fswatch, but it doesn't pick up fswatch as actually being there until a restart of docker-sync. See N…
-
Hi,
Thanks for this cool library :)!
I am setting up tasty as test framework for my project.
From my previous experience in other languages (C++, JavaScript) I preferred having a setup where test…
-
- Refactor OCDSKit to expose a library function to do this (#268)
- Make kingfisher-cli use this (maybe by default)
-
I believe `static_cast` cannot return null if argument is not null, check is redundand and exception will never be thrown (assuming `clientCallBackInfo` is not null, which can be checked less confusin…
-
like the original did: if any of the panels' directories changed, Far displayed it.
Googling immediately revealed a useful library: https://github.com/emcrisostomo/fswatch
Or here's a [summary o…
-
## Expected Behavior
install
## Actual Behavior
install with errors
## Steps to Reproduce the Problem
1. clone the github repo
2. ./install
3. see the errors
## Specifications
- Ver…
-
[Fswatch](https://code.dlang.org/packages/fswatch) allows you to watch your files and get notified of changes. So if dub were to add a `--watch` command or the like, maybe fswatch can make auto reload…
-
I tried the followings, they all didn't ignore the file "test.sh".
```
fswatch -r -t -x --exclude '.*\.sh' .
fswatch -r -t -x --exclude '.*\\.sh' .
fswatch -r -t -x --exclude '*.sh' .
fswatch -r …