Kevin Wu

Results 9 comments of Kevin Wu

For your interest @robertu7 I pulled what you did into a new wallet subclass that one day may or may not get sent back into the main lib. It's tuned...

In our case, we have a bunch of bootstrapping to do to initialize our local environment with a bunch of contracts. Currently this takes ages since we have automine turned...

@fvictorio you're right about what we're doing. The problem is we require our contracts to be mined and deployed since the contracts have dependencies on one another. so parallelization of...

We rely on the timestamp in some of our contracts. Let's say for sake of example, we wait until the contract timestamp passes real time to allow the user to...

humm, that's a great idea, I didn't realize one could do that. Let me test that out. Will work as an intermediary for sure.

Just for future interest, this did resolve my issue. It's obviously not perfect, but setting the start time to some crazy time in the past and then resetting to modern...

@fvictorio As an update to the update. This works generally at startup. It does NOT work permanently since now one must reset their node completely every time they want to...

You are correct. It seems that the correct fix is to properly specify glob patterns in the tsconfig for tsserver to pick up: ``` "include": ["./src/**/*", "next-env.d.ts"], ``` I originally...

would love an option to disable collection indenting.