...socialshareprivacy jQuery plugin for that, or a fork on steroids called "Social Share Privacy". 1. Implementing the buttons is straightforward So you have decided to go ahead with the remote...
GRANT REPLICATION SLAVE ON *.* TO 'replicator'@'%'; Adjust MySQL configuration : Edit /etc/mysql/my.cnf: server-id = 1 log_bin = /var/log/mysql/mysql-bin.log replicate-do-db = some_project_production replicate-do-db = other_project_production...
...smaller binlog. Setting replicate-ignore-db = mysql is generally recommended if you are not 100% sure you want to replicate the master's mysql database onto slaves; on Debian systems...
...HLS, filled with real-world examples. Using FFmpeg as a HLS streaming server (Part 1) – HLS Basics Using FFmpeg as a HLS streaming server (Part 2) – Enhanced HLS Segmentation
...it a lot easier to restore functionality later. In the end, you should have 1 commit for each feature, e.g. "Remove new calendar design". When you encounter commits you missed...
Table of content for the linked article: 1. The `loading=lazy` attribute 2. Email, call, and SMS links 3. Ordered lists `start` attribute 4. The `meter` element 5. HTML Native...
6. Fieldset Element 7. Window.opener 8. Base Element 9. Favicon cache busting 10. The `spellcheck` attribute 11. Native HTML sliders 12. HTML Accordion 13. `mark` tag 14. `download` attribute...
...artifacts were now so small that they are not as noticable then when an 1:1 image is highly compressed...
...environment variable to run your command but disable that check. DISABLE_DATABASE_ENVIRONMENT_CHECK=1 rails db:drop
...and the certificates ARN /home/foobar/Downloads/ElasticLoadBalancing-1.0.14.3/bin/elb-set-lb-listener-ssl-cert lb-name --aws-credential-file ./aws-credential.txt --region eu-west-1 --lb-port 443 --cert-id arn:aws:iam::322191361670:server-certificate/www.example.com-2011
...wie man ein Impressum erstellt und wie man es bei Facebook und Twitter einbindet: #1. Impressum erstellen Ich empfehle zur Erstellung des eigenen Impressums das kostenlose Online-Tool des Anbieters...
...s considered good practice to only give back a Promise, never a Deferred. AngularJS 1.x In Angular's $q promise library, you would do it like this:
bar: [ 'a', { baz: 'x' } ] } } x.dig(:foo, :bar) # => [ 'a', { baz: 'x' } ] x.dig(:foo, :bar, 1, :baz) # => "x" x.dig(:foo, :wronk, 1, :baz) # => nil There is a tiny gem that backports...
...to update it. The ubuntu default sources are usually outdated. Just follow the instructions 1-4 and 1-3 on the page linked below. Making SSL connection work
Then the radio button "sample.pdf" should not be checked inside the 1. iframe And I should see in this order within the breadcrumb inside the 1. iframe...
...frame(frames[frame_number]) end Use it like this: When I switch to the 1. iframe Then the radio button "sample.pdf" should not be checked And I should see in...
...Webpack can interpret the folder as an npm package. // vendor/asset-libs/bought-font/package.json { "name": "bought-font", "version": "1.0.0", "description": "", "main": "index.scss", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Salesman of...
...are bundler aware. Some tests showed that parallel test execution (2 CPUs instead of 1) gives you a performance gain of about 25 - 30 %. Each doubling of the CPU cores...
...nil inside of #m. Affected Ruby Versions Affected version: 2.2.0, 2.2.1, 2.2.2 Unaffected versions: 1.x, 2.0, 2.1, 2.2.3+, 2.3+ How to Expose it The following code exposes the bug...
...the second keyword argument Oo # - there is a double-splat argument def vulnerable_method_1(p: 'p', lost: 'lost', **options) _report(__method__, lost) end def vulnerable_method_2(p: 'p...
...error message above. There are multiple solutions to this issue. Option 0: Use Bundler 1.14 It might fix this issue, or at least print some helpful hints. Unfortunately Bundler 1.14.2...
...dumps core on corrupt Gemfiles with Ruby 1.8.7. Option 1: Make bundle install succeed now, but leave it broken for future installs This parameter will make the installation pass on...
...you can set the number of processes via ENV variable manually: PARALLEL_TEST_PROCESSORS=1 bundle exec geordi cucumber Alternatively, you can run the vanilla cucumber command with Geordi's...
...lead to a run in a single process) Rspec: bundle exec rspec Cucumber: DISPLAY=:17 bundle exec cucumber (Just like geordi uses port 17 for VNC to not see a...
Hey, this is foo.example.com calling. I just sent two ICMP packets to 1.2.3.4 and that failed apparently. Here is a traceroute to 1.2.3.4: HOST: foo.example.com Loss% Snt Last...
...Avg Best Wrst StDev 1.|-- 10.10.13.1 0.0% 10 0.4 0.3 0.2 0.5 0.1 2.|-- 10.179.144.1 0.0% 10 0.7 0.7 0.7 0.8 0.0 3.|-- 212.18.7.63 0.0% 10...
...the project access token Example configuration for the project manager with two submodules customer_1 and customer_2: image: name: "example.com/manager/ci:v1" before_script: # git clone without --recursive already happend...
Lock haml to '= 3.1.7' Unlock andand Unlock rake Lock test-unit to '= 1.2.3' Lock database_cleaner to '< 1.3' Lock cucumber to '< 2' Lock launchy to '~> 2.1 ' Lock paperclip...
...It will simplify debugging failing features. require 'capybara-screenshot/cucumber' Capybara::Screenshot.prune_strategy = { keep: 12 } # parallel_tests TODO: Add rspec-patches gem from PH Code changes Remove UTF8 hints at...
...ARGF.each_line { |l| m = l.match(/^INSERT INTO \`.+\` .+ VALUES \((\d+),/); puts l if !m || m[1].to_i < 200_000 || l =~ /schema_migrations/ }' | mysql -uUSER -pSECRET DATABASE_NAME The command above does...
...jO4MJ316YleW9RCxp4TM5Eid5df30RCzN3rYlnIpyB0= is the same as the value in your cookie: { "session_id"=>"8ef662867ab2457717ba74c143c08733", "timestamp"=>1572261371, "_csrf_token"=>"jO4MJ316YleW9RCxp4TM5Eid5df30RCzN3rYlnIpyB0=" } Note: The session cookie is encrypted by default. You can decrypt it...
...fails to install for Ruby 2.5 if you use a version equal or below 1.8.3. Run bundle update json --conservative to solve this issue. The backtrace you will encounter looks...
...option ‘-Wno-parentheses-equality’ Makefile:241: recipe for target 'generator.o' failed make: *** [generator.o] Error 1 make failed, exit code 2 Gem files will remain installed in /home/user/.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/json-1.8.3 for inspection.