Wilfried Goesgens

Results 191 comments of Wilfried Goesgens
trafficstars

OK, now I got something that works: ``` --- a/generator/msvs.py +++ b/generator/msvs.py @@ -151,6 +151,9 @@ def _FixPath(path): Returns: The path with all slashes made into backslashes. """ + if...

WDYT about having a regex in the toolchain settings - like here: https://github.com/arangodb/arangodb/blob/feature/upgrade-v8/3rdParty/V8/gypfiles/toolchain.gypi#L1378 and using the regex in the if above? something like `msvs_filename_expansion_blacklist_regex` ?

ok, can you take a look into the logfiles to see wether the PID changes in that range of time? Its the value in `[]` .

well, arguably ArangoDB Enterprise edition already supports similar with hot backup and rclone?

As you probably know ArangoDB is implemented in C++, hence it will never be able to be ran inside a java process - if thats what you mean?

It can be ran alongside with it as a separate process. We have a first class citizen Java driver to talk to ArangoDB from within Java applications. It should even...

Hi, we are already working on this. An ICU upgrade had unexpected side effects a hot fix will soon be available. At the moment the quickest known way to get...