Neal Fultz
Neal Fultz
That's odd, this worked in ~2018, I demoed it in a lightning talk at a pydata meetup - https://docs.google.com/presentation/d/1NHAYGN4Fx4YBVcaGAiJ4U3gEkyhhgE643r7Ka2MF2wI/edit?usp=sharing EDIT: My script still works, you just need to manually call...
If you look at the stack trace, it's because DataFrames fail on inspect, which is used by fire to generate the list of subcommands. You reproduce it ouside of fire...
Fair enough. See also https://github.com/pandas-dev/pandas/issues/31474 , they fixed it but haven't released it yet. It's also been filed against inspect https://bugs.python.org/issue35108#msg361208
> Hi, I would like to vote for the feature **Allow passing arguments via stdin** I think there are actually two different features: 1. use data from stdin as arguments,...
One nice feature that screen and tmux have is the ability to use environment variables anywhere in the config file.
I have a couple vars in my status bar, for example. Also some people on the screen-users list have gotten creative with workflow automation via custom bindings.
I think dirk and I have tracked it down to a differing behavior of normalizePath on windows vs linux - for file names that don't have globs, it would be...
To follow up, the root cause of the issue would have been much easier to track down if in the `add()` function, you only `suppressWarnings` on the `normalizePath` if there...
I would also find this very useful - I am using git2r to maintain a common drat repo across four different projects - my CI has to clone and update...
It looks like this feature is still open upstream in libgit2 https://github.com/libgit2/libgit2/issues/3058 - there seems to be ongoing work to add this feature here - https://github.com/libgit2/libgit2/pull/4331