Slava

Results 12 issues of Slava

Fix typo onst => const

Add a "stack" option, because the default heroku-22 throws an error. I want to merge this change because... **PR intended to be tested with API branch:** ### Screenshots ### Pull...

react-storefront's used commit has a bug with the login page that got fixed with a more recent version

Fix the translation strings used for the button. Otherwise, the translation won't work. before: ![image](https://github.com/sehmaschine/django-grappelli/assets/1391925/f2948239-1a73-449d-9ac0-496370ea466b) after: ![image](https://github.com/sehmaschine/django-grappelli/assets/1391925/1cc8c8fa-238d-41b3-8ae7-1e968477c6ef)

``` AttributeError at /api/payments/create_package_charge/3/ 'NoneType' object has no attribute 'get' File "/coinbase_commerce/api_resources/base/create_api_resource.py" in create 12. response = cls._api_client.post(cls.RESOURCE_PATH, data=params) File "/coinbase_commerce/client.py" in post 109. return self._request('post', *args, **kwargs) File "/coinbase_commerce/client.py"...

When using ETHEREUM_NODE_URI = 'https://data-seed-prebsc-1-s3.binance.org:8545/' ETHEREUM_GETH_POA = True I'm getting: web3.exceptions.TransactionNotFound: Transaction with hash: '0xa32cf2bb6ec953f2f1d912f23d7be1124fe786e0c0b1b03c6713174a9dba0404' not found. Which is the first block there. Mainnet works fine though.

Since PyJWT==1.7.1 is insecure: https://vuldb.com/?id.200637 I've adjusted the Client to work with the new version. Without my code, there were 16 failed tests, upgrading would add another 2 which I...

I have the API keys in the DB and getting this error while using the webhook: ```pytb File "/workspace/.heroku/python/lib/python3.11/site-packages/djstripe/models/webhooks.py", line 207, in from_request stripe_account = StripeModel._find_owner_account(data=data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/workspace/.heroku/python/lib/python3.11/site-packages/djstripe/models/base.py", line...

bug

``` [ { id: 0, text: 'Yes', votes: 9999000 }, { id: 1, text: 'No', votes: 1000 }, ], ``` for "multiple" will result in 99% and 0%