Santiago Aguilar Hernández

Results 36 comments of Santiago Aguilar Hernández

@brillout now [vuejs-uib-pagination](https://github.com/sant123/vuejs-uib-pagination) specifies the support for Vue.js 2.0 only.

Looks good. Could this be merged?

@aletorrado The only suggestion I can give you is use this function over your string: ``` javascript function includeRegexAccents(query) { var expresion = query; expresion = expresion.replace(/[a\341\301\340\300\342\302\344\304]/ig, "[a\341\301\340\300\342\302\344\304]"); expresion =...

Any fix to this? Just asking 😄

It seems is almost done https://github.com/nodejs/node/pull/17412

Unfortunately continues spawning these windows 😞 ![image](https://user-images.githubusercontent.com/7959437/35253520-db04428c-ffb3-11e7-8c29-9e34cffc60a7.png) Node: v9.4.0 OS: Windows 10 pm2: v2.9.2 Command: `pm2 start app.js -i max` terminal: tested in `git-bash`, `cmd` and `powershell`

The server script: ``` js const http = require("http"); const server = http.createServer(handler); const port = 4875; server.listen(port, () => { console.log("Listening at port %d", port); }); function handler(req, res)...

An enhancement sounds good. Thank you @bashfulrobot

I ported this library some time ago: https://github.com/sant123/runtypes All tests are passing and is ready to use. I'd highly appreciate your feedback.