Alex Kremer

Results 53 issues of Alex Kremer

In [this document](https://xrpl.org/ledger-clio.html#ledger) `queue` is listed as a possible optional request field. In reality though, clio does not support `queue`. We should remove `queue` from the clio-specific ledger doc.

[The doc](https://xrpl.org/account_lines.html#account_lines) does not specify `limit` as one of the response fields (top-level, not line response). However, rippled and clio seem to both set that response field to match `request`s...

good first issue
content updates

# Bug Report When i add my 100x100 icon for 44mm watch the icon is not used ## Problem If i want to support 44mm watch icon it appears to...

# Feature Request ## Motivation Behind Feature Apple suggests to add Watch icons to the Watch target, not the iOS app. Also if i don't have a watch app i...

Would be great to be able to configure so that a blur view is used as background for the message, rather than a colour.

## Summary Currently all tests are in one group. It would be better to keep them separate. ## Motivation Unit tests should be blazingly fast. The DB tests are taking...

enhancement

## Summary Stop token is separate from cancellation flag atm. Let's see if it makes sense to combine the two under one token/context struct. ## Motivation Currently there are two...

enhancement

## Summary The changelog for releases of Clio could benefit from better visibility of bugs vs. features, api breakage, etc. To allow that we could adopt some convention for our...

documentation
enhancement

Currently sending any signal to clio will stop it as there is no handling of signals at all atm. Let's define which signals should do what and implement the handlers....

enhancement
future