Marc Rohloff
Marc Rohloff
Is there an efficient way to like multiple items together? i.e. I am currently doing: `movies.each { |m| user.like(m) }` but of course there are lots of inefficiencies.
#### Expected behavior vs actual behavior Expected the execution context (`self`) to be the same when using something like `has_one :something do` as it is with `attribute :something do`. Maybe...
Ruby 2.7 now warns with > warning: deprecated Object#=~ is called on Launchy::Argv; it always returns nil Cause: When Running Mint without any environment overrides set the `browser_cmdline` is `Argv[xdg-open]`...
I think that it would be helpful if, when you search for something like `textarea` the `paper-textarea` does not show up in the results. `paper-input` does but if you go...
In a new directory: ``` $ yarn add rm-emoji-picker $ yarn check error "rm-emoji-picker" is wrong version: expected "0.4.0", got null ``` Changing the version number in the package.json from...
Can the sassc dependency be removed? We are using dartsass and would rather not have this as an explicit dependency
This change makes it possible to use custom sub-classes of the core, Transaction, Event and State classes. This makes it possible to add to the DSL, for example: ``` class...
**Is your feature request related to a problem? Please describe.** My class and dsl would be cleaner if it were possible to add custom dsl and options to event and...
This fixes an issue where mailer methods defined with keyword args like `def test(user, notes:)` fail with Ruby 3.2.1 and Rails 7.0.4
The text "You've been assigned as a reviewer on a new paper [Start Review]" text on the desktop page needs improvements to the logic that decides when there is a...