yed
yed
hi, can you provide the error / traceback you're getting (if any) and the code you're using?
maybe you can override `close()` in your consumer and do the housekeeping there before calling parent `close()` no?
beta2 shows this message on pressing `Reload` when this problem occurs: > core/object/object.cpp:1057 - Error calling from signal 'confirmed' to callable: 'ScriptEditor::ScriptEditor::reload_scripts': Method expected 1 arguments, but called with 0..
@ukedk here's my config for nginx ``` server { listen 443 ssl; server_name example.com; location / { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For...
> I'm curious why would you prefer to have only a single person broadcasting vs everyone can broadcast the use case is one person having a presentation and others are...
I might be biased here, since -as mentioned above- I have kinda' implemented this for myself, so what I'll be describing will be gravitating towards that. But implementation is more...
@dima-engineer can you open a pull request from the branch please? It's easier to comment on the code that way. Thanks.
Hi, I read this a few times but I'm still not sure if I fully understand what's the issue. Could you give a specific example where/how is `validation_error_status` causing the...
Hi, thanks for the PR. I can see what are you aiming for, but I dont think this should be handled via a new parameter in `validate()`. Without increasing its...
feel free to reopen the issue with update.