Artiom Neganov
Artiom Neganov
`composer install` doesn't work: ``` Your requirements could not be resolved to an installable set of packages. Problem 1 - atoum/atoum 1.2.5 requires php >=5.3.3, your PHP version (7.2.15) does...
It seems to me the bad part of this tool is error reporting as it rarely reports anything reasonable when validating schema for example. So I started to enhance this...
I cannot explain why my schema doesn't work, I just continue getting some frustrating error message not explaining anything. Sample input: ```yaml database: type: sqlite params: path: "some_path" ``` Schema:...
I know it is sort of an old script. But yet, it looks pretty usefull from its description, so I'd like to give it a try. Unfortunately it didn't color...
I have a task like this: ``` js var browserify = require('browserify'); var source = require('vinyl-source-stream'); var watchify = require('watchify'); gulp.task('browserify', function(callback) { ... var bundler = browserify({ cache: {},...
I create a basic transparent proxy: ``` $ toxiproxy-cli create remote -l localhost:26379 -u :443 ``` then I check its status: ``` $ toxiproxy-cli l Name Listen Upstream Enabled Toxics...
## 🐛 Bug Report Message properties marked with `[(google.api.field_behavior) = REQUIRED]` get ignored when generating OpenAPI spec, if properties reference other messages (schemas). ## To Reproduce Create a proto with...
I run ytdl as: ``` $ ytdl -o "{author.name} - {title}" ``` and resulting file gets a name of `'{author.name} - {title}.mp4'` so no interpolation takes place. I thought that...