Maxim Perepelitsa
Maxim Perepelitsa
AWS Lightsail doesn't have `nano_2_0` size for Stockholm region (`eu-north-1`): > "log": ["AWS::Lightsail::Instance Instance CREATE_FAILED: Resource handler returned message: "The specified bundle does not exist in this region: nano_2_0 (Service:...
Now we can create separated _Torbafile_, for example, `/shared/Torbafile` and include it via `require` directive using relative path. In `/Torbafile`: ```ruby #= require shared/Torbafile ```
Bundler can't install gems: ```bash > bundle Fetching gem metadata from https://rubygems.org/.......... activesupport-7.0.3.1 requires ruby version >= 2.7.0, which is incompatible with the current version, ruby 2.6.6p146 ```
### Search first - [X] I searched and no similar issues were found ### What Happened? It's unable to connect to server via SSH when VPN is enabled. Connection stuck...
Rails 7.1.3 log: > DEPRECATION WARNING: Bolding log text with a positional boolean is deprecated and will be removed in Rails 7.2. Use an option hash instead (eg. `color("my text",...
Using `Net::HTTP` without content type generates a lot of warnings [when verbose mode is enabled](https://github.com/ruby/net-http/blob/eada37bbc13d3b2280eec96c6ad0063d8892f52f/lib/net/http/generic_request.rb#L378). ``` /home/virtual/.rbenv/versions/3.1.4/lib/ruby/3.1.0/net/http/generic_request.rb:187: warning: net/http: Content-Type did not set; using application/x-www-form-urlencoded /home/virtual/.rbenv/versions/3.1.4/lib/ruby/3.1.0/net/http/generic_request.rb:187: warning: net/http: Content-Type did...
Rake tasks from `clickhouse-activerecord` are missed if the app has its own `lib/tasks/clickhouse.rake` file. The local file has precedence over the file from gem, so gem loads the local file...
JS with ERB preprocessor generate map which display wrong error position. `bugsnag-js.js.erb`: ```ruby window.bugsnagClient = bugsnag({ apiKey: "KEY", autoNotify: true }); ``` `example.coffee`: ```js window.test = 1 window.test = 2...