Dhurba baral

Results 8 comments of Dhurba baral

It looks like our code is trying to change frozen string generated from `nil.to_s`. Starting from ruby 2.7 `nil.to_s` is a frozen string. The returned String is always the same...

I was facing following issue and I solved it by opening all inbound and outbound ports as mentioned by @drmanhatin . Not sure if this is helpful ``` 2020-06-10T06:51:05.038Z -...

Hi @cikandin, I was facing similar issue in AWS and after doing some research I enabled all inbound/outbound in security-group and it worked.

I was also facing the same issue so I wrote a script to terminate all additional instances as mentioned by @AndreevMore. Hope this script helps others. ```sh #!/bin/sh instances=$(aws ec2...

similar issue with ruby `3.0.x` and pg `1.5.3` ``` Started GET "/" for ::1 at 2023-07-12 20:33:00 +0545 /Users/dhurbabaral/code/forem/vendor/bundle/ruby/3.0.0/gems/pg-1.5.3/lib/pg/connection.rb:690: [BUG] Segmentation fault at 0x00000001041a0ae0 ruby 3.0.6p216 (2023-03-30 revision 23a532679b) [arm64-darwin22]...

@PhilipHow can I work on it?

Hi @PhilipHow, I tried to recreate the issue in my local, But I wasn't able to do so. After analyzing the code and checking the history for some time I...