Jonas Kittner
Jonas Kittner
The error message is also not quite right in the context. When looking at the full function signature of `time_bucket` ```sql Schema | public Name | time_bucket Result data type...
@fcovatti, you probably have `TIMESTAMPTZ` as a column data type. This doesn't work. For some reason only `TIMESTAMP` works (that may be on accident?). I'm still hoping that this will...
okay, I did a little more digging and it seems to be related with how you setup `caption`. When setting `figureposition=top` it is off by one, with `figureposition=bottom` it is...
I was using my own, modified template, so when using pandoc-crossref without any template or the default eisvogel template everything works as expected. I got suspicious of what I was...
> Could you elaborate on what you expect to happen and what actually happens? the reproducer is this - the difference is whether the image is found or not -...
okay, so I went down the entire rabbit hole and built everything from source in my own dockerfile: ```dockerfile FROM ubuntu:jammy ENV DEBIAN_FRONTEND=noninteractive RUN : \ && apt-get update \...
I am not sure I understand what your issue or request actually is: but you can use `bins` to make the plot/legend have "nicer" groups ```python ax.bar(wd, ws, normed=True, opening=0.8,...
I think I was able to implement this: The only requirement is, that the file has to be open in one tab. But that's still a lot more convenient than...
That looks like an old version of `typing_extensions` is installed. It was already changed a while ago: https://github.com/python/typing_extensions/pull/162/files#diff-2e398129239518dc82985bc023ce5fb83df781e9f84098cfe1415bdd6d7ac59fL1362 I am not sure what pulls in `typing_extensions`, but they may have...