Richard

Results 9 comments of Richard

I did not know about those binaries, that is helpful.

After some hairpulling I got it working like this. It can be used as a starting point for the docs. Not sure if it is the complete story though. ```bash...

Oh wow, the install instructions look very clear now! 👍

Here's how I think it can be done with MySQL. ```javascript INSERT INTO user_logins(username, password) VALUES ('Naomi', 'secret1'), ('James', 'secret2') ON DUPLICATE KEY UPDATE username = VALUES(username), password = VALUES(password);...

@ndejong I'm having the same problem. `service reload dns` doesn't do the trick. I was looking in `/var/unbound/host_entries.conf`. The alias that I added isn't there, whereas when I add it...

I think I found a solution. Instead of `service reload dns` I'm calling the functions `unbound_hosts_generate` and `system_dhcpleases_configure`. The first regenerates `host_entries.conf`. It also reloads unbound, but it seems not...

I'm looking for the same thing. I'm creating multiple smaller projects and I'd like to automate `quasar create`. That way I can create a project without any user interaction, and...

@todbot, it is a general Node.js concert, but not quite. In general situations you would never encounter this issue because most I/O will give a result in a short time....

Anyone knows something about this fork? https://github.com/amccausl/Tab-Groups Looks like it may be promising but very little information and no install instructions.