Martin Stabenfeldt
Martin Stabenfeldt
Hi, How can I create a button without the gradient? Like a "flat" button, using only one background color? Cheers, Martin
I'm using dynamic_sitemaps (2.0.0) and Rails-4.1.1 **config/sitemap.rb** ``` require 'dynamic_sitemaps' host 'www.test.com' sitemap :site do url root_url, last_mod: Time.now, change_freq: "daily", priority: 1.0 end ``` ``` ruby ✗ rake sitemap:generate...
Hi, The named_route has a slightly different output when parsed in the mail template than expected from the RSpec point of view. The diff is minimal, put there is a...
## Directions I´ve created a project with docker-compose. It starts a few MongoDB servers and Elasticsearch. Then it installs transporter and verifies that the sync works. I did this back...
Hi, I get **_undefined method `paginate' for # params[:page], :per_page => 10 ) ``` It does however work nice if I don't do a search. E.g.: ``` ruby Ad.paginate(:page =>...
Hi, I get this in the log: > [INFO ][org.elasticsearch.river.mongodb.Indexer] Ignore drop collection request [database], [collection]. The option has been disabled. How can I enable it? :-) ## Cheers, Martin
Changes to app.jsx is not propagated to main.js Here is a 30 seconds screencast that demonstrates the bug: https://www.youtube.com/watch?v=rZRis6jUa8g Please have a look and update the gulpfile so it's working....
Hi, Do you have any experience with which NodeJS version this runs best with? E.g. which version is most likely to be supported by all the dependencies? ## Martin
Hi, I'm unable to run `npm install`. Which version of node is recommended? I've tried 4.2.0 and 4.0.0. ``` bash ➜ imgur-client git:(master) ✗ git checkout 42bcfc6 ➜ imgur-client git:(42bcfc6)...
I tried to add ASM to my newly created GKE autopilot cluster: ``` ./asmcli install \ -p $PROJECT_ID \ -l $LOCATION \ -n $CLUSTER_NAME \ --managed \ --verbose \ --output_dir...