Monty
Monty
I'm currently using it to prefill emails since we ask our users to put their email first for some checks on our end before redirecting them to Azure. I just...
@sunny Ive had this issue before when using OpenStruct with our own PORO Service class. I resolved this by running with a Struct with a field called `result` and place...
Yep definitely, the result should continue to act as it is. Sorry got my thoughts mixed up with the other issue with the stubbed outputs, which we can solve by...
I found something interesting, but I'm not very familiar around doing metaprogramming (I try to avoid them as much as possible). We can do something like this: ``` class Result...
Let me know what you think, I'll give it a go when I get some free time sometime for the next 2 weeks.
Hi @sunny sorry wasn't able to work on this due to sudden work changes. Happy to help contribute to the idea, but can't code for this for the meantime.
I completely missed this update! My bad on that. I will test this out on our setup but after reading your latest comment explaining the setup, it makes perfect sense....
Might be due to sidekiq 7.2.0's update re: unsafe-inline scripts. https://github.com/sidekiq/sidekiq/pull/6074
I took a look at the code related to this. There's a script tag inside `statuses.erb` that we need to remove and move to its own file. However, attempting to...