Rob deCarvalho
Rob deCarvalho
I love this project. I can see myself using it constantly. It really fits a niche of working between spreadsheet and notebook. I actually think you could charge for this...
I just wanted to thank you for writing this tool. I absolutely love it and use it all the time. Great work!
performing a `when_values()` filter on a non-shown value results in non-match Here is example code. removing `time_group_config_pk` makes filter result in non-match ```python ############################################################### bb = BB() bb.when_context(in_test__in='first', doing='decrement') #bb.when_context(in_test__in=['initial',...
Love the sack tool. I just discovered http://blog.burntsushi.net/ripgrep/ today, and was wondering if sack could support it now, and if not how hard it would be to include that support....
### What happened? I'm querying a table with a schema like this ``` ibis.Schema { a !int64 b !timestamp('UTC') c !date d string e string f !string g !decimal(6, 2)...
Figured out how to get this working with osx. Notes here for adding to documentation. Add dockerfile from pydockerize with docker-compose and env file for pandashells install Follow these [instructions](https://medium.com/@mreichelt/how-to-show-x11-windows-within-docker-on-mac-50759f4b65cb)...
The way p.crypt works with openssl makes it pretty brittle due to variations of the openssl tool that can be installed on different systems. I need to write this tool...
I would like to make small modifications to the `p.crypt` tool. I would like to allow it to create hex-encoded output, and I would like for it to be able...
Add a new switch to the p.crypt tool. `--github [username]` If username not specified, encrypts with public key in ~/.ssh If username specified, ecrypts with that github users public key...