Kadu Diógenes
Kadu Diógenes
Thanks for this @mido18. With your patch I was able to resolve the issue totally in emberjs side (ps.: I'm using ember-easyForm and Font Awesome). I created a view to...
@lubosz, after making the modification you hinted I'm still getting the following error: ``` make[3]: Leaving directory '/home/kadu/Downloads/bfgminer-5.5.0/libblkmaker' CCLD bfgminer /usr/bin/ld: bfgminer-sha256_sse4_amd64.o:/home/kadu/Downloads/bfgminer-5.5.0/sha256_sse4_amd64.c:51: multiple definition of `g_4sha256_k'; bfgminer-sha256_sse2_amd64.o:/home/kadu/Downloads/bfgminer-5.5.0/sha256_sse2_amd64.c:51: first defined here...
I removed the `yasm` package from my linux and run `./configure --enable-cpumining` and `make` and it's worked.
I just adopted the bfgminer AUR package and made it works with CPU and GPU support: https://aur.archlinux.org/packages/bfgminer The problem with the multiple definition errors is a change on GCC (I...
I don't know how to explain it better. But if I'm red and make code changes and go green, the tests execute twice. I have the following output: # /usr/bin/ruby...
I think that I understand how it's working. When there is a failing test and you change your code, autotest will execute the tests for the controller that has changed...
I already opened a PR with a possible solution: https://github.com/bryanjos/aws_auth/pull/38
@stavro ex-aws/ex_aws#249 get's closed, what is the future for this? I tested the `direct-to-s3` branch and it's working, I only have to change the `action` in `HtmlUploadForm`, since I'm using...
Using the backticks in the asset pipeline I get the following error: `undefined method 'image_path' for #`
Just created a simple Rails project: https://github.com/cerdiogenes/r2js-pipeline