Pierre-Yves Orban
Pierre-Yves Orban
You should fix BigDecimal version < 2: ``` gem 'bigdecimal', '1.4.4' ``` I also had to fix versions of other gems in `:development` group: ``` gem 'pry', '0.12.2' gem 'rubocop',...
@koga73 I know it's late, but there is a workaround using the `route` option: ``` var url = require('url'); var options = url.parse('http://www.website.com'); options.pathname = '/endpoint'; options.route = '/api/endpoint'; app.use(proxy(options));...
Indeed, it helped to add the `Username` in the select: when debugging, I can see that the final promise is resolved with an object correctly populated. (in the `Model.populate` method)...
I realized the property was deleted in the `init` pre middleware [line 35](https://github.com/alexmingoia/mongoose-populate-virtuals/blob/master/index.js#L35) and the virtual getter is not called when I access the attribute. This is why I got...
I was facing the same error since I upgraded to Rails 7. My view file was named `export_pdf.pdf.haml` and my controller code looked like `template: 'proposals/export_pdf.pdf.haml'`. I had to rename...
Hi @Himanshu-Tamrakar , thank's for the feedback. However I'm not maintaining this repo anymore. But I would be happy to review & merge pull requests :-)
Hi Robert, Unfortunately I don't have time to support this repo anymore. But your contribution is welcome! :-) (Sorry for this -super- late answer) Regards