Pablo Compagni
Pablo Compagni
I didn't go any further than a POC for this. But I did got it working by changing this line: https://github.com/tus/tus-node-server/blob/master/lib/handlers/PostHandler.js#L19 with: ```js const url = this.store.relativeLocation ? `files/${File.id}` :...
Seeing how opinionated the dart_style guys are about this, would it make sense to fork dart_style? make a more configurable version of it, and use that instead on dart-code? I...
Ok, that makes sense. I've only recently got into Dart, because of Flutter, and I don't personally feel very confident to do these changes myself. I don't like the 2...
I did, but reverting back to 80 causes the same issue. Creating a new issue thanks.
Following up on that other issue, here's my finalized state, to help diagnosing ``` curl -H "Accept: application/octet-stream" http://localhost:3500/eth/v1/debug/beacon/states/finalized -o finalized.ssz ``` ``` https://share.ipfs.io/#/bafybeihudylnjqzj6kxe7ffbydal3rivs43qzelettyanjfp55ndlbmdky ```
No sorry, I don't keep logs of before the offline period, it was just running fine then. And after starting things back again it's logging what I posted continously.
Maybe I didn't explain correctly the scenario. There's no point in time, and in the logs, in which Prysm beacon goes from working well to stop syncing with these messages....
Ok, thanks for the clarification. It would be great if requests could be delayed until configuration could be loaded at least once.
I've just tested with Firefox on iPad and it's the same. I think on iOS every browser has to use the Safari renderer, so it's probably happening on all of...
Can you provide any pointers about this? I've just installed the worker and admin, and have no idea how to add my own jobs. Thanks