Garve Hays
Garve Hays
I'm seeing the same issue. I start up the container with `docker-compose` where the `kafka` service looks like this: ```yml kafka: image: lensesio/fast-data-dev:latest ports: - "2181:2181" - "3030:3030" - "8081-8083:8081-8083"...
TL;DR: Create a Windows batch file in the path used by `gifify`, e.g. ``` "C:\Program Files\ImageMagick-7.0.5-Q16\magick.exe" %* ``` I ran into the problem on Windows 10. There is already a...
I'm running into the same issue. Our company uses GitHub Enterprise Server 3.5.8 whereas the docs say: > stateReason added to schema 2022-05-29 So `stateReason` is not yet available. I...
I'm beginning to see the problem... Since the _issue fragment_ is never directly called from `build_query` any kind of conditional is exceedingly difficult. 😦 The best I could hope for...