Wind
Wind
Relative script: https://github.com/nushell/nu_scripts/tree/main/virtual_environments  Nu shell version: 0.61.0
- Title of Listing 5.3: > Listing 5.3. Inspecting a float’s bit string by interpreting its bits as an integer (ch1-f32-as-u32.rs)** Is it should be: Listing 5.3. Inspecting a float’s...
Take chapter5 I'm reading as example. (MEAP v15) TBH, in `Listing 5.14`, I don't know why this is the way to converto from `f64` to q7: ```rust impl From for...

Reference: https://bheisler.github.io/criterion.rs/book/user_guide/comparing_functions.html#line-chart But when I'm running example code, I found it generate something like this which is some seperate line chart in separate graph:
# Description while reading https://hackmd.io/@nucore/r1zilyw6q to see what's the future about module environment, I sopt that most of thing are done. And export env doesn't work with `source-env` command. So...
### Describe the bug It's a little hard to express, please see the reproduce steps. ### How to reproduce 1. create two files, `test.nu`, `test-env.nu`. ``` # test.nu export alias...
Hi, thank you so much for your great work, after using it for a while I found that I fell in love with it :-D I'm using it to schedule...
Here is my code, what the code do is query 100,000 items from mongodb. To make code simpler, I don't use `uvloop` here. rust: ```rust use futures::prelude::*; use pyo3::prelude::*; use...
# Description Fixes: #6890 But I have a question: why `take` command exists, it seems that it does nearly the same to `first`. # Tests Make sure you've done the...