cannero

Results 19 comments of cannero

Stupid question 😄, is it possible to show the rust-lang page from localhost? I tried to extract the body from the response with `let (_, body) = res.into_parts();` and return...

Which examples do you think could be used? Maybe I'm totally wrong as I'm only a beginner in async rust, but I believe that the problem is that only the...

Made a short test, with `--color=always` it works for eshell for difftastic and cargo on windows with emacs 29. Without the color option I also don't get colors. ![image](https://user-images.githubusercontent.com/11857491/169135508-2120a49b-8f5f-48dd-af85-0be96b3c3929.png)

> Right we should pack it as a struct. Hello @ritchie46, I saw the `good first issue` label and wanted to create a PR for this one. What is the...

Okay, found one way to write it a bit shorter, hope I don't spam here too much ```rust df![ "col_a" => df![ "a" => [1.0, 2.0, 3.0], "b" => [3.0,...

Hello @DavidDeSimone, is there anything I can help here with? One thing I've tried is to compile rusty_v8 with the buffer security check disabled, /GS-. This reduced the number of...

@FourSpaces, good example. This seems to be solved, I tried it with a recent master: ``` Ipc: shape: (2, 3) ┌──────────┬────────────┬───────────┐ │ app_code ┆ date ┆ group │ │ ---...

Is anybody working on this feature? I would like to give it a try. Is it correct that only the `count` expression for values in a series should be changed,...

To me it makes sense to maintain a full count on `pl.count()`, it is not related to any columns. And with a new argument on count the user can skip...

The change affects now only `truncate` or `round` by weeks. `groupby_rolling` still behaves like before, '7d' and '1w' result both in the same outcome.