Diego Calvo Castillo
Diego Calvo Castillo
I'm having this error, but only when using `--template tns-template-hello-world` on `tns create`
Deleting `platforms/ios` folder and do `tns run ios` worked to me !
This code was forked from the 1.5.0 tag since it will be in production. The latest changes in the master branch were not considered.
This is still happening in every sanitized text. I solve it adding this line in `application.rb`: ```rb config.after_initialize do Globalize.set_fallbacks_to_all_available_locales # new line ActionView::Base.sanitized_allowed_attributes.add 'target' end ``` May I open...
This seems to only apply to new projects via `rails new` (https://github.com/rails/rails/pull/50914#issuecomment-1954718596). The big difference is that I used `ruby-rails-postgres` template and add extra dependencies in the `postCreateCommand` and they...
I get the point of the ruby version. This change can be evaluated independently from the others you comment. One of the points of this devcontainer is to be able...