-
Just in case PSC codes may pop up error signs regarding dimensional conformability for a SINGLE treated unit, you might want to try the attached codes below. I added just minor changes to "GeithnerCon…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### have you checked our wiki for common solutions?
- [X] I have searched the wiki or docs
### Bridge Experience
…
-
## Describe the current behavior in detail
Checked on [wormhole-connect-mainnet](https://wormhole-connect-mainnet.netlify.app/?config=N4KABGCmB2BuBcYBEBbAhgS2tSAXJANCOGAE4D2ArrpAM6IDaJEAdGwCICiAYgIIC…
-
Hi, Thanks for your good work.
I'm a little wondering the line86-line88 in your inference.py.
''
cam_resized = cv2.resize(cam, image_size, interpolation=cv2.INTER_CUBIC)
cam_normalized = norma…
-
```
const { execute } = await raydium.liquidity.swap({
poolInfo,
poolKeys,
amountIn: new BN(amountIn),
amountOut: out.minAmountOut, // out.amountOut means amount 'without'…
-
Hi ,
I am running
`python demo_image.py --image_name 'ILSVRC2012_val_00000004.JPEG'`
and I am getting an error
```
Namespace(image_name='ILSVRC2012_val_00000004.JPEG', img_dir='exampl…
-
Even with destinatioTokenAccount defined in POST /Swap it is trying to create a new token account.
Example: https://solscan.io/tx/2qj7dGRLqVsgLsFJtCUepXs98vhvtU9MjW6YRVQrHTgtP9zxzBvQ4agcC51DwtFqXi8…
-
After doing a swap and hitting `View Balances` from the success screen it sometimes takes a second for the token updates to come through.
-
Hello! First of all, you did a great job! Congratulations! Second, I have three questions I'd like to ask you about running the code.
1. First, in the case of WSOL, I didn't find the test file test…
-
The question comes from one line of code I found somewhere from internet, it's a way of computing pool size:
`const poolSize = new TokenAmount(quoteToken, poolState.swapQuoteInAmount, true);`
I …