Ana Ulin
Ana Ulin
@nathanvda following up on https://github.com/nathanvda/cocoon/issues/568#issuecomment-1189843826 in a separate issue as requested. In my case, I want to allow a user to add or remove items to a column that is...
**Describe the bug** The following migration: ```ruby def change create_enum :product_type, %w[one-off subscription] add_column :products, :types, :product_type, array: true, default: [] end ``` Fails with the error: ``` TypeError: can't...
Based on testing of the application flow, we should improve the following things: Intro text: - (https://github.com/doubleunion/arooo/pull/714) change explanatory text about visibility of applications; it should make clear that the...
This has happened a couple of times in the last few years, that there after a deploy the app is no longer starting up and it takes us a bit...
The current text talks about the smart key lock we no longer have, and seems to imply that the next step is to go to an orientation, while right now...
 See Heroku docs here: https://help.heroku.com/X5OE6BCA/heroku-18-end-of-life-faq
We need to change our support of door codes for our new space. The new workflow will look like: 1. Admin generates X (unused) codes in the app. These codes...
Encountered today during testing session with @brittag , around 3:45 PM on 1/31/2021 (to help look up logs or Bugsnag info). Applicant got unhelpful Heroku "everything is bad" screen: ![Image...
On the screen a new user sees after authenticating for the first time with GitHub or Google, there is a box asking the user to enter their email. After the...