author avatar

revath

Fri Nov 23 2018

In bulma set $navbar-breakpoint: $tablet; to show the same desktop navbar in tablet (landscape mode).

author avatar

revath

Tue Nov 20 2018

if your node script exited with Returned: code: 137 signal: null, 137 mean it got killed by another process and high chance that it should be Out of Memory issue.

author avatar

akshay

Fri Nov 16 2018

We can filter sensitive parameters from getting logged by modifying config like Rails.application.config.filter_parameters += [:password, :credit_card] within automatically created filter_parameter_logging.rb file in config/initializers folder.

author avatar

revath

Wed Nov 14 2018

xdotool type $(echo "A B C") will type without spaces. if you need to retain space xdotool type "${echo "A B C"}"

Showing 45 to 47 of 66 results