Brett Higgins

Results 76 comments of Brett Higgins

@Anderen2 did you ever end up releasing this project? I'd be very interested in using it.

Also seeing the same as @slavugan , with v2022.1.3.

Here's one occurrence (edit: wrong call, sorry) ![image](https://user-images.githubusercontent.com/91550/151238380-9e029662-efb4-4e85-993e-e92de8a41f9f.png)

Just code: ```python class Foo: def __init__(self): self.must_override() def must_override(self): raise AssertionError("Subclass must implement") class Bar(Foo): def must_override(self): print("Bar.must_override") def main(): bar = Bar() print("definitely reachable") # pylance says this...

Can we agree that "Code is unreachable" is a bit misleading in this scenario, and that pylance could be telling me something more helpful?

Problem still exists in version 5.2.0. Interestingly, I do see this in the output: ``` Serverless Domain Manager: Info: Updated API mapping from '' to '(none)' for ``` so I...

Adding my vote for this feature. As it is, tasks created from template tasks can't be edited at all through Chronograf.

Still interested in this, but it seems no further Kapacitor-related development is planned, so it would probably be more appropriate to close this with an official comment to that effect.

**Warning**: speculation follows. I haven't really thought this through. :-) The "first filter wins" approach you mentioned in #82 seems sensible, with a catch-all of "print" if there are no...