Jean-Baptiste Mestelan

Results 8 comments of Jean-Baptiste Mestelan

I realize that the part which saves on 'load' fails, and have disabled it. I am looking into it now. Sorry, this is a patch I had had aside for...

Commit 72e9c53 adds a condition on the variable `save_session_on_buffer_event`. Also updates session on buffer close. The part which updates on 'load' looks correct to me, after commit e38af03.

Does the change correspond to what you had in mind? I have been using this modified version since then, and find it to behave OK.

I would like to second this request (which also was the behavior of Conkeror). It commonly occurs that I launch `visited-links-history` , then start typing an URL which I believe...

The `which` command is unlikely to give results, as it provides an entry only for files in the $PATH (the problem here being that `chatgpt` is not)? The `chatgpt` executable...

The above problem seems resolved in Maven 4.0.0-rc-3. However, I see a regression concerning the evaluation of `${project.version}.` Maven 3.9.9: ``` ./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout 2.12.0-SNAPSHOT ``` Maven 4.0.0-rc-3:...

More detailed log: ``` [WARNING] [stderr] SLF4J(W): Using deprecated property org.slf4j.simpleLogger.log.me.qoomon.maven.gitversioning. Please migrate to maven.logger.log.me.qoomon.maven.gitversioning [INFO] [INFO] 1 problem was encountered while building the effective settings (use -e to see...

I think I have had success with this change: ``` install -m 644 \ bin/libcarla_standalone2.so \ /usr/local/lib/vst/carla-vst.so ```