Kelly Sommers
Kelly Sommers
Oh interesting, thank you! Although when I run this with the plotter the process never completes. It must be causing some endless loop I'm suspecting.
It exits now correctly but there's no values or ticks along the axis and there's no visible line drawn.
This is an example of what I'm talking about: https://twitter.com/benalexau/status/790782407301435392
Yes perfect thank you! That worked great. Is this the best place to discuss your library if we have any questions on how to use it?
I'm having this issue as well, you can't include and use `sds` with C++ projects. ``` sds/sds.h:115:13: error: cannot initialize a variable of type 'struct sdshdr8 *' with an rvalue...
The odd thing is, it looks like this is updated in `Hiredis`. @antirez could you please update your library? This repository should represent the latest changes to these files. https://github.com/redis/hiredis/blob/master/sds.h
> Are operations inside a transaction guaranteed to run sequentially? Should they be? I agree with @jspahrsummers that operations inside a transaction should be guaranteed to be in order. Most...
> On second thought -- another way to do transactions vs one-offs is that one-offs always create an implicit/backing transaction. Again a facade via interfaces should accomplish this. This is...
Another thing to consider is batch persisting. It's perfectly acceptable to batch writes to the storage engine to gain write performance as long as when a failure occurs you properly...
Any chances this could get merged? I think an input control would be really handy and I would love to use something already pre-existing. I don’t think it’s useful everyone...