-
Ubuntu 22.04, nodejs 16.17.0, ruby 2.6.10;
Устанавливаю проект, запуская `bundle install`, но в консоль выводится следующее:
```
shikimori/_vendor/ruby/2.6.0/gems/http_parser.rb-0.6.0/ext/ruby_…
-
When running a multithreaded rails server (JRuby + Puma), occasionally when the rails app starts and several incoming requests hit different routes at the same time, a route might become corrupted an…
-
As part of building VM's with terrraform I need to create the "host" in foreman, but we don't want foreman to do the imaging (it's a VM managed and created by terraform), we want the host in foreman…
-
In development ENV I have noticed a strange behaviour. When I enqueue a sidekiq job, it does not appear in the queue and hence no job gets executed when I try to start sidekiq. This only seems to happ…
-
Hi folk! Given the backtrace, this seems like the most likely place to discuss the cause of this. I can no longer use my Foreman server as an ENC after I upgraded to 3.0.1. What I get in the logs i…
-
`foreman_config_entry` [consumes](https://github.com/theforeman/puppet-foreman/blob/master/lib/puppet/provider/foreman_config_entry/cli.rb#L55) the whole string printed to stdout by `foreman-rake -- c…
-
Example: let the req name be "v1-dummy#method" if the name is "Default" (aka no doc_title set through apipie)
-
## Status quo
Running the task multiple times will generate a new collection.
## Task
If collection already exists, update its content.
## Reproduce
Run the apipie_postman rake task multiple …
-
## Task
Add tests infrastructure, ideally using Rspec. Only 1 test needed at first, to see if `ApipiePostman#generate_docs` has the correct answer with a mock `apipie-examples.json` file with only …
-
## Status quo
Right now, Faraday `~>1.4.3` is allowed in the project
## Task
Any Faraday version above `1.0.0` should be allowed in the project