Damir Vandic
Damir Vandic
> Oh right, I misunderstood your PR. Just out of curiosity: Why do you want to use such long node names? Does this not pay the bill for you? >...
> Shall we close this one if there are other ways? Sorry for the delay. But if you have @mruoss here, you are in good hands :) Sure no problem...
And a bit related, what about a `Done()
I think you can decode it as an `Value::List`: https://docs.rs/duckdb/latest/duckdb/types/enum.Value.html#variant.List
I noticed https://www.erlang.org/eeps/eep-0070 made it into otp 28, was there a past discussion about a similar feature for elixir's for-comprehensions?
Just to double check: *For example, a query of helix %p .toml$ !lang in the global search picker searches for the term "helix" within files with paths ending in ".toml"...
> Argh, you're correct @dvic. I meant to correct that but forgot: [#11218 (comment)](https://github.com/helix-editor/helix/pull/11218#discussion_r1684268963). > > > should the path matching be updated to exclude the line numbers part >...
I agree 100% with you that this pattern is not so nice and I already fixed the occurrences in our code :) > it's assuming that a function that returns...
@aarroisi do you use a particular workaround for the above for now?
Not sure if it's related, but it looks like the `mean` function doesn't work with decimals in dataframes? (while the docs mention that it's supported: https://hexdocs.pm/explorer/Explorer.Series.html#mean/1-supported-dtypes) ```elixir alias Explorer.Series, as:...