Emmanuel Thompson

Results 30 issues of Emmanuel Thompson

Getting a error 403 on the example `musixmatch.track_richsync_get(14201829)` any ideas?

Context: https://github.com/sharksforarms/deku/pull/398#issuecomment-1875711693

Context: https://github.com/sharksforarms/deku/issues/289

enhancement

I took a different approach after investigating the bogo tests and boringssl. Previous PR: https://github.com/ctz/rustls/pull/445 No longer include compression dependencies and leave this open to the client libraries to use/configure...

Hello! I'm attempting to use patern matching in funciton parameters but I'm getting wrong case signature. Is this currently supported in rstest? I tried to use `cargo expand` to see...

I'm getting the following: ```text Run matchai/criterion-compare-action@master /usr/bin/docker run --name bb81a499954f34514cda852336d404817a9e_d243e5 --label 04bb81 --workdir /github/workspace --rm -e GITHUB_TOKEN -e HOME -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_ACTOR -e GITHUB_WORKFLOW...

Update all dependencies

Hi all, I believe I have encountered a bug with the optimization around the reduction of wake signals for qat offload which causes unneeded latency. The issue seems to be...

Hello, I've observed a sigsegv under the described conditions: an error path which does not clear the current job/tlv. I added some instrumentation to my application with the intel qat...

Hi! We noticed a segfault from moka in our application. Here's a backtrace: ``` 1: moka::common::concurrent::entry_info::EntryInfo::expiration_time at /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/src/common/concurrent/entry_info.rs:121:9 moka::common::timer_wheel::TimerWheel::schedule_existing_node at /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/src/common/timer_wheel.rs:235:49 2: moka::common::timer_wheel::TimerWheel::reschedule at /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/src/common/timer_wheel.rs:258:9 moka::sync_base::base_cache::Inner::update_timer_wheel at /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/src/sync_base/base_cache.rs:1753:42 3: moka::sync_base::base_cache::Inner::apply_reads...