Josh Frankel
Josh Frankel
# Why? When utilizing bundler-audit on CI, it can be helpful to filter criticality to find higher criticality gems. # What? * Adds filter (--filter or -f) command line argument...
When working with tabs, there are times when a different display is necessary for mobile view. Specifically, having a fallback `select` dropdown to make navigating tabs easier on mobile is...
Added two methods into helpers.py: set_sort_data and sort_gists_data. The first helps prepare the code for proper sorting. It is called inside gists_filter() method for loop. Second method performs the actual...
In the [api documentation for listing all Schedules](https://developer.pagerduty.com/api-reference/846ecf84402bb-list-schedules), it shows the `overrides_subschedule` and `final_schedule` as returned response data. However, these don't seem accessible from this endpoint. I was able to...
**Describe the bug** Installing LSP and enabling the plugin produces a FileNotFoundError for popups.css **To Reproduce** Steps to reproduce the behavior: 1. Package Control: Install Package 2. Select "LSP" 3....
Add font installation instructions for ddterm, a Gnome Extension for an integrated Wayland dropdown terminal. See: https://github.com/ddterm/gnome-shell-extension-ddterm 
# Why Implements: https://github.com/ilyakatz/data-migrate/issues/148 I recently needed well-factored test coverage for a complex data migration, so I thought I'd take an attempt at implementing test suite support for both RSpec...