Justin Louie
Justin Louie
# Expected Behavior dotenv should load multiline environment variables the same way Ruby loads them via CLI. ``` $ export MULTI_LINE_STR='this\nshould\nload with double escaped new lines' $ irb irb(main):001:0> ENV["MULTI_LINE_STR"]...
**Is your feature request related to a problem? Please describe.** Automatically add failure to transition reason into `object.errors`. **Describe the solution you'd like** ``` ruby class Transaction aasm do state...
## TL;DR If a model association is called during `.build` for setting `with_model_currency`, the `column_cents` gets reset to 0. ## Example https://github.com/nitsujri/money-build-issue To run it, load the `rails console` and...
My understanding of liability transfers was wrong and this [thread was correct](https://github.com/adamcharnock/django-hordak/issues/23) in the solution. This remained hidden because we only just started using it and the accounting was flagging...
Hi all this is my attempt at getting the ball rolling on a long term migration to DR/CR for Hordak. **Why** Reasons for changing the data model to match accounting...
### Preflight Checklist - [X] I have read and I agree to follow the [support disclaimer](https://github.com/Paperback-iOS/app#support-disclaimer). - [X] I am sure that my bug has nothing to with third party...
Disclaimer ------------- I mean absolutely no disrespect to @blahlicus for what's been built over the years. I absolutely love my Diverge 3 and it continues to be my daily driver....
Thanks for this awesome plugin. It's made our office lives even more hilarious. Purely selfish request, but would love to be able to save a history or set of favorites.
**Problem** The `Endpoint IP` for all clients were not automatically getting set and even trying to manually set them via UI wasn't working. I recreated my entire AWS VPN bastion...
**Problem** Tickets https://github.com/jschneier/django-storages/issues/1353 and https://github.com/jschneier/django-storages/issues/1361 was hoped to be fixed by https://github.com/jschneier/django-storages/pull/1336 for AWS Lambda/ECS where you can automatically use `AWS_SESSION_TOKEN`, but for me it does not. I got help...