Dom Miketa

Results 19 comments of Dom Miketa

Hey, any update on this? It'd be super useful and https://github.com/zealdocs/zeal/issues/170#issuecomment-71310603 shows a way to get user-contributed docs.

It's the same behaviour as in [this issue](https://github.com/koekeishiya/skhd/issues/103): skhd works correctly when run from shell but not when started with `brew services start skhd`. I'm running 0.3.5.

> So first, if you want to debug a shell script, run `set -ex` somewhere early on. `-e` causes the script to exit early on errors, and `-x` prints every...

Sounds good! In the meantime I realised you could easily remap the hiding functionality using Applescript: ``` osascript -e "tell application \"Finder\" to set frontProcess to first process whose frontmost...

@dtrifiro FWIW I tried installing `dulwich` from your feature branch using ``` pip install git+https://github.com/dtrifiro/dulwich.git@feature/credential-helper ``` and I'm unfortunately still running into the same issue: ``` ❯ dvc pull data/dataset.dvc...

I got rid of the import but here's a similar issue when trying to do `dvc exp list origin`; also crops up when pushing an experiment: ``` ❯ dvc exp...

And for the `dvc pull -v` you get ``` 2022-07-28 17:51:34,830 ERROR: failed to import 'data/formatted' from '[email protected]:organisation/datasets.git'. - Failed to clone repo '[email protected]:organisation/datasets.git' to '/var/folders/b1/d587c0_d6hb6ndr4mv24h_gc0000gq/T/tmpc1a2blntdvc-clone' ------------------------------------------------------------ Traceback (most recent...

Thanks @dtrifiro, that did the trick!! :)

Hi and thank you for working on this! As a user of both Hydra and DVC I thought it might be helpful to contribute a realistic use case. It may...

@daavoo Ahhh that’s amazing! So good to see the integration’s naturally taking care of this problem - you clearly made some sound architectural choices. 😁