Ram

Results 34 comments of Ram
trafficstars

With GTK, this seems to only happen when I don't call `gtk_widget_set_size_request`, or if I call it with the values `-1, -1`, which is the same as leaving it unset....

The "add" looks good but are you sure the elision is equivalent? I put that in their to basically work as a mutex on the capturer.

If I'm understanding you correctly, the reason lifetimes stop you from moving frames is because that buffer's the same one that gets used for the next frame. Also, being able...

Sorry, I don't understand what you mean by "moving/storing frames into a buffer" - when would I need to do store multiple frames? Also, is this a circular buffer with...

Or maybe it should be: ```rust fn Display::name(&self) -> Cow; ```

It's useful because on macOS I'd need to allocate a string, but on Windows I wouldn't, and I think this is the best way to abstract over *maybe* allocating a...

Does replacing 0 with WS_POPUP at https://github.com/quadrupleslap/tether/blob/master/native/winapi.cpp#L68 fix it?

The current method to include things like binary content is by using a server on an ephemeral port, and for that, these libraries are the best that I've found: -...

tinyfiledialogs has a nice API, but I'm not sure if it plays nicely with the application sandbox, because it calls out to AppleScript for every dialog (I'm still not sure...

Yeah, that would be pretty cool! But I'd like to implement the URL overrides first, just to get the entire API down - I think that's the only thing preventing...