Wind

Results 47 issues of Wind

Relative script: https://github.com/nushell/nu_scripts/tree/main/virtual_environments ![Screen Shot 2022-04-20 at 11 09 35](https://user-images.githubusercontent.com/22256154/164142740-a3d0fce1-75ad-44fa-b203-7e98b536afa0.png) 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...

![图片](https://user-images.githubusercontent.com/22256154/132290697-296bd409-e75c-4aa2-ae8f-6e3eab58874a.png)

Language Specific 🗽
Area → Editor

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...

:bug: bug
completions

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...

t: Discussion
t: Feature
s: Pueue-lib

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...

breaking-change