-
In `bootstrap.sh`, we're doing a sample mysql command to determine if Drupal is installed. We can probably accomplish similar magic without requiring the use of environment variables.
-
I get the following error:
```
$ pip install cget
Collecting cget
Could not find a version that satisfies the requirement cget (from versions: )
No matching distribution found for cget
```
-
```
$ cget install simbody/simbody
Failed to build package simbody/simbody
Traceback (most recent call last):
File "/usr/local/bin/cget", line 9, in
load_entry_point('cget==0.0.7', 'console_scr…
-
This tool is really awesome, in order to use it for my libraries, I need a way to set CMake variables (especially `CMAKE_BUILD_MODE`).
For example like: `cget install -DVARIABLE`
Your tool don't nee…
-
OSX 10.11.3, python 2.7.10 (from homebrew)
```
$ cget init --prefix ~/Documents/testcget
Traceback (most recent call last):
File "/usr/local/bin/cget", line 9, in
load_entry_point('cget==0.0.5…
-
Before everyone starts using their own macros to select compilers we should probably make a compiler detect header with a few 100% correctly written macros. Off the top of my head I would request
- i…
-
calling {root}/admin/api/accounts produces the following error
![bildschirmfoto 2015-08-11 um 11 38 24](https://cloud.githubusercontent.com/assets/1998663/9194812/5092e7cc-401e-11e5-9dab-56a60e29319e.…
-
```
From this thread:
http://pf.itd.nrl.navy.mil/pipermail/core-users/2013-March/001178.html
> 2. If a service fails validation I get the error below and never get the
> session ID. Afterwards I need…
-
First of all, awesome idea! It'd be nice if the requirements file allowed specifying cmake flags to pass onto the dependencies, e.g., `-DCMAKE_CXX_FLAGS=...`, etc.
-
I develop Sidekiq, an async job processing system for Ruby, and use Redis for my data store - it's awesome. Thank you @antirez.
One thing I want to be able to do is track job processing in real-time…