n-arakawa

Results 7 comments of n-arakawa

This idiom seems to work with `--missing error --strict` `{{ append (pluck "optional_value" .) "UNDEF" | first }}`

In addition to `mscgen`, there is another one, [msc-generator](https://gitlab.com/msc-generator/msc-generator). I hope to include it in future releases.

I believe you are referring to the following code for what happens when "penpotPublicURI" has no value. frontend/src/app/config.cljs ``` (def public-uri (atom (normalize-uri (or (obj/get global "penpotPublicURI") (.-origin ^js location)))))...

Thank you for the title change!

> Still doesn't give me '!Null' (or any variation that I tried'). or =isNULL In addition to this, I hope to have 'not like' filter.

RtcRtpSender do have "kind" attribute but there is no accessor. For debugging purposes I would like to dump the PeerConnection status. The current workaround is ``` def showPcInfo(pc): for i,...

> sender/receiver kind since they must always be equal to the transceiver kind? I suppose so, but I want to dump as much information as possible for debugging purposes.