Joa Ebert

Results 10 comments of Joa Ebert

It seems like there are three solutions to this issue: 1. Eject and use custom warning filters 2. Sort all imports in all files of your code base alphabetically 3....

If you can provide me with a reproducible test case (binary SWF, no dependencies on Flex SDK preferred) I'll fix it. If I remember correct, there is actually code on...

I just checked this. There is in fact a DebugLine instruction in the bytecode. It is being executed and therefore part of the coverage report. You can supply Apparat a...

Might have been an undocumented op at that time. Will take a look next week. Currently on holidays. Sent via mobile. Am 04.07.2013 02:22 schrieb "Sergey Gonchar" [email protected]: > oh,...

From tamarin-redux source: finddef has 1 argument which is a U30 and points to a multiname in the cpool. Here is the implementation of finddef if you care to fix...

@jared2501: Did you make any progress or is there a repo where we'd could provide some support?

Cool. Given the changes to make SrtSocket conform to io.Reader I will adapt the MR. Do you have a preference for the method name?

Hey folks, let me know what you think. I did add SRT_MSGCTRL as its own struct as well as providing `ReadMsg` which is used by `Read` to reduce boilerplate.

@iSchluff Do you think that `Read` is an actual use case for the SRT library? I may have a biased view but I don't see it used much for signals...

> Your benchmark is a bit misleading because srt limits the rate you can read at. I think we can agree to disagree here. Real world performance is more important...