Domas Markevicius
Domas Markevicius
Hi, I will be back to work tomorrow. Good catch regarding ip, I saw that setting from vernrmq.conf has been applied to cowboy, so didn't check any further. Rrgarding header...
@ioolkos I finally got it working by setting max_header_value_length for the correct listener. IP address of the listener changes from run to run, so the steps current solution is: 1....
Thank you for help, but I am aware of these possibilities. Why I can't make them work: Option no1: all the titles are h3, so I can't make them different....
Thank you, it looks like don't really know how to use css. This is the most reasonable result I have. I still need to redefine style for children elements to...
protobuf-net can be used with Vogen types very easily if adding dependency to protobuf-net is OK, but this information is not easy to find imho. I guess it's possible to...
As simple as it seems, but I was unable to pass settings from vernemq.conf to vmq_ranch_config.erl line 366 as values don't appear in Opts there. Looking at the other settings,...
No, I just use Switcheroo.
Okay, then I assume we add a new property to AutoConstructorAttribute which defaults to old behavior but can be overridden, similar to [constructor accessibility ](https://github.com/k94ll13nn3/AutoConstructor?tab=readme-ov-file#constructor-accessibility). Let's call this option **bool...
Hi, thank you for the feedback. Regarding this and base calls - as I understand: - parameterless constructor never needs to call base constructor explicitly because there are no arguments...
"If there is a constructor on the base class with parameter, the parameterless constructor will have to call it" I don't think it's possible to do that, as there are...