Chris Chua

Results 87 comments of Chris Chua

> Allow Box components to scroll their contents. Do you mean the box will scroll the contents over time? Such as an animation? Based on what you're saying sounds like...

Here's a solution based on #393 : https://gist.github.com/chrisirhc/bf3f973e5d4db2cbc96d95d1f023f0ad

Ah, that makes sense completely though I was reading the create token code and while the wormhole code assumes the recipient is the payer and owner of associated account, it...

After digging into this a bit more, looks like the provided target recipient address needs to be the token account address (not the public key of the Solana wallet owner):...

Added a test and cleaned up the PR. Wanted to use `window.getComputedStyle` to get the computed styles for component, but the tests would fail only in the hydration flow. Not...

Details were in https://github.com/denoland/dotland/issues/2472 > Going to https://deno.land/[email protected]/http/mod.ts : > > Compare that with https://deno.land/[email protected]/http/mod.ts / https://deno.land/[email protected]/http/mod.ts : > > The specific issue with `std` is fixed. The "problem" is...

Looks like this is no longer reproducible on the link I shared. Feel free to close. Perhaps another example will come up.

The cause of this is that it's caching the blank page that's rendered due to CPU time limits? Is the caching behavior part of Deno Deploy, Fresh, or the code...

@robred, could you create a JSFiddle or Plunker to reproduce this?

Good idea. I was looking into making the code simpler and shorter. These are some good suggestions.