Matthew R Johnson

Results 18 comments of Matthew R Johnson

Returning X/Y values covers a very common use case but general click event handling in Plotly seems a bit harder. The best reference I've found is https://plotly.com/javascript/plotlyjs-events/#event-data But that doesn't...

Copying SourceGenerators to a new directory on Windows :heavy_check_mark: 3.1.300-preview-015135 `dotnet build` does work on a clean copy of SourceGenerators :x: 5.0.100-preview.3.20216.6 `dotnet build` fails. After the solution has been...

Same messages in 2024.2, for each of `AutoScrollToTheEndToolbarAction`, `ToggleCaseInsensitiveSearchToolbarAction` and `AppInsightsToolWindow$2` There's some guidance here: https://plugins.jetbrains.com/docs/intellij/basic-action-system.html#anactiongetactionupdatethread about [background thread (BGT) or the event-dispatching thread (EDT)](https://plugins.jetbrains.com/docs/intellij/threading-model.html) Should these components all be...

> incompatibility with python 3.6, but I'm not sure I intend to continue supporting that on RR I think we can drop python 3.6 support since lot's of other packages...

> This has been tested against a local build of Ringing Room; it will fail against the production RR due to backwards-compatibility issues in socketio. > Not entirely sure how...

I've published https://pypi.org/project/wheatley/0.8.0b1/ to allow RingingRoom to update with that version

I'm struggling to parse your second example, I think it uses `,` both to separate methods and symmetric method/lead ends. How about instead of overloading `--place-notation` we allowed users to...

Interesting, so your format in `[TRACKS]` is the place each bell is in each row. How would you extend this to ringing spliced with multiple methods? For a single method...

Playing around yesterday I came up with #153 to avoid waiting over a user who swapped their assigned bells. > Wheatley to ring the tenor behind or the treble to...

Looks like the generator assigned on `Look To`, after which calls should be passed to it https://github.com/kneasle/wheatley/blob/1bbdc8ee6f0e8773480f757abb3e2ce903c94d00/wheatley/bot.py#L182-L183 But we reset the generator's state as the method starts https://github.com/kneasle/wheatley/blob/1bbdc8ee6f0e8773480f757abb3e2ce903c94d00/wheatley/bot.py#L319 https://github.com/kneasle/wheatley/blob/1bbdc8ee6f0e8773480f757abb3e2ce903c94d00/wheatley/row_generation/row_generator.py#L26-L33 The...