Lukas
Lukas
I can confirm this issue. In my case I required the "mechanize" gem before celerity. If I require celerity first, it works.
Do you build any native node modules? Those must be universal binaries, too.. You can check binaries in terminal using the `file` command.
Did you happen to find a good fix? I am about to go home, but I've stumbled over the same problem. I think the problem is here: ``` - (void)webViewDidFinishLoad:(UIWebView...
Here is a pull request for a fix: https://github.com/ninjinkun/NJKWebViewProgress/pull/58
I have the same problem but it's a simple fix. See the PR.
me too. any ideas how to fix this?
it should be possible somehow to set the default-case to desktop-view. the same seems to happen in internet explorer 8. if the regexp for mobile devices does not match it...
hrmh.. well now i fixed it like this: ``` before_filter :set_default_response_format def set_default_response_format request.format = :html if params[:format].nil? end ``` it works with ie8, but i guess ill have to...
> on m1 mac pip install piper-phonemize-cross pip install piper-tts --no-deps worked for me #395 👆 this worked for me on Mac, as well. (please note those are two commands,...