Squirrel

Results 251 comments of Squirrel

Many thanks! This fix makes a big difference. :shipit:

(E.g. it could point out that `take_body()` doesn't currently have a definition. `cargo check --all-targets` seems to fail)

Could we couch this in terms of exclusive and non-exclusive access rather than mutability?

PyRc makes me think I can't pass it safely between threads as its rc rather than arc. There's a lot of 'Py' in pyo3 - it's not particularly distinguishing given...

How about trying dill? Pickle can't handle lots of pure python serialisation cases. https://pypi.org/project/dill/

Could rust have an open-collective for funding security audits? I’m sure there’s lots of people who would chip in.

Ah - sorry I didn't mean to imply run by mozilla. I was thinking maybe conceptually 'owned' by this project: https://github.com/RustSec/advisory-db Rust analyser's open collective is run through ferrus systems'...

Another really easy class of error to detect would be to warn about unused query parameters passed to the url. That could be a sign that we've mistyped an Option...

.net core formatter would be great...

A simple step forward might be a hook that fails if there are staged changes when you're trying to push. - that'd definitely catching things I meant to push but...