-
hello! i love arguably! i have this simple example:
```python
import arguably
@arguably.command
def foo__bar1():
"""some help text"""
print("foo__bar1")
@arguably.command
def…
-
The cli program more advanced arguments for the url and credentials that
could be reused in the fuse program. We should put them in a common place and
share them.
-
**Describe the bug**
It feels like type inference goes "too far" and generates a type inference error when the arg is a parametric struct, because the struct member can't be fully resolved, even thoug…
-
I was wondering if `vod_hls_encryption_method` could be changed based on each request for the same location.
We need to disable encryption for custom devices, and as disabling it everywhere require…
-
I'm attempting to customise Harper alongside Helix editor, and can't figure out how to pass a config file. For reference, my languages.toml looks like this:
`
[[language]]
name = "markdown"
scop…
-
**Is your feature request related to a problem? Please describe.**
I'm new to Telescope. I want to search for a specific string (`foo`) within a specific folder (`my-specific-folder-name-cool-awesome…
-
**Describe the bug**
Does anyone know what this is? Please forgive me if I don't have an exact description. No error occurs during use, but this is displayed in the log.
```
Logger: homeassis…
-
The DOC `Usage: test [ARG1] ARG2` fails to parse the command `test arg`, likely because `[ARG1]` consumes `arg` and `ARG2` then fails.
-
In `ARGS_SPEC` "about" texts it is very common to refer to other args by name. For example, _"A map of land cover for the future scenario. All values in this raster must have corresponding entries in …
emlys updated
2 months ago
-
Thank you for this interesting pytest plugin 👍🏼
In my case I need to benchmark a function which inserts rows into a db. However, it can’t run more than once because entering the same rows again fa…