Rémi Delhaye

Results 4 comments of Rémi Delhaye

@GalaxHD551 AH ! Chiant effectivement, tu peux me confirmer que c'est encore le cas ? Je vais voir avec @Burdigalax pour disable la feature.

Hi @GHMatti ! We're having the exact same issue, any way to get in touch with you on Discord to talk about this and find the issue? :) Cheers.

Hi ! I am currently on commit [`Ajustement LCD Arduino pour Mix-IT (SHA : 12004d1)`](https://github.com/tdd/node-demo/commit/12004d1bdaad851ed7a8e5acefc44e920ac22540) and i still have got `Cannot GET /admin/quizzes/2/questions/new` when i try to reach [http://localhost:3000/admin/quizzes/2/questions/new](http://localhost:3000/admin/quizzes/2/questions/new). Merci...

Just coded an ugly monkey patch to prevent database errors if that can help someone reading this issue. ``` rb require 'gemoji' module EmojiParser def self.tokenize(text) text = text.gsub(color_emoji_regex, '')...