Maximilian Roos
Maximilian Roos
Potentially a synthesis of the "it's dangerous to update everything" and "I don't know what I need to upgrade" is a command to _show_ which libraries have more recent releases...
Thanks for the repro and suggestion @bazhenov ! > ```toml > [env] > PYO3_PYTHON = "/usr/local/bin/python3" > ``` Would there be an approach that generalizes to others who have different...
In the spirit of sharing hacky regexes, here's an attempt at a selecting comment block. `g;` selects a contiguous comment block while `g:` selects comment blocks separated by newlines. `g;`...
Would love to see this move forward if possible! (I know everyone has lots on, hopefully OK to signal boost though)
Thanks for the issues @korbash For the first, here's a smaller example: ```elm from login_event window rows:1..1 ( sort time_upload derive { last_user = min user_id } ) ``` ```sql...
Yes we should probably add these functions. Using s-strings is the best approach for the moment. --- For adding them — do we want to use `LEAST` & `GREATEST`? I...
I like the idea a lot! I guess the examples would have to be very small (like just a few dozen rows), since we would have to create each row...
> This could be implemented as an external package (see #2491), that would be downloaded by cargo/npm-like-tool, That could be cool, though it's also a decent lift. I would probably...
I think this is an excellent idea! I think the caching approach would be fine. I'm also not sure how JS does it. We could have a `refresh` param to...
@aljazerzen I notice the "How do I" section in the book is a bit sparse. I wonder whether we roll that into the reference, and I do some work to...