Sai Ram Kunala

Results 12 comments of Sai Ram Kunala

I thought I fixed that issue when I got I found it in Dec 2016. Thanks for reporting it. For now, can you remove the tracking from the UI?

Please contact Dynadot. Since this is a community project they can help out transfer with other modes of verification.

Looks like the domain went into auction on dynadot. with 2 days remaining.

@ConradIrwin , Google Domains allows sharing if you want to keep the ownership as well as recurring I can volunteer to take care of the domain.

Sorry to hear that @ConradIrwin . I think we can update the links to point to **pry.github.io** instead of pryrepl.org . (The .com domain is available for grabs though, but...

there is a fix suggested in https://github.com/sunspot/sunspot/pull/411

I had a similar issue for mac. I did `export LC_ALL="en_US.UTF-8"` and it works fine for `-t 0`

for an ActiveRecord model, I had to do a similar thing to allow nested attributes from the controller. ```ruby class Model def configuration_attributes=(config) self.configuration = config end end ```

@sevenseacat see https://github.com/DmitryTsepelev/store_model/issues/85#issuecomment-775867184

The above solution did not quite work for me. babel-loader was not useful. running webpack fails mentioning`import`is a reserved keyword. I had to include the latest version of `imports-loader` ....