Radim Vansa
                                            Radim Vansa
                                        
                                    @balta2ar Thanks, I think I've seen that before. I had 1.7 mostly working: https://github.com/rvansa/heapdump14
I am having a similar problem though in my case the pages are not processed in a strictly alphabetic order. Also it's not only about rendering liquid - markdown is...
@mkouba The reproducer is already attached to the report, under 'How to Reproduce'. I run the code in a transaction that involves JPA, hence the blocking/worker thread. The `ordered=true` is...
@cescoffier Yes, though if it's unsafe to establish connection this way, given that it might be racy/out of control, invoking that should be prohibited in all cases, and in mail...
@neetle I don't follow... Yes, any type can be passed to the switch, and if that is not one of the expected types the hash function would simply transform its...
@neetle OK, I was not aware that you can do embedded interfaces/anon struct matching like the above. The assembly for that would probably look quite different to the one shown...
Okay, I found that this is probably not due to breaking the output incorrectly but due to `docker logs -f ...` failing as I had `ulimit -n` set to default...
I have found out the problem when this started happening reproducibly every time; I saw the message `error getting journald fd: Too many open files` when I've placed a breakpoint...
What's the status of the last request? I would also appreciate being able to use `$schema`. An alternative approach that does not require changes on the consumer side is to...