diwic

Results 48 comments of diwic

`GetMachineId` is not a big deal, since it just reads `/etc/machine-id` anyway. And given that it seems possible to get something up and running in just a few weeks, maybe...

Oh, and suddenly they just keep popping up like mushrooms after a rainy day! https://github.com/KillingSpark/rustbus https://gitlab.freedesktop.org/zeenix/zbus/ https://github.com/Arnavion/dbus-pure https://github.com/srwalter/dbus-bytestream ...and did I mention I started writing something myself yesterday...

So I pushed a commit earlier today for dbus-futures, so begin by checking git master :-) Although that is the initial client-side work only, not server part. What I'm thinking...

> I'm neither sure about my own timeline on this, nor that of future 0.3/async/await becoming stable. :( What I do know is that I plan to start the basic...

@jmagnuson Very interesting! It only covers client side code though, and I think @zeenix was more interested in the server side of it, but still. > Definitely open to a...

So, to what degree are we interested in merging @jmagnuson s branch? There are indeed some non-trivial issues to resolve first, and my time is limited w r t working...

Perhaps same as https://github.com/salvadordf/CEF4Delphi/issues/23 ? You need to set {$SetPEFlags IMAGE_FILE_LARGE_ADDRESS_AWARE} in the .dpr file

I encountered both of these problems, which I believe to be two different ones, neither #define SNDRV_PCM_STATE_OPEN ((snd_pcm_state_t) 0) nor #define SNDRV_CTL_IOCTL_ELEM_LIST _IOWR('U', 0x10, struct snd_ctl_elem_list) ...shows up in the...

At some point, you create the cluster with something like: const myCluster = markerClusterGroup(...); And later: myCluster.refreshClusters(); In my case, I do `this.myCluster = L.markerClusterGroup()` somewhere inside the `mounted` hook...

I can understand `Send`, but `Sync` both cuts more errors out, and seems less useful to me. > What if you had one type that was cheap but does not...