-
Marketplace contract emits `StorageRequested` event that contains the `StorageAsk` object, which represents the basic parameters of the `StorageRequest`. The idea presented to me by @markspanbroek is …
AuHau updated
8 months ago
-
I am currently trying to use this crate to unescape some javascript strings, however the following examples are failing to unescape.
| js literal | escaped | node's value |
|---|---|---|
| `'\1…
-
-
We've often struggled with how to let authors define inline functions in expressions, the concept of an arrow function seeming too out of reach for them.
This would be useful for many things:
- Ma…
-
When profiling with -ftime-trace, it was found that parsing node.hpp represents a significant portion of compile time. The class nano::node has many of its other components as values and as such, requ…
-
Having a compile-time list of possible node types can be limiting for some use cases, because one might need "dynamic types" of nodes.
A few use cases that come to my mind:
1- I might want to implem…
-
[@ledhed2222] We were looking at the docs for payment channels. the tutorial recommends using channel_authorize [here](https://xrpl.org/use-payment-channels.html#3-the-payer-creates-one-or-more-signed…
-
-
For the package draft, section 1 Terminology:
o YANG schema: A datastore schema, not bound to any particular datastore.
Different definition in the version selection draft:
o YANG schema: …
-
## Connected
Connecting to socket.io, listen to event "Connected"
```
/**
* Represents a socket connection
* @response
* @param {boolean} success - If the request was successful or not
* …