Chris Beck

Results 22 issues of Chris Beck

In tinkering with this, I've found that paths like `/home`, `/home/` `/home/chris` and `/home/chris/` are valid when this is compiled on linux, but on mingw the situation is different. `C:`...

I'm trying to port `prost` so that it can work in an `alloc`-only environment. Specifically we want to use it inside of an SGX enclave. `prost-derive` is a `proc-macro` crate,...

There are some things in the PMH routines that are a little confusing for me right now. Mainly: 1. What is the data-type that we should use for seeds to...

Hi, So, it occurred to me that it's possible that the memory usage of the `buckets` array is a bottleneck in the `make_pmh_tables` function. The reason I say that is:...

**Is your feature request related to a problem? Please describe.** I have been greatly enjoying the use of `warp::trace::request` with my web service. It is really great that this can...

feature

Hi, I really like many aspects of how django-rest-knox is implemented, and how configurable it is. The one thing I really wish I could get perfect is, 1. I would...

The purpose of the change is to make calls to `x.as_mut_slice().zeroize()` considerably faster, particularly for types like `[u8; n]`. We take @sopium's proposed code from #743 without significant changes. The...

Hi, I started adding [appveyor testing](https://ci.appveyor.com/project/cbeck88/visit-struct/build/1.0.3) to my lib that was using this, and I found that msvc wouldn't work with it. I thought that I had gotten it to...

This syntax isn't accepted by `dotenvy`: .env: ``` ACCOUNT={ "r": "1", "a": "2" } ``` When testing at version 0.15, when `dotenvy` parses this file, it fails to set the...

good first issue

I find this crate very helpful, but lately, I needed to combine two things: * An `AsyncFn` trait bound for a function that takes references, and for one of the...