ratcash

Results 69 comments of ratcash
trafficstars

@mabachel yeah, it should. The things coming to my mind are an improperly followed procedure, or mismatched version (SHA1 pw hash vs SHA256), missing kernel params for SATA (`libata.allow_tpm=1` as...

@mbien will have a look.

> To be more in keeping with the SBE design it would makes sense to provide a decoder and buffer as a destination. .. or have both options available. Assuming...

PR ported: https://github.com/ChubbyAnt/sedutil/pull/13

Consider the code below: ```java import io.kaitai.struct.ByteBufferKaitaiStream; import java.io.IOException; import java.io.InputStream; import java.nio.ByteBuffer; import java.nio.channels.Channels; import java.nio.channels.ReadableByteChannel; import org.agrona.LangUtil; public class KaitaiInputStream extends ByteBufferKaitaiStream { private static final int BUFFER_SIZE...

Apologies, @mikeb01 . The stack trace was copied, the code not. ``` at io.aeron.archive.Archive$Context.conclude(Archive.java:1218) at io.aeron.archive.Archive.(Archive.java:81) at io.aeron.archive.Archive.launch(Archive.java:190) ``` Original post updated

@mikeb01 will do, just need some more time. Thanks for the patience.

I had a similar experience (but not THAT bad) when opening the NetBeans project - the pack with Oracle's 2nd donation. The first commit is basically over 114 thousand files....