-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0xfc43d68e2e9510eeee54ce88f0fdd875b2244635d871bc05193375fe1532b896
**Severity:** medium
**Description:**
**Descriptio…
-
Points: 3
---
`@robojs/trpc` currently handles the route and proxies the creation of the `t` instance. While this is great and all, we've yet to abstract the `.context` function that comes with `ini…
-
Design and implement the relay-chain client pallet (i.e. deployed in the staking parachain) that handles i/o from the relay chain, most notably:
- Set the new validator set, when ready (push-based,…
-
On MX at DLS we have a usecase where we want to kickoff a series of tasks on the device that must be done in series e.g.
```python
class MyDevice(Device):
def do_1(self) -> Status:
...
…
-
It is a truth universally acknowledged, that a single user in possession of a good fortune, must be in want of a human-readable message to sign when making metatransactions.
Currently, when signing…
-
Hello,
I am trying to use NSM for chaining different security functions. The use case is similar to the SFC one (see issue #2068).
I am aware of the [nse-composition example](https://github.com/n…
-
At present, we already have xxx.walrus.site, which is used to provide content service websites.
But this is still not perfect. First of all, its suffix is long, and unfamiliar users may not assoc…
-
Hey there, thanks for the great bindings!
Have you thought about adding a function like
```rescript
let tap: (Promise.t unit)
```
The purpose of such a function would be to chain a side effec…
-
I think it would be nice to have conditional function chaining, like the following:
```ls
a
.x!
.y! if foo
.z!
```
...which will be compiled to:
```js
var x$;
x$ = a;
x$ = x$.x()…
-
For my needs (working with scikit-learn), I wished I could use joblib.memory to chain cached functions, without having to load intermediate steps into memory and then re-hashing them, which is what jo…