Charlie Mordant

Results 66 comments of Charlie Mordant

you're right: the bookSearchRepository. save is not executed... From what I remember, object saved from elasticsearch are different than ones from database: we do not save *ToMany nested elements in...

It compiles if I remove the Gemfile lock. However, the API has changed: when I execute kitchen converge with this provisionner, I have: ``` >>>>>> ------Exception------- >>>>>> Class: Kitchen::ActionFailed >>>>>>...

However, it constraints to have a Vagrantfile to setup the node format, which is more cumbersome than using this plugin if it were updated

Hi @mshima , wasn't aware about this concept, totally make sense! ## Deny vs allow First question: do you know if the current supported annotations are operationally used or beta?...

Also, the current implementation [does not supports authenticated pxy](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-node/src/network/HttpClient.ts#L104)

Agreed that it needs more lines, still, using constants instead of plain strings permits: - Folding in IDE ('find usage'), which helps newcomers to better understand the codebase - Prevents...