Hey guys, i have an issue with knex.js joins: i'm trying to achieve nested lists of joined table records: For example: const expectedList = [ { id: 1, username: "tes...
Can somebody explain why it works like this? const pipeWhileNotNil = R.pipeWith((f, res) => R.isNil(res) ? res : f(res)); const f = pipeWhileNotNil([R.negate, R.inc]) f(null)...
Hello guys. I need to queue requests by parameters (by user id) in express. I tried to make promise chain like this https://pastebin.com/XtJtgsp5, but had an issue - i can't e...
Thanks. I'm currently using socket.io, but i feel frustrated handling such things as unexpectable game host disconnection by hand. Is there a way i can automate this things us...
Hi huys. Need a help with ramda. item => R.assoc("name", item.originalname, item), How can i replace this pipeline stage in more elegant manner?
Can you tell me how did you recorded this gif? Is there any app like windows snipping tool for animation?
Why? There is only 2 tables in this example, the result of sql joining is always like this ( as far as i know )
Yeah, but i mean - how can i guarantee that second request read db operation being called only after the first request write operation?
Could you explain please - why we shouldn't do encryption in js?
Guys, i have a question. Can i use express router declaraion with keyword 'new' - "const someRouter = new express.Router()" without any consequences?
are you sure the code is running in the right order? Did you tried to console log the element just before you assigning autocomplete to it?
isn't atom just a text editor, like sublime?
group_concat seems like a hacky way to achive desired behaviour?
do you have a script "start" at your package.json?
Could anyone suggest frameworks/libs for creating stateful browser connections? For browser online game purpose.
That logic makes no sense for me, why do you use loops for simply check a few conditions once?
Hi, could you guys suggest a nice, free api documentation service?
what do you think could be a good alternative to modals?
db.query method returns promise?
cant post because got problem with validation?