Andrea Passaglia

Results 16 issues of Andrea Passaglia

This adds bootstrap handling in a built-in way. I'm publishing this as a draft PR as I'm not sure this should be merged (wanted to build a dedicated module for...

This will address https://github.com/feeless/feeless/issues/59#issue-845376110 but actually for the state block since no send blocks can be found alive. (I will also create an issue for that). The checks however are...

In its target state, Feeless will hold the entire nano DAG (blockchain). It will implement at least 3 different modalities to store it. ### Traditional modality (historian) In the traditional...

The output for this issue is to be able to log and memorize all the incoming send blocks. - [ ] logging receipt (mostly for debug purposes) - [ ]...

Reminder: this needs tests to ensure if a peer appears twice it will be only added once. This is enforced in the memory state by a `HashSet` but might need...

> Scala 3.1.2 > ZIO 2.0.0-RC6 ```scala object Five extends Newtype[Int]: override inline def assertion = equalTo(5) Five(5) ``` results in ``` -- Error: ---------------------------------------------------------------------- 1 |Five(5) |^^^^^^^ | Assertion...

A workaround for now is always register the component globally ($root) A possible solution could be to traverse the tree starting from the root.

bug

This: https://jsfiddle.net/gurghet/736auoa1/ should work

bug

Probably via prop of the plain-text or some other prop of the Smart Table. The guiding principle should be maximum customizability but with the costraint of using one of the...

feature