-
So we have a bunch of utility functions to write files but they are not very consistent.
For example
- `write_model_file` takes a kwarg called `file_name`, whereas `print_constraint` takes an option…
-
First, I really like this. I was getting pretty confused when I kept getting "plum.function.NotFoundLookupError" and couldn't find issue with the simple class I'd made. Randomly, I forgot to provide a…
-
# Bug report
### Bug description:
I've tried using an `Exception` subclass with some fields and a simple constructor:
```python
class Foo(Exception):
foo: int
bar: str
def _…
-
Part of #7701.
The syntax for non-flakes installables isn't optimal, and probably not exactly what we want to stabilize.
After [considering various options](https://discourse.nixos.org/t/installab…
-
-
I have a use case where I'd like to accept a list of items contained in a file given by -f or an arbitrary number of positional arguments. Unfortunately Click only allows this on arguments rather tha…
-
\main\AndroidManifest.xml uses `android:name="io.flutter.app.FutterApplication"`
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
This app is using a deprecated version…
-
**Description**
When we have tried initializing `BinaryQuadraticModel` using all the keyword arguments, we got an empty model. However, if we use `linear`, `quadratic` and `offset` as positional argu…
-
File "F:\AI\multimodal-garment-designer-main\pipes\sketch_posemap_inpaint_pipe.py", line 519, in __call__
mask, masked_image = prepare_mask_and_masked_image(image, mask_image)
TypeError: prepar…
-
Perhaps an odd situation, but if I use positional arguments AND my config file is not the first argument, the file is not opened. For example:
main.py
```
import configargparse
p = configargpa…