William Chong

Results 32 comments of William Chong

Supporting generating CSP meta tags is very useful in generate mode though. What was the expected use case when this feature was added into server mode?

![image](https://user-images.githubusercontent.com/6198816/39127722-6e5e158c-4738-11e8-8927-9e56b7450a5c.png) as of beta34, I am having 6 bn.js of 2 different versions (4.11.6, 4.11.8) just by installing web3 please advise

with beta.46, I am still getting 3 bn.js, and there are 4 lodash now edit: also somehow the umd version was included instead of esm, but other lib I used...

https://github.com/crisp-im/node-crisp-api/blob/master/types/crisp.d.ts Your definition for `Crisp` does not include services like `.website`, If typescript does not see it in the type definition, it cause a compilation error, not lint error. ![image](https://user-images.githubusercontent.com/6198816/149543235-e6636793-5f2c-4d98-9bd5-f26b594f6065.png)...

I just want to minimize my cold boot time for cloud function, so I took the recommended approach. I didn't really did any benchmark though. One issue I notice is...

https://github.com/williamchong/nuxt-ssr-firebase/blob/master/firebase.json#L10 Static resources are copied into public folder, which is deployed onto firebase hosting. request to static assets should hit hosting not function

`cp -a src/static/. public` would copy everything in static into hosting

Thanks for the comment, we are working on having automated binary release which we need for comosvisor support Will update our mainnet repo with some public peer soon

Wrong block header error if enabled ```panic: Failed to process committed block (3858746:F4DE12AF525F4D9114895B14A47A8794ABF0B600D1C6950004DFC166E4DFD616): wrong Block.Header.LastResultsHash. Expected 21638970D43A9C48FBDEA455A281C1438F193ABD066323F42A353DA683481A0C, got 03108221A2356526138257174AC93B70E80100642C832F88EE93B1B77DA78F17 goroutine 88 [running]: [github.com/tendermint/tendermint/blockchain/v0.(*BlockchainReactor).poolRoutine(0xc0127a41c0](http://github.com/tendermint/tendermint/blockchain/v0.(*BlockchainReactor).poolRoutine(0xc0127a41c0), 0x0) /go/pkg/mod/github.com/tendermint/[email protected]/blockchain/v0/reactor.go:401 +0x1265 created by [github.com/tendermint/tendermint/blockchain/v0.(*BlockchainReactor).OnStart](http://github.com/tendermint/tendermint/blockchain/v0.(*BlockchainReactor).OnStart) /go/pkg/mod/github.com/tendermint/[email protected]/blockchain/v0/reactor.go:110...

We probably want to hold this until https://github.com/bianjieai/nft-transfer/pull/15 and other stuff are merged and stabilized