Arnaud Lacombe

Results 28 comments of Arnaud Lacombe

Might be related to this: https://code.google.com/p/vim/issues/detail?id=293

FYI, I rewrote most of the script to fit my need, cf https://github.com/lacombar/vim-file-line/commit/63d6914316ac48217abdee924c7db553f4380d76 Btw, I know, the commit message is really vague. I'm not sure if all the stuff I...

Here's the conversation details, around the logout: ``` 8=FIX.4.2|9=110|35=5|52=20191007-18:06:54.060|49=Target|56=Sender|34=7335115|58=server terminated|10=XXX| 8=FIX.4.2|9=89|35=5|34=7333563|49=Sender|52=20191007-18:06:54.077|56=Target|10=XXX| [...] Disconnected [...] 8=FIX.4.2|9=172|35=A|34=2|49=Sender|52=20191007-18:07:24.280|56=Target|96=XXX|98=YYY|98=0|108=30|10=066| 8=FIX.4.2|9=92|35=2|52=20191007-18:07:24.284|49=Target|56=Sender|34=1|7=1|16=0|10=250| Invalid Session State: Received Msg 8=FIX.4.29=9235=252=20191007-18:07:24.28449=Target56=Sender34=17=116=010=250 while waiting for Logon ````

This seems to do the job... ``` diff --git a/clang-tags b/clang-tags index 9820075..0eccf0f 100755 --- a/clang-tags +++ b/clang-tags @@ -150,7 +150,7 @@ def trace (args): sourceFile = None line =...

This seems to do the job... ``` diff --git a/clang-tags b/clang-tags index 9820075..0eccf0f 100755 --- a/clang-tags +++ b/clang-tags @@ -135,7 +135,7 @@ def trace (args): cwd = os.getcwd() chdir_re =...

Short story: Yes, we did. Long story: The problem lied with the newer version of the HSM/CodeSafe SDK we are using. They added a compile-time plugin system which enables features...

Btw, you could add `python-watchdog` instead of using `python-pip`.

There is 21 command using `sudo`, and you're justifying its use by a use-case representing 5% of that list ?

... and btw, I can understand devel libs, but `gvim` ? why ?

it fails because the object computed is `not a heapobject`