Felipe S. S. Schneider

Results 110 issues of Felipe S. S. Schneider

This just wraps the test in `src/lexical.rs` in a `#[cfg(test)]` block.

This addresses #10 in a way that still makes `(): control::ControlFlow`. EDIT: this also removes an unused function, and makes some small code changes to match some of the `std::ops::ControlFlow`...

Would that be possible? As far as I understand, [only the blanket implementation is available](https://docs.rs/bounded-integer/latest/bounded_integer/examples/struct.BoundedStruct.html#impl-TryFrom%3CU%3E-for-BoundedStruct)?

enhancement

I would like to check whether a `serde_json::Value` satisfies a given `RootSchema`. Is this the right library or should I use e.g. [jsonschema](https://crates.io/crates/jsonschema)?

Those are [popular private sequences](https://en.wikipedia.org/wiki/ANSI_escape_code#CSI_(Control_Sequence_Introducer)_sequences): ```python # See Ansi("\x1b[?25l") # hidden Ansi("\x1b[?25h") # shown ```

enhancement
good first issue

enhancement
good first issue

**TL;DR**: an error message starting with a lowercase letter and lacking a period at the end might "compose" better. --- Currently, the error message reads https://github.com/rustonaut/vec1/blob/bc8e2cee1e89fbfe5af68e20abb5dac09570c5e4/src/lib.rs#L156 which begins with an...

I got a panic while playing around with the MNIST example in the book. The panic only happens in release mode. ```console === PANIC === A fatal error happened, you...

bug

[Diffrax](https://github.com/patrick-kidger/diffrax) is a JAX-powered ODE solver from which the project might benefit. **Please complete the following tasks** - [x] I have searched the documentation and help resources before reporting. -...

[uv](https://github.com/astral-sh/uv) is a fast Python package installer and resolver.