Simmon Li
Simmon Li
 Using Odin Dark Mode, this table in the [Rails Active Record Associations lesson](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-on-rails/lessons/active-record-associations#source) is not readable.
Complete the following REQUIRED checkboxes: - [x] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/theodinproject/blob/main/CONTRIBUTING.md) - [x] The title of this PR follows the `location of change:...
Adds a note about cancelling a modal event by `return event.preventDefault();` ### Description Adds additional code snippet demonstrating cancelling a modal event. ### Motivation & Context As someone new to...
I found that when converting PNG with transparency to a JPG, the image ended up with a black background. ~~I added this as a proof-of-concept, but it really should be...
I see that the `world.yml` files include TZ and TZA under country numeric code 834. I suppose because officially it is `Tanzania, United Republic of` rather than `Tanzania` or `Republic...
Revisiting these docs, I realize that it's a little bit confusing if you're using Devise, so I added a Devise callout sooner in the README.
We are running into an issue where our CI system specs are taking a very long time because it seems we are always waiting for the Capybara.default_max_wait_time` amount of time....
Updates the `Enum` section to use new syntax that was introduced in Rails 7.
### Describe your suggestion I wanted to start a conversation about re-writing the Rails Asset Pipeline lesson(s?), as there have been some big changes in the space and more on...
### Issue Description On server startup, when Sentry configuration may not be fully initialized, it seems that there are spots where `Sentry.configuration` may be `nil`. This is very similar to...