Tianshu Wang

Results 101 comments of Tianshu Wang

I have same Issue #824.

@yochem try this following two lines? ```shell # Trackpad: use three finger tap to Look up & data detectors defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadThreeFingerTapGesture -int 2 defaults write com.apple.AppleMultitouchTrackpad TrackpadThreeFingerTapGesture -int...

You can just use `-curentHost` ``` defaults -currentHost write com.apple.controlcenter.plist BatteryShowPercentage -bool true ```

any update?I got this after formating if I set `column_limit=88`: ```python class BasicMather(Model): def __init__( self, vocab: Vocabulary, embedder: TextFieldEmbedder, encoder: Seq2VecEncoder, dropout: float = None, namespace: str = "tokens",...

@casperdcl Hi, I try this commit but it doesn't work on my side. Steps: 1. install shtab ```console pip install git+https://github.com/iterative/shtab.git@default_complete ``` 2. change code to use `DEFAULT_FUNCTIONS`: ```python shtab.add_argument_to(self.parser,...

Hi, let me explain my thought further. As mentioned in https://github.com/omni-us/jsonargparse/issues/108#issuecomment-985322777, I use `shtab` to enable shell completion for [`PythorchLightning CLI`](https://pytorch-lightning.readthedocs.io/en/latest/common/lightning_cli.html#use-of-command-line-arguments). However, It's hard for me to modify each option...

@casperdcl Yes, I'm looking forward to this enhancement.