Eike Send
Eike Send
I don't understand quite understand the problem. Can you describe it in more detail? Can you tell me what exact browser you use AND provide a link to a sample...
Carmen uses unicode_utils only once: `UnicodeUtils.casefold` in lib/carmen/querying but I think that can be replaced with something like this ``` ruby name.mb_chars.downcase.normalize === region.name.mb_chars.downcase.normalize ```
I just wanted to follow up, that I was successful in speeding up carmen on windows by replacing unicode_utils with activesupport. The fork is here: https://github.com/eikes/carmen/tree/active_support_not_unicode_utils
What I did was wrap everything of your code that is related to width and horizontal position in an if-clause which checks if the the new "vertical" option is not...
I spent a long time looking for gem which would make jsonb queries easier. I almost did not find ActiveRecordExtended, but I ended up in this repo. Just linking to...
Thank you @dzirtusss! My CPU is idling again! In the end my `config/spring.rb` file looks like this: ```ruby Spring.watch( ".ruby-version", ".rbenv-vars", "tmp/restart.txt", "tmp/caching-dev.txt" ) module SpringWatcherListenIgnorer def start super listener.ignore(/^data/)...
This is the page where I found this documentation: https://www.phusionpassenger.com/library/install/nginx/install/oss/osx/
I did eventually see that. My question is then why is there outdated documentation available? It seems this flag has not been available for years. But that is the page...
yes the fork lives where the pull request is coming from: https://github.com/eikes/Respond