Jonathan Clem
Jonathan Clem
The following seems like a reasonable way to check for uniqueness of email for a given collection: ``` javascript // 'unique:users:email' Checkit.Validators.unique = function(val, collection, field) { collection = require('./collections/'...
**tl;dr** Basically, I'm saying that only primary keys should be used to query when possible, and that we need separate methods for formatting prior to persistence and for transforming property...
``` javascript return token.query(q => { q.where('invite_tokens.token', '=', token.get('token'); }).fetch().then(() => /* etc. */); ``` Results in this query: ``` javascript { __cid: '__cid2', method: 'select', options: undefined, bindings: [...
On Ubuntu 14.04, I'm starting Tmux with the following [upstart](http://upstart.ubuntu.com/) script at `/etc/init/start-tmux.conf`: ``` upstart description "Start Tmux" start on runlevel [2345] script su myuser -c "tmux new-session -d -s...
## ☕️ Reasoning This adds a `callbackUrl` option to OAuth provider configuration. Currently, the OAuth callback URL is inferred from the host from which a user is attempting to sign...
Currently, this action only runs on Ubuntu runtimes using precompiled builds from Hex.pm. There's definitely a need to support other runtimes, but we need to use precompiled builds for them....
Hey! 👋 Thanks for working on this tool, it's awesome! Partway through `packer build -var github_feed_token=XXX images/linux/ubuntu1804.json`, I get this prompt from Docker about systemd that expects a TTY: ```...
### What is the problem this feature would solve? This would make it easier to recursively watch changes in a directory with the Node platform, rather than only changes at...
### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...