Quentin Dufour

Results 19 comments of Quentin Dufour

I should miss something. This what I typed : ```bash rm -rf obj make clean make Debug -j8 ``` But the compilation failed on every tries: 1. If *the root...

First of all, I am not a (Java) expert. So, the following is only my humble opinion. By reading you, it seems you want a standalone solution, that does not...

I would also be interested by this feature!

Same problem on Fedora 27 and SBCL It seems that using optirun after deactivating SELinux fixed the problem. Here are some things that work and don't: ```bash glxgears # it...

Just a note that Stolon still does not support tablespace. I found this issue after wanting to report it as a bug, because I did not expect that I would...

@Benjamin-Dobell I don't know if you have planned to implement this feature, but I want to signal that I'm also interested in ! Thanks for all your work :)

> So I'd guess that just replacing this l.define( with l.define(ctx, should hopefully be enough to handle the issue. It appears that the borrow checker does not like that I...

In the end, I would be interested to know what is the proper way to implement features in imap_codec for sure! But I would be more comfortable with a progressive...

Ok so now I'm in sync with main and I have a single commit that contain only my changes: allowing SELECT/EXAMINE/STORE to have modifiers. Another FETCH modifier will come soon...

The weird part for me is: > **Extensions that follow this general syntax** should use nstring instead of astring when appropriate in the context of the extension. Which means that...