Murph Murphy

Results 38 issues of Murph Murphy

I've set my global cargo target dir to a `tmp` directory to avoid thrashing my SSD and get faster builds. This is the first project I've encountered any issues with...

## Introduction Seems like since the freenode explosion there is no longer a #bookshelf on freenode. I didn't find that out until after I created an account on irc.com, I...

...other url escapes (such as user uploaded photos) Not sure if this was intentional or not, but in my use, the stored photos could have spaces in them that would...

### Describe the feature Add a `ThrottlingExcepton` type to the KMS SDK. ### Use Case We'd like to use the library (with retries turned off) so we can surface that...

feature-request

It's a semi-common pattern to have a single action created by an async action (like `LOAD_USER` or `UPDATE_FOO`) that multiple reducers listen to and pull state from. It seems like...

protobuf.js version: 7.0.0 I'm upgrading from 6.11.3 to 7.0.0. I have a test that calls ```ts /** * Take the provided information and encode it into our EDEK protobuf structure....

No idea if you actually want to make `Debug` a requirement here. I use `Debug` on all my types, `std::assert_eq` requires `Debug`, and think it makes the error messages when...

# Describe the bug I'm trying to import a test fixture DB dump of a production schema and make calls using the Knex adapter. Unfortunately I'm not seeing a way...

Currently `uniffi_udl`'s enum variant `APIConverter` expects everything to be of type `Identifier` [here](https://github.com/mozilla/uniffi-rs/blob/main/uniffi_udl/src/converters/mod.rs#L55-L63). The parsing taking place prior to this point though seems to be over-aggressive and will parse some...

I've pasted a minimal reproduction `flake.nix` below. Running `nix develop` with this flake installs the [optional `tf` dependencies](https://github.com/beir-cellar/beir/blob/main/setup.py) even though they weren't requested. This was noticed in our case when...