Keith Yeung
Keith Yeung
JS console spits out the following: ``` Access to fetch at 'https://www.rustaceans.org/findwork/data/0/' from origin 'https://rustaceans.org' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header has a value 'http://rustaceans.org' that is...
Per title, also tries to use safe math. It seems to me that #8454 really intended the code to be calling `InspectHold::can_hold` rather than `ReservableCurrency::can_reserve`, but perhaps due to merge...
Replaces the `ReservableCurrency` trait bound on the `Currency` associated type for `pallet_alliance::Config` with `fungible::BalancedHold`. Related to #8285 and #8453. I may have jumped the gun here as the logic for...
Right now, the way to construct a `Transact` XCM safely is to import the foreign chain's runtime crate and use its `Call` enum to encode/decode incoming/outgoing XCM `Transact` instructions. This...
Some of the regexes found in https://github.com/ua-parser/uap-core is throwing errors when parsed with the `regex` crate: ``` regex parse error: (?:\/[A-Za-z0-9\.]+)? *([A-Za-z0-9 \-_\!\[\]:]*(?:[Aa]rchiver|[Ii]ndexer|[Ss]craper|[Bb]ot|[Ss]pider|[Cc]rawl[a-z]*))/(\d+)(?:\.(\d+)(?:\.(\d+))?)? ^^ error: unrecognized escape sequence ``` This...
It's not clear to me which algorithm from the XML spec that [step 4 of the text response](https://xhr.spec.whatwg.org/#text-response) is referring to. Is it [this](https://www.w3.org/TR/xml/#sec-guessing) or something else?
Per title. `index` and `index_mut` doesn't fit the bill as both of them do not (and should not) return an `Option`, however it still makes sense to have an API...
Or should it delegate it to the `url` crate somehow?
I don't know if this has been discussed before, but I think the CLI should allow for more varied ways of installing instead of mandating users to first install scoop.
As we expand the scope on the kinds of wallets that we support on purser, some functionalities that are considered common denominators across all wallets are in fact applicable only...