Vladimir Támara Patiño
Vladimir Támara Patiño
This is a feature that I'm using in several projects. Besides the documentation included in this pull request, I prepared a small application that shows how to use it https://github.com/vtamara/cocoon-ajax-project-objective-result-indicator...
When there are several cells with a drop-down list and you write one with rspreadshet, all the cells with the drop-down list will be written. I created a test repository...
Trying to install pupilfirst (https://developers.pupilfirst.com/docs/development_setup/) it stops when running `CXX=c++ yarn` with: ``` error /.../pupilfirst/node_modules/@baransu/graphql_ppx_re: Command failed. Exit code: 1 Command: node ./copyPlatformBinaryInPlace.js Arguments: Directory: /.../pupilfirst/node_modules/@baransu/graphql_ppx_re Output: graphql_ppx does not...
* Replaces `bootstrap-loader` with Bootstrap 5 loaded directly with shakapacker * Updates navigation bar to Bootstrap 5 and changes presentation to make it somehow similar to the Bootstrap 3 version...
It is using the option `sanitize` of the library `marked`, as seen at: https://github.com/shakacode/react-webpack-rails-tutorial/blob/7feaf746295686f55efde8802039280bdfb25130/client/app/bundles/comments/components/CommentBox/CommentList/Comment/Comment.jsx#L16 However that library warns at : > Warning: This feature is deprecated and it should NOT...
I reproduced this behaviour in Ubuntu 21.10 and ind adJ/OpenBSD 7.1a1. I made a short video: https://user-images.githubusercontent.com/701221/159935786-4815d38b-1fbf-428f-a744-3a715bf1c4e5.mp4

* Installation more portable: tested on Ubuntu 21.10 and adJ/OpenBSD 7.1a1 * Unnecessary or outdated gems removed: `mini_racer`, `sass-rails` * Gems and packages updated. Required gem after update added `net-smtp`...
Running `rake` produces errors like: ``` An error occurred while loading ./spec/system/destroy_comment_spec.rb. Failure/Error: background { visit comments_path } NoMethodError: undefined method `background' for RSpec::ExampleGroups::DestroyAComment::WhenFromClassicPage:Class Did you mean? around # ./spec/system/shared/contexts.rb:16:in...
After installling and running on adJ 7.1 and Ubuntu 21.10 (see https://github.com/vtamara/react-webpack-rails-tutorial/wiki/Using-on-adJ-(distribution-of-OpenBSD)-7.1a1 and https://github.com/vtamara/react-webpack-rails-tutorial/wiki/Using-on-Ubuntu-21.10 ) I have some suggestions to make the installation smoother: * Documentation of the installation steps...