Spencer Russell

Results 143 comments of Spencer Russell
trafficstars

Also, there's a much more minimal MWE: ```julia using IntervalArithmetic randn(10) .+ (-2..2) ``` So this is actually an IntervalArithmetic problem, not IntervalOptimization. I can move the issue over there.

Oh, actually this is a dup of https://github.com/JuliaIntervals/IntervalArithmetic.jl/issues/255

ah, I see, thanks. That was not what I expected, as I figured the 2nd positional arg represented the set of _additional_ characters that would be escaped, on top of...

Ah, thanks, I guess I missed or misunderstood that part of the docstring. I think that part that's not super clear in the docstring is that `\n` and `"` are...

If you're interested in a way to frame messages in a stream I've always been a fan of [COBS](https://en.wikipedia.org/wiki/Consistent_Overhead_Byte_Stuffing), though my applications have usually been wire protocols on embedded systems...

I'll preface this by saying that I'm not entirely convinced either that this is a better way to go, and it's possible that my ignorance of the larger context is...

reading my comment, "code byte" is probably a better term than "frame byte". The frame delimiter is a literal `0x00`, and the code byte can happen many times within the...

I wouldn't be able to get to it until the beginning of next week, so go for it!

PortAudio.jl can definitely do simultaneous playback+record, though I can see how that issue would cause confusion. Older versions of PortAudio.jl had a specific `synced` keyword that controlled how underruns and...

Don’t want to hijack this issue too much, but there’s a little more detail [here](https://github.com/JuliaAudio/PortAudio.jl/issues/37#issuecomment-897313292) and [here](https://github.com/JuliaAudio/PortAudio.jl/pull/122)