-
(cc @rubenIzquierdo, @piekvossen)
Running the ixa-pipe-nerc if there is a smiley or other strange character in the NAF file causes comments to be written that later mess up the java XML parser (which…
-
It seems like its skipping a step where it should be installing database and htdocs etc. but its not. I tried so many times and it still doesn't work. is there a solution for this.
ghost updated
7 years ago
-
Current constructors require a `CompressedStorage` argument, which is quite a pain to use, since users need to import it, and qualify the variant.
Possible solutions include:
- having versions with `…
-
It's usually good form to spell out an acronym before using it. It's driving me crazy. I checked the project header, README, Wiki, FAQ, and google. I want to tell people about this cool project, but I…
-
So I'm trying to copy a .mid file to my Drive, but it fails:
```
~$ rsync -ahv --inplace Music/Heyyeyaaeyaaaeyaeyaa.mid drive/music/Heyyeyaaeyaaaeyaeyaa5.mid
sending incremental file list
Heyyeyaaey…
X1011 updated
8 years ago
-
Using 0.4. I have a `user_data` section in an AWS resource, which uses the here-doc syntax. The shell script contains the character sequence `/*` as part of a shell command. This is interpreted as beg…
-
I seem to have a strange issue with rancher os. I'm currently running rancher server as the only docker container and when executing sudo reboot the system seems to freeze and never reboot.
I have to…
-
```
I was suffering from some "free() called twice" crashes related to mbpurple
until I added a bit of cleanup (patch attached) to mb_http.c
```
Original issue reported on code.google.com by `osma.ah…
-
Hi.
I'm looking for something like this:
``` coffeescript
$stateProvider
.state 'dashboard',
url: '/dashboard'
views:
"sidebar": templateUrl: 'views/dashboard/sidebar…
-
1. I have run [mongo](https://registry.hub.docker.com/_/mongo/) container
2. Container requires about 4GB to run, which was reserved
3. I have stopped and removed a container using `docker stop` and `…