Jérémie Lumbroso

Results 10 issues of Jérémie Lumbroso

This is an interesting package. I think it would be great if there were a usage example directly in the readme, for instance like this (admittedly defunct) package: https://github.com/gak/pycallgraph/ Some...

This addresses issue https://github.com/BurntSushi/xsv/issues/173 by introducing a new verb/command "rename" which allows renaming of all selected columns. Implemented following exactly @BurntSushi's [recommendations](https://github.com/BurntSushi/xsv/issues/173#issuecomment-479294558_): > A simpler version might be too just...

Hello, This is a very neat project! I was thinking "_I should collect a bunch of CSV files from the web and do statistics to see what the dialects are,...

The default clikit/cleo application help uses the `c1` style: https://github.com/sdispater/clikit/blob/2d9f4b4ac8cffa3229df1bb5bdd199c58ad72d5d/src/clikit/ui/help/application_help.py#L82-L89 The `c1` style is defined here: https://github.com/sdispater/clikit/blob/5bbf25c69a1f20a9144322a938fb6126414c14e7/src/clikit/formatter/default_style_set.py#L18 Here is an attempt at tweaking [the example from the documentation](https://github.com/sdispater/cleo#usage), but to...

enhancement
BIG ROCK

The error log below is okay, but happened for arbitrary error, not clear if there was a retry. May consider catching these types of errors for better reporting? ``` ------------------------------------------------------------------------------------------------------...

question
pipes

I like being able to open a file from the terminal, so I have created this global shortcut: ```bash moped(){ open -a "/Applications/Moped.app/Contents/MacOS/Moped" "$@" } ``` in my `~/.zprofile` but...

@andxyz Thanks for updating and formalizing the original gist! 🙏🏻😊 Since then, the Slack API has deprecated the calls to the `channels`, `im`, `mpim`, `groups` — and has replaced it...