Jakub Lański
Jakub Lański
The new `flat` feature is great, but unfortunately it has some limitations: 1. The following one works as expected - under `Project Name` I get one, flat list of pages...
**App version** 4.0.6 **Installation source** homebrew **Describe the bug** - In the past, when I had the `Show events for` setting set to `today and tomorrow`, if the closest meeting...
**App version** 4.0.6 **Installation source** homebrew **Describe the bug** As in the picture, the setting is not clickable due to that: **Desktop (please complete the following information):** - macOS Monterey...
As I observe some discussions in Python community, when I see `dephell` is mentioned, it's usually because of its `convert` functionality. It's especially useful as `pip` still doesn't support installing...
That would be great to be able to indicate specific Conda channels when using `convert`. I can imagine that as both config and CLI option (which takes list as an...
FR is about making it possible to convert requirements to `environment.yml` with an option to indicate which packages should be installed with pip. I can imagine a config option like...
## Short description When installing dephell and having such defined `PATH` in `.zshrc` / `.bashrc`: `export PATH="$HOME/.poetry/bin:$PATH"` a symlink for dephell would be created in `$HOME/.poetry/bin` directory (due to `bin_dir()`...
### System information - **Have I written custom code (as opposed to using a stock example script provided in MLflow)**: yes - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:...
It would be nice to be able to configure the right click for the menu bar items.
Hi, I tried to run a sample script to check if `google-cli` works properly: ``` #!/usr/bin/env bash result=$(chrome-cli list links) echo ${#result} ``` The output is `0`. When I run...