Pierre Allix

Results 65 comments of Pierre Allix

Is there any reason to not keep all event in the audit log? Performance?

Thanks for your work. Could you add a test for the option?

Cool! You don't need a complex test and you will see there is already a test file for the transcoder which should ease the work.

I am sorry I missed your PR. Are you still interested to discuss it?

I cannot say where the problem is from. The best is to write a sample of your problem in Java and asks on the Batik mailing list but probably you...

Yes, addition an example and a link is very fine. I misunderstood you, I though you wanted to have the whole code in the README..

I am reading packets coming from a serial line. Maybe I can call `readn` multiple times. But it will timeout if length(packet) < count.

``` A blocking readall wouldn't know when to return. readall should be understood as read all that is available. ``` Could it not return only when data are available? I...

Thanks! That may put some load on the CPU or reduce performance. Somehow `nerves-uart` manages to do a blocking call. If I understand correctly they designed their library differently /...

Yes Linux. 921600.