Kostas

Results 5 issues of Kostas

validates_as_attachment replaced validates_attachment but the former seems to not have support for custom error messages (which we use for other languages) this a workaround I use: http://gist.github.com/135810

Hello, I've been trying to get hudkit compiled on [NixOS](https://nixos.org/) using the [nix toolchain](https://nixos.org/manual/nix/stable/). More specifically, I've tried the following with no success: ``` ❯ nix-shell --packages pkg-config gtk3 webkitgtk...

This PR is based on https://github.com/aumuell/zmk/commit/fa61c6a3c6e7cbfcb5b3d9168b3454bf95c and most, if not all, of the credits should go to @aumuell. I have only contributed some git-fu to get their work rebased on...

Assume `collection.json` with 2 requests and the following command: ``` newman run collection.json --bail --iteration-count 2 ``` The behaviour I can observe now is that if the first request on...

feature
tracked
product/newman

I've tried using dockerdev with the `2.5.1-slim-stretch` base docker image and it kept using v1.16 for bundler. After a little digging, I noticed that the base image explicitly defines the...