Ander
Ander
This is a great package, but I think there are only few things missing to be outstanding: - [ ] **Close button**: adding a close button so users can dismiss...
Having to define one by one all github secrets on `env` and then pass them one by one to `envs` is cumbersome. Ideally adding a flag for passing all github...
This package is displayed as only compatible with Python2 according [https://pypi.org/project/usaddress/](https://pypi.org/project/usaddress/) but for what I have seen, there are many developers submitting issues using Python3 so I suppose it is...
Is there a way to get meaningful errors out of the exceptions? For instance **If I try to create a token and token account but having not funds**: ``` conn...
## Summary of the issue Default language not working as expected. Default language is set to Spanish (es), but the root page gets redirected to English (en) ### Expected behavior...
Just realised that Memo program doesn't seem to work properly in Anchor transactions. For instance a normal SOL transfer instruction + Memo: ``` const transaction = new Transaction(); transaction.add( SystemProgram.transfer({...
The error when trying to fill an account with some data but the account doesn't have enough space is way too generic: ``` Error: AnchorError caused by account: my_account. Error...
Is there any chance the newer 19.x version of React will be lighter? More [Preact](https://preactjs.com/) like? Maybe installed on a modular way so only the used features get installed? The...
I have created a [SO issue ](https://stackoverflow.com/questions/74898611/how-to-create-a-custom-react-hot-toast-but-keeping-the-default-animations) about this so we can help more people with the same doubt: Creating a customized Toast seems easy enough when using [react-hot-toast](https://react-hot-toast.com/): ```...