Ori Marash
Ori Marash
I'd like to run a callback when an object enters its initial state. For example: ```ruby class Article include Workflow workflow do state :new end def on_new_entry puts 'entered new'...
Let me know if this isn't the right repo to put this issue. In the `onAuth` handler, I pass an object through the `user` parameter. It says in the documentation...
If we define a unit that includes parenthesis: ```ruby Unit.define "m (meters)" do |unit| unit.definition = "1 m".to_unit end ``` Then it won't be recognised: ```ruby "1 m (meters)".to_unit ```...
Love the plugin! One small problem I've encountered is that when, in a minitest file, I run `:Runner` and provide a range, the test does not run if it has...
I'd like to allow workers on [Mechanical Turk (also MTurk)](https://www.mturk.com) to annotate tasks in using my self-hosted Label Studio interface. Does anyone know how I can set this up?
**Is your feature request related to a problem? Please describe.** I'm trying to use Ruby on Rails + Tusd. Rails' Active Storage requires a checksum to verify file integrity. Right...
- Clicking on the timeline with an iPad emits the "click" event. - But double-clicking on the timeline with an iPad doesn't emit the "doubleClick" event. Version: 7.7.3 I haven't...