Sigurd Spieckermann

Results 255 comments of Sigurd Spieckermann
trafficstars

Hi @alexellis, I automatically extend user-provided Docker images with `of-watchdog`, so they can be deployed to OpenFaaS without additional effort for the user. I _could_ declare the `of-watchdog` variables as...

> I'm unaware of your usage of OpenFaaS and this is the first time we've heard from you. It may make your case stronger, if you're seen to participate in...

Same problem here. I don’t think it’s a bug because it’s non-standard syntax. But perhaps there could be way to add a user-specified rule that handles this case gracefully?

@pawamoy Would ignoring `BoolOp` errors suffice for handling some other natural language non-type cases like the following (taken from [numpydoc](https://numpydoc.readthedocs.io/en/latest/format.html#parameters))? ``` Parameters ---------- dtype : data-type iterable : iterable object...

Thanks, @pawamoy! :pray: NumPy-style parameter annotations work great now! :slightly_smiling_face:

Haha, yes, it's a small world it seems. :rofl: I recognized you a while ago on Copier's repo after we had been discussing here for a bit. :laughing: `mkdocstrings` and...

I'm having a similar case with nested draggables/droppables. My workaround is to inject `event.stopPropagation()` into `onMouseDown`/`onTouchStart` callbacks of `` and into `onMouseEnter`/`onMouseLeave` callbacks of ``.

Can you elaborate on a) and b)? Why do you need to know the brick? To compute the "fan-in", you get the `shape` argument in `:class:~blocks.initialize.NdarrayInitialization.generate` which contains the "fan-in"...