Kevin
Kevin
I am getting the same issue that was 'fixed' in #97 I have tried using the two suggested images that have the latest fix: - quay.io/s1061123/whereabouts:fix_size - ctrahey/whereabouts:fix-97 Here are...
https://github.com/cksac/fake-rs/blob/060e2e2a838d54cc22def2ae681b43202ccf0875/fake/src/faker/impls/time.rs#L106 As per the title I think this is what is happening - I found it kind of unexpected. I think 1 second would be better. Would you accept a...
https://github.com/geofmureithi/apalis/blob/ee9b504eb15704c80507e80646f9636ed8bbbed0/src/layers/retry/mod.rs#L48 ``` thread 'tokio-runtime-worker' panicked at /Users/kglasson/.cargo/registry/src/index.crates.io-6f17d22bba15001f/apalis-0.5.1/src/layers/retry/mod.rs:48:24: attempt to subtract with overflow ``` ``` let retry = RetryLayer::new(RetryPolicy::retries(0)); ``` Just an FYI, I guess it wouldn't panic in release mode,...
LICENSE?
Would you add a license so that if I want I can use significant parts of your app in developing my own? maybe MIT? Thank you! 😄
I have added nested fragment parsing. I have not had to touch any tests except: - Removing the "double open" test as it is no longer an error. - Adding...
Could we cut a new release to get the NS/DS ordering change? 🙏
https://github.com/Azure/azure-sdk-for-python/blob/e4e8351eb9523bff0e6c4597478d04b9ceb9c14c/sdk/network/azure-mgmt-dns/azure/mgmt/dns/v2018_05_01/operations/_record_sets_operations.py#L1095C1-L1110C49 I believe the client should handle throttling by respecting the Retry-After header, it seems that this section of the code does not, there is no way to prevent this...