Alan Savage

Results 36 comments of Alan Savage

Should be easy. I think you can just remove the RestartTimerParentMenu here: https://github.com/schmich/marinara/blob/c900f7acedf5684b4cafc2d073da50ecc419977f/src/background/Menu.js#L327

Not working for me on 0.4.9 or 0.4.7 on Monterey 12.3.1, Intel MBP 2019. Are there logs somewhere I can check?

Nope On Mon, May 2, 2022, 8:19 PM rheinbawl ***@***.***> wrote: > Not working for me on 0.4.9 or 0.4.7 on Monterey 12.3.1, Intel MBP 2019. > > Are there...

Looked into this a little more. The `after_initialize` hook doesn't work because the monetized field may be a method that composes other monetized fields that have not yet been set...

This is actually easy to reproduce any time the currency exponent changes. ```ruby class Product < ActiveRecord::Base monetize :price_subunit, as: :price, with_model_currency: :currency end ``` ``` p = Product.new(price: 1,...

Overriding the currency setter is not quite trivial because multiple attributes can use the same currency model, so all the subunits need to be updated at the same time. I'm...

I found #500, #493, and #421, so I see this has been an issue for some time. @antstorm I'd appreciate any input you have. I've tried 2 approaches so far:...

I was able to work around this by setting the env variable `SWAGGER_DRY_RUN=0`

Just kidding. That gets the tests to run, but does not auto-generate the examples