Sairyss

Results 19 comments of Sairyss

> @Sairyss is there an update on this? @JerryLeeCS I ended up using native WebSockets on a client side and $connect, $disconnect and $default routes on a backend side. I...

There is a run button on the top (triangle like a play button), press it and in console you'll have something like this: ``` http://node16.codenvy.io:47612 Example app listening on port...

Entire code base refactored so this pull request no longer needed

You have to force it `npm install --force` and it should work, this is a workaround for now until `@slonik/migrator` updates the package (or until I replace it for something...

This project was using TypeOrm before slonik. ORMs are generally not very flexible and performant for big applications so I prefer using raw queries instead. This is discussed briefly at...

Not really. If you want raw queries you either use [pg](https://www.npmjs.com/package/pg), which is very barebones, or Slonik that offers some nice extra features on top. Alternatively you can use a...

@marcoturi Yeah, breaking changes is definitely an issue. Though slonik is a pretty minimal wrapper, you could create your own or fork it. In one of my projects, way before...

Package is not even available in AUR anymore https://aur.archlinux.org/pkgbase/atac

Installing with pacman works correctly now, closing.