Fabrice Desré

Results 96 comments of Fabrice Desré

I think we'll have to agree that we disagree... but 2 last points: - It should not matter at all where you get the content for a CID from since...

I'm fine with not pushing that to iroh-one yet - I can always add that to a fork anyway.

fyi, we updated the build config for iroh to work on the ndk r25b. Relevant changes are setting AR and the linker: https://github.com/capyloon/iroh/blob/e5a8a19435ab1ac2c833a4d432148bb86a958a1d/iroh-one/utils.sh#L85 https://github.com/capyloon/iroh/blob/e5a8a19435ab1ac2c833a4d432148bb86a958a1d/iroh-one/utils.sh#L178

> Thoughts @fabricedesre ? This is tricky, any idea how other applications typically do this? I've seen 2 approaches: - use a file containing the PID of the running instance....

> Cleaning them up in all cases including program crashes is the hard part in my humble experience. Having the pid in the lock file allows you to ignore /...

You mean an invalid 200 response? You can get transient 5XX with some html content ("OpenResty error" or similar) from eg. dweb.link when it's overloaded, but it's not a reason...

@dignifiedquire I changed or added a bunch of paste!() modifiers (from :lower to :snake, and :camel) to match better the code generated by `prost`. I tried to minimize manually written...

I'm not sure I understood everything you wrote @ramfox :) The current situation in iroh-one is: - store and p2p are accessible each over a memory rpc channel. - the...

I favored option 2 because that looked cleaner from the `iroh-one` perspective, and I envisioned the api to be smart enough to know what to do when being configured with...