Jonathan Boarman
Jonathan Boarman
Hi @btessore! It's always great to see someone identify a bug, so now we can make things even better! Would you be able to prepare a pull request, or even...
@Travvy88 Do you mind investigating this further to see if you can identify a solution? If so, you could prepare a PR and we could include you as a listed...
@kwcckw Do you think you have enough information for us to add this issue to the current sprint?
Do we really need to subclass each method? Would something like this work? ```python from enum import Enum class Overlay(str, Enum): INK_TO_PAPER = "ink_to_paper" MIN = "min" MAX = "max"...
I may or may not be encountering a similar issue that comes up only when I use the same connection multiple times, which happens when I call a service that...
As indicated by others, the issue appears due to multiple attempts by live-server to inject the client-side javascript code. The defect is around the matching and/or processing of those matches...