Vladimir Vukicevic

Results 122 comments of Vladimir Vukicevic

Correct, but it only passes the tests since I chose a big enough buffer size :) On Oct 19, 2016 6:50 PM, "Olaf Buddenhagen" [email protected] wrote: > @vvuk https://github.com/vvuk since...

It's potentially surprising behaviour for a consumer of the library. They can write code like: ``` let (tx, rx) = channel(); tx.send(data); let data1 = rx.recv().unwrap(); ``` that will work...

It was a problem in my implementation (what I suspected to begin with -- basically an accidental stomping of a buffer when a few async things were going on at...

A few others -- `%__global_clfags` and `%__global_ldflags` might also be useful

Just posted on something similar here: https://github.com/orgs/Whisky-App/discussions/833 . Try forcing the input libraries in Wine configuration to "builtin" (you have to manually add dinput8 if the game uses it).

Just ran into this as well; was surprised that such an option doesn't exist. I'd recommend either the `PushToRemoteRegistry` with a default of true as mentioned in the original comment,...

Thanks! I'm on traveling today/tomorrow, will look when I'm back home on Tuesday.

> note that I print almost exclusively via network sending same -- I wrote this because I was annoyed at the reddit posts about the "proprietary" protocol and such. I...

Part of the weird hangs is just the general mess that is python async. I very much regret doing this in python, though it's such a small utility that it's...

I'm not sure offhand (sorry for the slow response!) -- what's implemented is very barebones based on some captures for a Saturn 3 Ultra. The easiest way would be if...