gogo2464

Results 69 issues of gogo2464

fix #975 rebased. clone of https://github.com/freenet/freenet-core/pull/974

ifeq ($(wildcard $(PATH_TO_IDENTITY_DELEGATE)), $(IDENTITY_DELEGATE_PRIVATE_KEY)) echo "file $(IDENTITY_DELEGATE_PRIVATE_KEY) already exists. Skipping." ; else cargo run -- --path "$(IDENTITY_DELEGATE)/build/" ; endif istead of if []

I can push the contract with fdev publish but when I want to reach I have: failed to get contract XXX, reason: Missing contract and/or parameters I also got: ```...

C-bug
regression

I would like to connect mobile and web apps to freenet. Could we create a way to interact directly to contracts, delegate and user interface directly from web or apps...

C-feature
first-issue

I decided to improove freneet doc. I am a bit confused. I am showing where.

A draft PR in order to progressively show my progress.

**Is your feature request related to a problem? Please describe.** I'm frustrated when I want to learn about snapshoot fuzingbecause it is not present on the fuzzing book. I have...

I am going to reuse my template for the tutorial.

https://docs.rs/uniffi/0.17.0/uniffi/testing/index.html# shows be can test bindings. I ignored that reading from the book and I wrote my own python testing with assert from bindings. Could you add some example on...

uniffi