Sebastian Fiedlschuster
Sebastian Fiedlschuster
Thank you, @MSeal, for suggesting the mechanism to embed the image as base64!
Thanks for your reply. I gather what I've experienced is not the regular behaviour and I should rather get a response when `curl`ing the ports. I've set up a minimal...
@mmoayyed Thanks for the pointers, but I'm really not sure how to approach this. I'm still reading the CAS documentation. Maybe I did not understand this docker image altogether: I'm...
+1 for managing casks through cakebrew :smile: any idea when 1.3 will come? :cake:
Does anyone know a workaround? EDIT: https://github.com/simplesmiler/vue-clickaway worked for me.
Following fix works for me (Rails 3.2.3, ruby 1.9.3p194, acts-as-dag-2.5.5): In `acts-as-dag-2.5.5/lib/dag.rb` replace lines 22 and 23 ``` ruby write_inheritable_attribute :acts_as_dag_options, conf class_inheritable_reader :acts_as_dag_options ``` by ``` ruby class_attribute :acts_as_dag_options...
Sorry, apparently there is already a corrected fork: https://github.com/resgraph/acts-as-dag
### Database migrations - [x] Bring over database migrations from the your_platform engine and wingolfsplattform - [x] Apply filename namespacing `db/migrate/*.your_platform.rb` # applies to all orgs `db/migrate/*.wingolf.rb` # applies to...
More resources from https://trello.com/c/L29imOT9/1013-e-mails-utf-8-pizza-🍕: - https://caduribeiro.medium.com/accepting-emojis-on-a-rails-app-with-mysql-e2734f232de0 - https://github.com/rails/rails/issues/33596 - https://github.com/magec/utf8mb4rails - https://gist.github.com/amuntasim/f3b12f20a30e9a9f3fb0#file-change_mysql_character_set_and_collation-L10
How to convert the existing database? - https://mathiasbynens.be/notes/mysql-utf8mb4#utf8-to-utf8mb4 - https://github.com/magec/utf8mb4rails