raymondk

Results 9 issues of raymondk

# Description The url_decode function in ic-certified-assets didn't correctly decode some special charaters. Instead of fixing our implementation of the decode function, this code is now using https://crates.io/crates/percent-encoding-rfc3986. See this...

# Description The url_decode function in ic-certified-assets didn't correctly decode some special characters. The code has been changed to decode the "percent strings" to bytes instead of `char` and then...

This should address the following errors showing up in the console: ``` kapa-widget.bundle.js:2 Refused to load the script 'https://metrics.kapa.ai/web/v3/MHIUVE6Y4VV6H5lpgMyI/loader_v3.11.2.js' because it violates the following Content Security Policy directive: "script-src 'self'...

**Describe the bug** The documentation says that a command like this should work: `cargo generate --git rustwasm/wasm-pack-template --verbose` see: https://github.com/cargo-generate/cargo-generate/blob/main/src/args.rs#L243-L250 Either the docs are wrong or there is a bug...

Type: Bug

**Overview** The cert-var example had the local dev server proxy to the old port. * Bindings were not consistent with the code that dfx generate produces in newer versions *...

**Overview** The life example did not work according to the instructions. * Variables are passed to match the variables in the binding generation * Local dev server proxy defaults to...

**Overview** The random_maze project did not work according to the instructions. * Variables are passed to match the variables in the binding generation * Local dev server proxies to the...