Matt

Results 41 issues of Matt

I tried several options: ``` valid:"length(min)=1" valid:"length(min):1" valid:"length(1|255)" valid:"length(1,255)" ``` This never returns any error nor does it catch an empty input. Can someone help me out?

bug

creates (if not exists) in current directory: - Dockerfile - .dockerignore - fugu.yml

enhancement

Right now it's not possible to access flag defaults like `/bin/bash` from flag `shell`. As a work-around commands have to manually check for empty values and set the default again....

enhancement

Add new github action input `creds_base64: [bool]` to detect if the provided `creds` should be base64 decoded or not.

[google-cloud-pubsub](https://github.com/GoogleCloudPlatform/google-cloud-ruby/blob/google-cloud-pubsub/v0.30.0/google-cloud-pubsub/lib/google/cloud/pubsub/subscriber.rb#L108-L110) is starting a thread pool to process incoming messages: ```ruby @stream_pool.map do |stream| Thread.new { stream.start } end ``` [activejob-google_cloud_pubsub](https://github.com/ursm/activejob-google_cloud_pubsub/blob/master/lib/activejob-google_cloud_pubsub/worker.rb#L25) is doing the same: ```ruby pool = Concurrent::ThreadPoolExecutor.new(min_threads: @min_threads,...

Allow usage of `$PWD` in `GoSublime.sublime-setting`. ``` json { "env": { "GOPATH": "$PWD/.vendor" } } ``` Without this fix `$PWD` won't get replaced with the current directory.

Everyone, I started migrate 3 years ago and I'm happy it's seeing widespread adoption. I see forks at @99designs, @codeship, @uber, @segmentio, @newrelic, @gitgnu, @postmates and many more who find...