Nicolas Polomack

Results 43 comments of Nicolas Polomack

So, I've been thinking about how to implement that tool and the fact is that it will need access to the same configuration as the registry itself to interact with...

**Git2Index** is being added as part of **#20**. :tada:

**`Git2Index`** (**#20**) is now complete and merged ! :tada:

Hello Thanks for reporting this issue, and sorry for the long wait. It is indeed curious that the database can get locked in this way. From what I can read...

I just remembered that we had this issue already brought up in the past as issue **#22**, and it was indeed the motivation behind adding the `max_conns` configuration option. It's...

Hello, I agree that log messages are currently too minimal. One way to improve things could make better use to structural logging and maybe make log statements be done as...

Hello, It's true that there is definitely some interest for alternative/external authentication methods. I am currently thinking about ways to decouple the authentication part from the rest of the Alexandrie's...

Hello ! Sorry for my long absence about this. I agree that this is a feature that is indeed desirable to have. @techninja1008, Thanks for showing interest in helping with...

Also, we can maybe do it as an option within the config, rather than it being a cargo feature-flag, because it doesn't make us save on dependencies when not used,...

Here is an initial draft for a revision (just attempting to address the points above, with no real semantic change to the API): ```rs /// The required trait that any...