Friedel Ziegelmayer

Results 218 issues of Friedel Ziegelmayer

Seeing this come up quite often: ``` 2024-04-03T18:43:54.531868Z INFO iroh_bytes::store::fs::tables: deleting Sizes 2024-04-03T18:43:54.531927Z WARN iroh_bytes::store::fs::tables: failed to delete Sizes data-3/blobs/data/10ffa91002b0bbb3fa0e596ee5808f6e09f8fa1e57e47291f865fac52127d5ba.sizes4: No such file or directory (os error 2) ```

c-iroh-bytes

https://github.com/n0-computer/iroh/actions/runs/7638667215/job/20810051355

flaky-test

See https://github.com/n0-computer/iroh/actions/runs/6908963357/job/18799352579?pr=1802 for example

This has been discussed multiple times, using full hashes is very painful for humans, so we want to improve on this. The current plan is to adopt a local pet...

feat
c-iroh

``` FAIL [ 1.695s] iroh-net magic_endpoint::tests::save_load_peers --- STDOUT: iroh-net magic_endpoint::tests::save_load_peers --- ``` https://github.com/n0-computer/iroh/actions/runs/7278459463/job/19832714832?pr=1915

test
c-iroh-net
flaky-test

``` failures: ---- magicsock::tests::test_two_devices_setup_teardown stdout ---- DERP listening on 127.0.0.1:57618 STUN listening on 127.0.0.1:56436 setting up magic stack waiting for connection Error: failed to connect nodes Caused by: deadline has...

test
flaky-test

The binary path has changed on unix to `cucumber-js` resulting in ``` Running "cucumberjs:ci" (cucumberjs) task >> cucumberjs binary not found at path node_modules/cucumber/bin/cucumber.js >> NOTE: You cannot install grunt-cucumberjs...

Sorry if this is a duplicate, or there are rustc limitations that I am missing, but when using the nightly `backtrace` feature, I only get the following when panicing ```...

- use Vec to make comparisions easier - use pool.get to actually compare creation

Original Motivation: Make it easier to implement Dom Refs. Follow on Motivation: Less Javascript in your source files ;) In light of https://github.com/fitzgen/dodrio/issues/77#issuecomment-492733762 I reworked the way DOM updates are...