Fernando Herrera
Fernando Herrera
@jorgecarleitao I'm probably going to remove the struct `PrimitivePageDict` since we only need the values. However, as it is, I get the wrong decoded values for i64 and i32. I'm...
I think it could be a good idea to have the ability to specify the schema when opening a file. We could use nu syntax to specify that
I'm not sure if `insert` and `update` can be done with parallel processing. Rayon may not like to modify the same variable
I don't know. I haven't played much with rayon to see if that could work.
Can you remove the `expect` from your code?
Also you could use csvlens for pagination
Unfortunately this is caused because the type checker doesn't know the output type for the function. @jntrnr what should I do to improve the type checker for these cases? Should...
That is the idea I have. Although, I think it is possible for the type checker to infer the output of the function
Yeap. This would have to be added in reedline
btw, you can create a custom menu to expand your aliases. I have something like this set up ``` let alias_menu = { name: alias_menu only_buffer_difference: false marker: "👁️ "...