TILs - Fueling Curiosity, One Insight at a Time

At Codemancers, we believe every day is an opportunity to grow. This section is where our team shares bite-sized discoveries, technical breakthroughs and fascinating nuggets of wisdom we've stumbled upon in our work.

Published
Author
user-image
Goromlagche
you can pass options.args << ‘--headless’ to firefox newer versions, no need for headless gem

options = Selenium::WebDriver::Firefox::Options.new
options.args << ‘--headless’
Capybara::Selenium::Driver.new(app,browser: :firefox, options: options)
Published
Author
user-image
Iffyuva
To remove unwanted hex packages from mix.lock file, use mix deps.unlock --unused command
Published
Author
user-image
Emil
You can switch between k8s contexts using the docker toolbar menu in OSX.
Published
Author
user-image
Akshay
React provides us with Portals which can be used to render children into a DOM node that exists outside the DOM hierarchy of the parent component
Published
Author
user-image
Akshay
React provides us with Portals which can be used to render children into a DOM node that exists outside the DOM hierarchy of the parent component
Published
Author
user-image
Yuva
Co-founder
GCE has quotas on your account. You can see them here https://console.cloud.google.com/iam-admin/quotas and you need to mail them if you wish to increase any of your resources under your project. So, you can't just scale up to whatever scale you would like to!
Published
Author
user-image
Mrinmoy
rails 5 has config.action_view.automatically_disable_submit_tag set to true by default

Showing page 64 of 83

Ready to Build Something Amazing?

Codemancers can bring your vision to life and help you achieve your goals