Ivan Kolmychek
Ivan Kolmychek
Extracted from [#2798](https://github.com/awesomeWM/awesome/issues/2798), as [asked by @psychon](https://github.com/awesomeWM/awesome/issues/2798#issuecomment-523076115). Original message from [this comment](https://github.com/awesomeWM/awesome/issues/2798#issuecomment-522909514) by me: --- I hope you don't mind me joining in here - I believe I may have...
Setup: - Rails 5.0.2 - Sprockets 3.7.1 - Slim 3.0.7 - slim-rails 3.1.2 - Some ERB pages in `assets/html/` (like `404.html.erb`, you can just copy default Rails 404 page and...
I'm not sure where to post it - I encountered it when used pact + pact-mock_service, so, I've decided to post it here. When you accidentaly forget to specify `status`...
I'm trying to replace zombiejs with nightwatch in our specs that use standard mocha. As we're already familiar with it, it was logical to keep using it and just try...
I've been using FactoryGirl for a while in a lot of projects and I've never seen the suggestion to extract objects creation to extra file, just the factory definitions, If...
Basicaly, can traver automatically load all factory definitions from files from somewhere like `spec/traver_factories/`? I don't see this mentioned in readme.
It would be nice to have some examples of changing data through graphql mutations.
In "Contributing" section of Readme it says > Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/call_graph. This project is intended to be a safe, welcoming space for...
https://blog.github.com/2018-05-07-introducing-checks-api/ https://developer.github.com/changes/2018-05-07-new-checks-api-public-beta/ I am not entirely sure should Buildkite be using in any way and how exactly can it be, but this sounds interesting. Here is also how Travis integrated...
Hi. `1.2.6` understands relative paths well, but new `1.3.2.2` fails on `deploy:check` Somewhere in deployment configuration: ``` set :deploy_to, '~/rvm1cap3test' ``` ``` [ivko@thinkpad-e530 rvm1cap3test]$ bundle exec cap staging deploy:check INFO[fcff978e]...