-
## What?
When using the ODS plugin with existing data, the resolver creates IntraTransactions from Buy InTransactions that have fees. For some reason, this doesn't affect buys without fees.
## T…
-
When calling the tell() method on existing files 0 is always returned.
```python
MicroPython v1.19.1-921-gfb94ae48e-dirty on 2023-03-07; P4 with RP2040
Type "help()" for more information.
>>> f …
-
Not sure what to do and what the actual problem is. What is NFT(None) and what is EUR(Vertex:...)? And which one is missing? And why does it crash everything :/ Would it be possible to have it generat…
-
### Checks
- [X] I agree to follow the MicroPython [Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md) to ensure a safe and respectful space for everyone.
- [X…
-
Hi
I just have a quick request to include a new functionality to the rulebender package.
Currently, in bngl files, we can have local function references only to the left hand side of a reaction and…
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | no
| Version | 2.2.1
#### Summary
This query will not be executed successfully.
It sets all `ranks` to 1 whic…
-
Hello,
I am trying to simulate frequency response of a filter with JoSIM by creating a Gaussian excitation and then doing Fourier analysis on the output. I saw that the S-parameters I calculate don't…
-
To repro link pins 0 and 1 and paste the following:
```python
from machine import UART, Pin
uart = UART(0, 115200, rx=Pin(1, Pin.IN), tx=Pin(0, Pin.OUT), timeout=1000_000, timeout_char=1000_000)
u…
-
[RP2](https://github.com/eprbell/rp2) and [DaLI](https://github.com/eprbell/dali-rp2) have a programmable plugin architecture for countries, accounting methods, report generators and more. Adding supp…
-
The canonical use for `micropython.schedule()` is to enable a hard ISR to schedule a "soft" ISR which has GIL protection. For this to occur the "soft" code must run on the same core (0) as the main pr…