Michael Huang
Michael Huang
### Problem Summary Recently bought premium and can't seem to log in anymore. ### How to reproduce Ran `./bin/leetcode user --login -vv` Get: `[ERROR] invalid password?` (403 forbidden) Here is...
### What I did Change `calc_withdraw_one_coin` in simulation.py to represent the source of truth instead of approximation. ### How I did it Made `calc_withdraw_one_coin` in simulation.py to exhibit the same...
The bulk of the work has already been done here: https://github.com/Auguron/solana-py/blob/8b8516aedb158c5b0a5d5b742043c4e1507452ef/src/name_service/name_program.py Let's write some tests and we can merge the code from the fork.
The following integration tests are flaky: - tests (tests/integration/test_async_token_client.py - tests/integration/test_token_client.py Investigates cause of flakiness and fix the issue.
Reference: https://github.com/solana-labs/solana-web3.js/blob/master/src/loader.js
### Environment iOS 15.7 XCode 13.4.1 macOS Monterey 12.5.1 How do you use Sentry? Sentry SaaS (sentry.io) Which version of the SDK? 0.23.0 How did you install the package? (Git-URL,...
**Describe the bug** Trying to generate a typescript client off of the spec here: https://raw.githubusercontent.com/MystenLabs/sui/main/sui/open_rpc/spec/openrpc.json Heap limit is exceeded even after increasing max memory usage for Node: ``` export NODE_OPTIONS=--max_old_space_size=16384...
Adds support for mappingproxy objects. Continuation of #2435. Resolves https://github.com/PyO3/pyo3/issues/2108.
## Change Summary Updated computed field serialization to use the serialization function directly (if one exists) instead of always looking up a model attribute. ## Related issue number fix #657...
- [ ] wrap keyword argument interfaces over [NamedTuple](https://github.com/michaelhly/solana-py/search?q=namedtuple) classes