Arnaud Lacombe

Results 16 issues of Arnaud Lacombe

When using the following command: ``` % vim -p foo:10 bar:20 ``` Only `foo` is opened.

There seem to be a window, before the session's state is completely updated, between the time a Logout message (`MsgType=5`) is being processed (and store next sequence number is being...

QuickFIX/J's `Session` objects have a `getStore()` accessor lacking in the Golang implementation. cf. http://quickfixengine.org/quickfix/doc/html/class_f_i_x_1_1_session.html#a1f3aa9ad3152de9ed6f09223d309977a While not ideal, some exchanges have really finicky sequence number management and having direct access to...

I just attempted to install `yavide`, and the requirement for `root` privilege is unsettling. First of all, I don't trust scripts to run as `root`, cf the recent failure with...

The install script logic duplicate the git-submodule functionality. This is unnecessarily complicated.

On Fedora, dependencies should be: - pcre - pcre-devel - libyaml-devel

The regex tracing the `execve` syscall fails to include a return value. As a result, failed system call will still considered valid, where they should not be and will both...

[still trying to index v8...] ``` CXX(target) /v8/out/x64.debug/obj.target/v8_base/src/accessors.o AR(target) /v8/out/x64.debug/obj.target/tools/gyp/libv8_base.a LINK(target) /v8/out/x64.debug/mksnapshot Traceback (most recent call last): File "clang-tags", line 550, in sys.exit (main_argparse()) File "clang-tags", line 541, in main_argparse...

The trace method currently used, relying on `strance`, is unreliable. It fails to handle build system spawning sub-make command. For exemple: ``` # ls src/ a.cc # make -C build...

When starting a 1-on-1 conversation in HipChat, the following show up: ``` 01:22 test ``` This makes `irssi-xmpp` practically unusable. For reference, Pidgin is capable to providing the correct "clear"...