Results 231 comments of Lingdong Huang

@antfu Sounds great, thanks! No hurry ;) I can look into this too.

Can confirm, it is a bug concerning floating-point representation. Will look into it. Thanks for spotting the bug!

- I'm happy to try out Firebase, people recommended it to me couple times, it sounds great but I haven't got the chance to use it. If you could help...

Sounds good, Firebase+Netlify it is! > Many I could start a repo for this and made a POC. If it works perfect, then we can merge into this repo. 👍,...

This is very unfortunate. I was going to suggest [Heroku](http://heroku.com/) as an alternative, but apparently that is blocked too according to http://www.chinafirewalltest.com/. Apparently we might get around with [proxy](https://gist.github.com/urish/4a79ad2a48ad68ae6cac6bd0bc4e881c) or...

Just for reference, greatfire.org and viewdns.info seem to think glitch.me is accessible in China. Not sure how accurate they are though. ![image](https://user-images.githubusercontent.com/7929704/74087797-ae9a8e80-4a5d-11ea-8c58-0341897d048b.png) ![image](https://user-images.githubusercontent.com/7929704/74087828-e4d80e00-4a5d-11ea-8d70-12f65098ce7f.png)

In order to track down the problem, I added a couple of lines give api to download the sqlite database directly: ``` http://wenyan-snippets.glitch.me/db ``` Wonder if this works? Code: ```js...

Hmm.. then perhaps `/all` is timing out, because of the amount of data that needs to be transferred (at slow speed). Perhaps we first ask for 0-5, after we get...

Or perhaps when you scroll down, more loads? So internally there is some kind of pagination, but for users it feels like a continuous scroll? Also, I'm wondering, if `/all`...

Sounds great, we can put it in the standard libraries. Let's think about how to translate other regex grammar such as `{}[]^-` etc.