Matthew Valimaki

Results 10 issues of Matthew Valimaki

The readme for validator `number` contains the following: ``` propertyName: validateNumber({ gte: 10 }), // greater than or equal to 5 ``` Comment there should say 10 instead of 5.

- Add missing `nodejs` user and group. - Updated examples to use `nodejs` user for execution. - Smaller cleanups. Signed-off-by: Matthew Valimaki [email protected]

I recommend `apk upgrade --update` to be executed on every image. For example `libcrypto`, `libssl` and `bind` are out of date. While security is responsibility of user providing latest (at...

Suggesting that we introduce https://www.nomadproject.io/ into the base images to complement Consul more than anything perhaps. - Add `alpine-consul-nomad` using `alpine-consul-base` (as server) - Add `user-consul-nomad` (as server) - Add...

References #36. **Roadmap** See [Wikipedia explanation](https://en.wikipedia.org/wiki/Technology_roadmap). Purpose of a roadmap is to set goals and expectations. Roadmap sets focus and drives excitement. Roadmap does not dictate every single change but...

alpine-consul-nginx-nodejs and alpine-nginx-nodejs should provide nodejs user. user-consul-nginx-nodejs and user-nginx-nodejs then both use this user in s6 run scripts. Right now node server is running as root.

I am already using transactions for inserts against one database. But I would like to do cross-database transactions with `PREPARE TRANSACTION`, see https://www.postgresql.org/docs/current/static/sql-prepare-transaction.html. I looked at documentation for transactions and...

The following opinion is based on my report for Go version of Hashids, see https://github.com/speps/go-hashids/issues/28. I propose Hashids to implement an API of sorts so that all implementations mentioned on...

On Windows 10 I have `gcloud` setup and working. I downloaded the binary and without any arguments (per `Using automatic instance discovery with gcloud credentials`) I saw: ``` 2017/04/18 11:51:31...

priority: p2
type: feature request
v2
windows

I propose that in DoctrineEncryptSubscriber::preUpdate() we check the entityChangeSet[] for a field before trying to update the field. ``` foreach ($properties as $refProperty) { $propName = $refProperty->getName(); if (isset($args->getEntityChangeSet()[$propName])) {...