Squirrel

Results 119 issues of Squirrel

I am guessing I am not the only one to want to try this. Specifically I would like to try it on shift as that is the most commonly used...

enhancement

CI is cool. We should have some. Any objections to github actions?

I did `cargo generate --git https://github.com/seed-rs/seed-quickstart.git --name my-project` and then ran it but got: Loading module from “http://localhost:8000/pkg/package.js” was blocked because of a disallowed MIME type (“text/html”). This was on...

We no longer need to say macro_use.

The feedback and compile time errors in Rocket are excellent - they've saved me lots of time already. I did loose a chunk of time wondering why the url wasn't...

request
accepted

Added some more negative tests to make sure a retired person has no special privileges. The last 3 asserts currently return Ok(()) and thus fail the test. We're using 4...

A0-pleasereview

We fixed up the polkadot-js chain properties for polkadot like networks so there were no surprises when testing polkadot teleporting in this PR: https://github.com/paritytech/polkadot/pull/5369 We should do this for Westend...

A0-pleasereview
B0-silent
C1-low 📌
D3-trivial 🧸

When I create a mixed rust and python project, it seems one needs to re-export the rust into the python. It would be great if maturin warned if nothing was...

Would be grea if anything element named `path` could be checked to make sure that the value did seem to exist: ``` sp-api = { version = "3.0.0", path =...

feature

Sorting arrays would be cool for cargo features to be sorted. I guess somewhere there must be a toml array where the order matters but I've not yet encountered any......

feature