William
William
On rails 3.2.3 and steak 2.0.0, I couldn't run ``` rake spec:acceptance ``` Here is the output ``` rake aborted! Don't know how to build task 'spec:acceptance' (See full trace...
I have install Ruby 1.9.3 and 1.8.7 and DevKit. When I run `pik devkit`, I have the following error message ``` There was an error. Error: undefined local variable or...
I tried to follow the Quickstart tutorial but deployment on Acceptance stage is failing, here is the output from `mu svc show`: ``` Pipeline URL: https://console.aws.amazon.com/codesuite/codepipeline/pipelines/mu-56-qs/view?region=ap-southeast-1 +------------+----------+------------------------------------------+--------------------------------------------+---------------------+ | STAGE |...
Hi there. Good works on `terjira`. Really helpful tools. Are you plannig to make issue element pre-populated when using the `edit` command? Right now if I edit a description, for...
*Description of changes:* Fixed a typo on readme.adoc. file By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
I started Phoenix (Elixir) implementation. Any chance to be accepted here?
How can I make `parallel-lint` show this Laravel blade template snippet as error? ```php App Name - @yield('title') @section('sidebar') This is the master sidebar. @show @yield('content') ```