Reinaldo Barcelos Mendes

Results 9 comments of Reinaldo Barcelos Mendes

Same problem here, The problem occurs in doc like this. ``` /** * @return array() */ ```

@cesardeazevedo The foxbit testnet https://testnet.foxbit.exchange is not working. ![testnet foxbit com](https://user-images.githubusercontent.com/725300/32091985-6b076d88-bad5-11e7-80cc-ca67dec64794.png)

@cesardeazevedo The problem here is the DNS. The foxbit testnet tries to connect wss://api.testnet.blinktrade.com/trade/ but when I ping the the IP is not resolved. ```bash $ ping api.testnet.blinktrade.com ping: unknown...

@cesardeazevedo The lib installed by npm '0.0.10' uses the endpoint api.testnet.blinktrade.com istead of api_testnet.blinktrade.com. I replaced the endpoint in all files and the api works, but you should consider update...

> uhmmmmm, did you tried using `hydration: !import.meta.env.DEV` in your ViteSSG entry point? I have it working without any issues, will use `createSSRApp` instead `createApp`, this is an example I'm...

@userquin When I have more time I will check. I did't have too much experiences with pull requests workflow in open source software. How can I resolve this 2 workflows?...

> IIRC hydration option there also in old versions, I don't remember when it was added. It's present on version v25.2.0, not before that. https://github.com/antfu-collective/vite-ssg/commit/0c2d94f6084abc65d7a79587e9ef3c9d9cbaa5ab