-
We have some orders where the user has selected a large number of items. It happens often enough that we need to find a solution. The script is run via cron, so it probably doesn't have any timeouts, …
-
The following example from the docs gives me a type error using `mypy`:
```python
from pint import UnitRegistry
ureg = UnitRegistry()
Q_ = ureg.Quantity
Q_(1.78, ureg.meter)
```
The correspon…
-
## Bug report
### Describe the bug
When all items have been reserved, fulfilment is no longer possible, as I cannot select the needed (but in the order reserved) amount.
### System informatio…
-
Take Orchidaceae as an example.
https://www.checklistbank.org/dataset/9880/classification?taxonKey=DPL
1. Orchidaceae 27753 est. Spp. (1 estimate)
![1679396881844](https://user-images.githubuserc…
-
A useful feature where the user specifies the quantity to take in an orderbook and callback returns the average price paid for that lot size. For example if the offers in the order book for BTC-USD wa…
-
Hi guys,
Could you please consider to improve **woocommerce_quantity_input** function with **input_type** value https://imgur.com/a/wjMUIgD ?
So we can be able to change also the input type with…
-
I would like to save a Quantity with the built-in QSettings tools of PyQt6 in a .ini file. QSettings automatically pickles and unpickles the Quantity, but calling a function wrapped by a `@ureg.wraps`…
-
Hey, community
Is there any way to be able to batch burning with ERC721A implementation?
```
abstract contract ERC721ABurnable is ERC721A, IERC721ABurnable {
/**
* @dev Burns `tokenId`…
-
Using a fresh clean Magento 2.3.6 setup:
The line https://github.com/checkout/checkout-magento2-plugin/blob/0bdd058e6c348995693fd4222c310d4b8ab51b06/Model/Ui/ConfigProvider.php#L97 is causing
"…
-
It would be nice if we could obtain physical quantities as `f64`, or a struct that contains both the value and an uncertainty.