MD Islam

Results 9 issues of MD Islam

I see that the query string auth feature does not work when a custom domain is provided. At least that's what it seems like from the source. Is this intentional?...

s3boto

## Summary of Bug We have noticed severe performance degradation since v11 where nodes we query against fall behind very quickly. Attached below are some logs. This behavior is not...

type: bug
status: waiting-triage

Are there plans to support ZIO 2.x? https://zio.dev/next/howto/migrate/zio-2.x-migration-guide/ One of the issues: ``` java.lang.NoClassDefFoundError: zio/Has$ at com.wixpress.dst.greyhound.future.GreyhoundRuntime$.(GreyhoundRuntime.scala:25) at com.wixpress.dst.greyhound.future.GreyhoundRuntime$.(GreyhoundRuntime.scala) ```

The current JSON deserializer expects `BidMax` to be of `IssuedCurrencyAmount`, however, as observed on mainnet, this is not always the case: https://xrpscan.com/ledger/BAA4AF508E9A9CB7685D9E61B82486681E52E9B920904B0650499497F050D8FA Tx https://xrpscan.com/tx/6A8BC948E1309219EA8E14905D0EA9BB94E24429DE5B15CDE8916CDBCE42034B provides a string value of "10"

## Issue Description We are getting LedgerNotFound on some of our replicas, randomly, in addition to https://github.com/XRPLF/rippled/issues/5420 There seems to be a large degree of unstable changes in 2.4, can...

Triaged

This adds the ability to define 'Reason' templates. It allows organizations to define expected fields for requesting access to standardize requests across teams. Two new fields are added: - `REASON_TEMPLATE`:...

## Motivation * https://github.com/foundry-rs/foundry/issues/9721 * https://github.com/foundry-rs/foundry/issues/11112 The current fork functionality calls out to the defined RPC url (internet) when either something is missing from the local state DB or misc...

### Component Anvil ### Describe the feature you would like It does not seem like it's currently possible to do a fully offline version of an anvil fork. Even with...

T-feature
C-anvil