Alan Savage

Results 14 issues of Alan Savage

**Is your feature request related to a problem? Please describe.** I save my invoice files to a directory for backup and names like "Invoice #1.pdf" are not descriptive enough. **Describe...

enhancement
QuoteBundle
InvoiceBundle
feature

## Problem rswag rspec examples aren't tagged, so in applications where there are a lot of request specs that aren't rswag specs a lot of time is wasted running those...

```ruby class Foo < ActiveRecord::Base # Use USD as model level currency because it has exponent 2 register_currency :usd monetize :bar_amount, as: :bar, with_model_currency: :bar_currency_code, disable_validation: true end f =...

I'm often a bit nervous that AirMessage has silently stopped working. It'd be great to have a UI indicator of the last time the app successfully synced messages to the...

fixes rubymonsters/ruby-for-beginners#39

"printing things" is missing an example use of the recommended p method. Perhaps "For example when you pass an array to puts then it will output each of the objects...

The current mobile web UX does not fit all in one screen width on my Pixel 7. It would be nice if the expense table could be condensed to fit...

improvement
discussion
UI/UX

Our company operates in multiple countries performing transactions with Money with different rounding modes per country. Right now, our code is littered with blocks like this: ``` Money.with_rounding_mode(country.rounding_mode) do money_instance.format...

Files will not format for me. The VS Code log says this: ``` [2020-09-23 21:10:32.696] [exthost] [error] [mbessey.vscode-rufo] provider FAILED [2020-09-23 21:10:32.696] [exthost] [error] undefined ``` rufo is in my...