Paulo Coghi

Results 149 comments of Paulo Coghi

I believe that, to allow easy translations from the community to other languages, it will be good to move the current original strings inside language files. It's an intermediary step,...

Did you find any alternative solution, @designreact? I also plan to save to S3.

> I tried to encode the url without success. I know it's been a long time, but could you, or anyone suffering with this issue, test with `%25` instead of...

I asked about `%25` because it seemed that @ebitauld wanted the `%` character on his URL for some reason. `%25` represents `%`. Thus, in your case, it is correct that...

@gokhandemirhan and @Boscop , please read the new section "[Server Configuration](https://github.com/visionmedia/page.js#server-configuration)". There are instructions that also serve for "live reloaders". Everything based in nodejs, including live reloaders, can benefit from...

@Boscop, what webserver you are using? If it is Apache or Nginx, there are instructions for them as well in the [new section](https://github.com/visionmedia/page.js#server-configuration) I mentioned.

It seems that the best option (and the most optimized one) is **[lukeed/matchit](https://github.com/lukeed/matchit)**. [When compared to path-to-regexp](https://github.com/lukeed/matchit#benchmarks), the gain is notorious.

It seems to me that TimvdLippe's PR https://github.com/visionmedia/page.js/pull/358 to solve this issue is leaner.

> I continue to be surprised that no one has yet come up with a modern NoSQL package that accomplishes what PouchDB and CouchDB do, clearly there is a now...