Mike Harris

Results 10 issues of Mike Harris

I am writing some Rust code that will interface with existing C++, and I am trying to write unit tests for it. The C++ tests will require some test C++...

The asn1rs parser currently fails on this: ``` DRB-ToAddModList ::= SEQUENCE (SIZE (1..maxDRB)) OF DRB-ToAddMod ``` with this error: ``` Failed to load file /home/itk/itk/src/libitk/src/3gppasn1/asn1/rrc.asn: Model(At line 263, column 47...

enhancement

**Describe the Bug** I am using inkwell to JIT compile a function. This function takes a pointer to a struct as an argument, and this struct contains references so it...

question

I saw that this package was deprecated a few days ago in favor of [async-ssh2-lite](https://github.com/bk-rs/async-ssh2-lite). Since I am using async-ssh2 I thought I had better check the other package out...

**Describe the bug** When reading a directory using libssh2_sftp_readdir_ex, LIBSSH2_ERROR_BUFFER_TOO_SMALL is returned if the buffer is too small to contain a returned directory entry. An application would then allocate a...

In addition to loading CA bundles, openssl also supports a [Hashed Directory Method](https://www.openssl.org/docs/man1.1.0/man3/X509_LOOKUP_hash_dir.html) - with this method, openssl looks in the CA Directory for a file named after the hash...

We are getting sporadic segfaults from node-java. Here is the relevant part of the stack trace: ``` #0 0x00007f9068e215e5 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #1 0x00007f9068e22dc5 in abort () at...

Does Hampi currently support (or is there any plan to support) a mechanism to output decoded PDUs in the ASN.1 value notation? Ie. something like this: ``` value UL-CCCH-Message ::=...

Hi, Is this library compatible with the binary format used by Postgresql? The readme says it is "inspired by" Postgresql, and the description of the format sounds very similar, but...

feature

The recent deprecation message committed to this repo appears in the README and as a consequence on crates.io, but it does not appear: - On the [docs.rs landing page](https://docs.rs/async-std/1.13.1/async_std/) -...