I hereby claim:
- I am asok on github.
- I am asok (https://keybase.io/asok) on keybase.
- I have a public key ASAKM9V7cOg7F-Qgf9ipnguXsQ5ZyVYOS09a6cvmQAFJVAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Documas::Study.connection.type_map.fetch("boolean").type_cast_from_user("0") |
| module RSpec | |
| module Sidekiq | |
| module Matchers | |
| def have_enqueued_job *expected_arguments | |
| HaveEnqueuedJob.new expected_arguments | |
| end | |
| class HaveEnqueuedJob | |
| def initialize expected_arguments | |
| @expected_arguments = expected_arguments |
| diff --git a/rspec-mode.el b/rspec-mode.el | |
| index 29c0d28..e7c5431 100644 | |
| --- a/rspec-mode.el | |
| +++ b/rspec-mode.el | |
| @@ -153,6 +153,11 @@ | |
| :type 'string | |
| :group 'rspec-mode) | |
| +(defcustom rspec-compilation-in-comint-mode nil | |
| + "t when compilation buffer should be in Comint mode with `compilation-shell-minor-mode'" |
| Scenario: html-erb-mode not working | |
| Given I have master of mmm-mode in "~/mmm-mode" directory | |
| And I have file "test.el" with content: | |
| ''' | |
| (add-to-list 'load-path "~/mmm-mode/") | |
| (require 'mmm-auto) | |
| (require 'mmm-erb) | |
| (setq mmm-global-mode 'auto) |
| Scenario: html-erb-mode not working | |
| Given I have master of mmm-mode in "~/mmm-mode" directory | |
| And I have file "test.el" with content: | |
| ''' | |
| (add-to-list 'load-path "~/mmm-mode/") | |
| (require 'mmm-auto) | |
| (require 'mmm-erb) | |
| (setq mmm-global-mode 'auto) |
| (defmacro sformat/macro (template values) | |
| `(sformat | |
| ,template | |
| (lambda (key) (plist-get ,values (intern key))))) | |
| (sformat/macro | |
| "help ${name}! I'm ${malady}" | |
| '(name "nic" malady "on fire")) |
| require 'net/pop' | |
| class Droms::ReplyMailerJob | |
| def perform | |
| logger = RAILS_DEFAULT_LOGGER | |
| if (Droms::Configuration[:email_settings][:use_ssl]) | |
| Net::POP3.enable_ssl(OpenSSL::SSL::VERIFY_NONE) | |
| port = 995 | |
| else |
| --- /home/asok/.wine/drive_c/Program Files/HEIG-VD/Ubichip Manager/src/ubimanager/runninginterfaceproxy.cpp 2010-03-25 09:47:26.000000000 +0100 | |
| +++ runninginterfaceproxy.cpp 2010-03-25 13:02:21.146728891 +0100 | |
| @@ -543,7 +543,7 @@ | |
| return ramReadBlocking(address,nb,delta,ubichipX,ubichipY); | |
| } | |
| -int RunningInterfaceProxy::ramReadBlocking(unsigned int address,unsigned int nb,unsigned int delta,int timeout,ubichipcoordaxis_t ubichipX,ubichipcoordaxis_t ubichipY) | |
| +int RunningInterfaceProxy::ramReadBlocking(unsigned int address,unsigned int nb,unsigned int delta,ubichipcoordaxis_t ubichipX,ubichipcoordaxis_t ubichipY,int timeout) | |
| { | |
| PREPAREBLOCK(COMMAND_RAMCONTENTREQUEST); |
| --- /home/asok/.wine/drive_c/Program Files/HEIG-VD/Ubichip Manager/src/ubimanager/runninginterfaceproxy.h 2010-03-25 09:47:26.000000000 +0100 | |
| +++ runninginterfaceproxy.h 2010-03-25 12:56:27.774671050 +0100 | |
| @@ -91,7 +91,7 @@ | |
| virtual int ramRead(unsigned int address,unsigned int nb,unsigned int delta,ubichipcoordaxis_t ubichipX=0,ubichipcoordaxis_t ubichipY=0); | |
| - virtual int ramReadBlocking(unsigned int address,unsigned int nb,unsigned int delta,int timeout=4000,ubichipcoordaxis_t ubichipX=0,ubichipcoordaxis_t ubichipY=0); | |
| + virtual int ramReadBlocking(unsigned int address,unsigned int nb,unsigned int delta,ubichipcoordaxis_t ubichipX=0,ubichipcoordaxis_t ubichipY=0,int timeout=4000); | |
| virtual int ramWrite(unsigned int address,unsigned int nb,unsigned int delta,unsigned int *data,ubichipcoordaxis_t ubichipX=0,ubichipcoordaxis_t ubichipY=0); |