Giorgio Ciotti
Giorgio Ciotti
### Subject of the issue Compiler checks for load before store do not work as expected when Subroutines that takes ScratchVar as arguments are used. ### Steps to reproduce ```python...
By cloning apps into island, Gmail and gdrive widgets appear in the list of work widgets. However, Google calendar widgets do not.
When using different ssh keys associated to different profiles, it's usually the norm that people configure their `.ssh/config` file like so: ``` Host dev HostName dev.example.com User john Port 2322...
Reporting this on behalf of one of our users @ErikHasselWander. Discord thread: https://discord.com/channels/491256308461207573/1143656409905504406 PyTeal source mapper seems to apparently generate incorrect mapping while on Windows but correct elsewhere. ### Your...
I am using the Python package `puya` which is a custom language. This package exports two modules. Namely: `puya` which is the compiler and `puyapy` which are the stubs used...
```python class StateBlob(ABC): def __init__(self, num_keys: int): self.num_keys = num_keys ``` while ```python class AccountStateBlob(StateBlob): def __init__(self, keys: Optional[int | list[int]] = None): ``` and ```python class ApplicationStateBlob(StateBlob): def __init__(self,...
If this can be done easily, Beaker can figure out what `stack_type` it needs automatically without the user knowing how an ABI type is actually stored in the contract state.