Evgenii Neumerzhitckii
Evgenii Neumerzhitckii
Thanks @blaxwan01, unfortunately no, I'm using a different format to convert encrypted data to text form. But this project is open source, feel free to change it to different format.
Thanks for reporting, @arun-alttab. Sorry I do not have any iOS6 devices to test on. Any help with fixing the issue is welcome.
Hi, are trying to send HTTP request from your JavaScript? On Mon, 7 Sep 2015 7:55 pm Ravo86 [email protected] wrote: > Hi, I try this project with this javascript file...
Sorry I do not quite understand what you are trying to achieve. In your example I see something that looks like a jQuery HTTP request. I think this request won't...
Hi, I forgot to watch the repository and missed your question, sorry. Yes, you did it correctly.
Hi @hovancik, can I work on this please?
Sure, are you still in favor of this solution proposed by @tomgoos? ``` "pauseBreaks30mToggleShortcut": "", "pauseBreaks1hToggleShortcut": "CmdOrCtrl+P", "pauseBreaks2hToggleShortcut": "", "pauseBreaks5hToggleShortcut": "", ```
Makes sense, so it matches as the Pause Breaks menu. Ok, I'll do that then! 👍
I have the similar problem. After upgrading jasmine-headless-webkit gem to `0.9.0.rc.2` it shows the error when I run tests in guard ``` Guard::JasmineHeadlessWebkit running the following: [..].coffee couldn't find file...
@tacaswell good question, I have not found must information on this, apart from this option, not sure if it can help: ``` root = Tk() root.tk.call('tk', 'scaling', 2.0) ```