Alexey Morozov

Results 17 comments of Alexey Morozov

oops, forgot about formatting protection... The page looks like this: Test Page ========= {{ comments}} {{ comment_form}}

And the rendered view looks like this: # Test Page Error executing the comments macro (undefined method `call' for nil:NilClass) Error executing the comment_form macro (undefined method `call' for nil:NilClass)...

The following patch fixes _symptoms_ of the problem, probably not the reason. The reason as it seems to me, is that the method definition is processed in the global context,...

After thinking a bit about your solution and its pros and cons, I have to agree that it's the most reasonable one. Have you submitted it already as a PR?

I have read through the conversation and it looks like so far nobody clearly defined the use case for which this feature request is needed. Let me try to fill...

On Linux I can see bitmaps attached to image widgets but only those created with the previous version of Pencel (2.x). But when I try to export such an image...

Likely the pool should intercept errors of these kinds (in my case `io.r2dbc.spi.R2dbcNonTransientResourceException`) and simply re-establish connection(s). At least I would expect it to behave this way. I can easily...

The bug is reproducible on the following software combination: - OS: GNU/Linux Debian 12.5 (Bookworm) - Graalvm: graalvm-community-openjdk-22.0.1+8.1 - Graalpy: graalpy-community-24.0.1

@vfouqueron can you please publish your work? BTW. I have updated the original patch to the v7.x state, though pretty "mechanically", without deep understanding how things have changed since v6.x.

Also I have discovered the the original patch incorrectly handles the "Fruit/Apple/Banana" testcase from v7.x and master. The generated code is: ``` @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property =...