Amar Paul
Amar Paul
`~` doesn't always expand by default. You may need to set `GLOB_SUBST` or `$HOME` instead of `~` https://superuser.com/questions/1618296/no-such-file-or-directory-oh-my-zsh-oh-my-zsh-sh-even-though-file-exists
Would a good compromise be to include something like an `AUTOSTART` variable in the config file? Something like this: ```bash # original line: https://github.com/hnarayanan/shpotify/blob/c93a1e939a7f3260fefe8ed2537733c89d88caee/spotify#L29 USER_CONFIG_DEFAULTS="CLIENT_ID=\"\"\nCLIENT_SECRET=\"\"\nSPOTIFY_AUTOSTART=1"; ``` and ```bash # https://github.com/hnarayanan/shpotify/blob/c93a1e939a7f3260fefe8ed2537733c89d88caee/spotify#L153-L156...
I'd forgotten but apparently [that was me](https://github.com/hnarayanan/shpotify/blame/c93a1e939a7f3260fefe8ed2537733c89d88caee/spotify#L154) to solve #73 @Peter-Schorn i added that line at some point to address the (admittedly odd) edge case of a weird error message...
I have a reproducible example, but I don't fully understand why it's happening. First of all, I do **NOT** see the `ffi.callback()` error at all with `pyenv`'s python versions, and...
Huh. so here's the [current (successful!) build for this PR in travis](https://travis-ci.org/github/pyroscope/pyrocore/builds/682509687), I have no clue why but the build status isn't showing up next to my commits.
these apps need to be in the `WALKOFF/apps` directory (so just `mv` the apps you want out of `WALKOFF-apps` after you git clone)
* static analysis tool [infer is using it now](https://github.com/facebook/infer/pull/1271) * one of its dependencies, a [custom-built clang](https://github.com/facebook/facebook-clang-plugins) will probably also use it once an action is set up (so clang...
If you are hosting this on a machine internal to your network, I had to use `my-host-machine-ip` for the hydrus client's URL, rather than `hydrusclient`. something like `http://192.168.0.10:45869`.
To help anybody else finding this - I'm seeing this error as well for table names containing characters such as hyphens or underscores. ``` Uncaught {in promise) Error: SQLITE ERROR:...
This is very old, but for anybody finding this you may need: ``` ./bootstrap.sh --with-python=$(which python) --with-python-version=3.6 --with-python-root=~/.pyenv/versions/3.6-dev/ ./b2 --with-python install ``` Those paths are what I used (compiling with...