Daniel Mircea
Daniel Mircea
I'm glad you found it useful. Unfortunately there's no way of doing that at the moment. I was planning on adding this (and scopes) though.
I apologize for answering so late. Personally I don't have as much time as I used to, to work on this. If anyone can, feel free to jump in and...
Thanks for taking a shot at it. It's ok, I'll take care of it over the next weekend. On Mon, Mar 4, 2013 at 9:25 PM, Gasparyan A [email protected]: >...
I'm afraid this is not possible right now. However, using link rel canonical (https://support.google.com/webmasters/answer/139394?hl=en) in your pages may provide the same effect.
I had the same issue just moments ago, and I even tried to clone the rust source repo. So I did some investigating, and by running `git log -- src/libstd`...
Someone created a PR for this a few months ago: https://github.com/ogham/exa/pull/1064
I had this exact error myself. There are multiple PRs waiting merging. For example [this](https://github.com/zakird/wkhtmltopdf_binary_gem/pull/145) fixed things for me: ```ruby gem 'wkhtmltopdf-binary', github: 'willnet/wkhtmltopdf_binary_gem', branch: 'arm' ```
I've seen this exact message in my rspec logs. It was happening because the server wasn't returning any `Last-Modified` header.
Not really a fix, but for anyone else seeing the error, I just wanted to point out that the following would also work ```shell make CFLAGS="-I/usr/include/capstone" # change to path...
I have figured this out and it happens because I wasn't passing: `-lGL` to the compile flags. Though to be clear, without passing it, opengl was working fine. It's just...