Explore >> Select a destination


You are here

fzakaria.com
| | gist.github.com
3.8 parsecs away

Travel
| | A Common .ruby-version File For Ruby Projects. GitHub Gist: instantly share code, notes, and snippets.
| | markentier.tech
4.0 parsecs away

Travel
| | Quick answer:bundle config build.nokogiri --use-system-libraries && bundle install | markentier.tech
| | blog.presidentbeef.com
2.7 parsecs away

Travel
| | [AI summary] The author describes a process for bundling Ruby gem dependencies inside the Brakeman security scanner gem to prevent version conflicts with user applications.
| | www.ethanrosenthal.com
20.4 parsecs away

Travel
| I make Python packages for everything. Big projects obviously get a package, but so does every tiny analysis. Spinning up a quick jupyter notebook to check something out? Build a package first. Oh yeah, and every package gets its own virtual environment. Let's back up a little bit so that I can tell you why I do this. After that, I'll show you how I do this. Notably, my workflow is set up to make it simple to stay consistent.