AndreKR
AndreKR
> For me, the point of linked packages is to be able to develop them, and have them installed by Composer, before the package is published, as I won't publish...
Related: https://forum.vuejs.org/t/split-modal-and-its-contents-slots/18338/6 As I'm thinking about it, it seems to me that if `$refs` isn't reactive, it's completely useless outside event handlers, isn't it?
Of course everyone tries to design components that way. But when you have sibling components like in my case, where a button lives in a different slot of a parent,...
Seems that branch needs a rebase.
> I got no idea how that'd work in rust but that just means we got to learn something new :D From what I understand you use something like `is_x86_feature_detected!("ssse3")`...
I just needed the same thing, so I made this: https://github.com/AndreKR/multiface Usage: https://github.com/AndreKR/multiface/blob/master/multiface_test.go
zeronsd only needs to be reachable from within a Zerotier network, doesn't it? So why does it deal with OS IPs at all and not just connects to the ZT...
I think it's not even possible _with_ round trips. The information whether a version is the newest one is not in the [b2_list_file_versions](https://www.backblaze.com/b2/docs/b2_list_file_versions.html) response and not even in the [b2_get_file_info](https://www.backblaze.com/b2/docs/b2_get_file_info.html)...
As a workaround, I'm sending the data through a channel now: ```kotlin override fun initialize() { requestMtu(517).enqueue() setNotificationCallback(realTimeDataC).with { _, data -> realTimeDataChannel.trySend(data) } enableNotifications(realTimeDataC).enqueue() } ```
It would also mean that you could set a hostname for the server in the configuration and then the nodes can be anywhere, on the internet, via mobile, anything. I...