Peter Siska
Peter Siska
Currently I am updating tools I need to support the JSONL support in order not to need to land this PR. However until those changes are merged is there an...
Hello, from debug logs I can see ``` java.io.IOException: Failed to bind to address ::/:::42000 ``` Trying on xiaomi miui. Tested that 5353(udp) and 42000(udp) are reachable (from pc) 42000(tcp)...
Thanks for reply! I have attached the mentioned gir in this gist -> https://gist.github.com/psiska/a52811f4846d594b384a5e8ac9298236 In the meantime I have started creating cli tool for haskell-gi, allowing me to inspect the...
Few overrides with following signatures did the trick. Thanks ``` set-attr GtkSource/Buffer/forward_iter_to_source_mark/@parameters/iter transfer-ownership none set-attr GtkSource/Buffer/forward_iter_to_source_mark/@parameters/iter caller-allocates 1 ``` Can you explain me why is the original signature confusing?
I think you are referring to http://www.reactive-web.co.cc/showdemo/SelectDemo In that case two events are fired because "select" contains onclick and onchange handler. When you click the "select" onclick handler fires 1....
I see. If I understand it properly, each time you update PropertyVar - in this case selectedIndex - new javascript snippet is queued to be pushed to client. It seems...