Fabien Ménager
Fabien Ménager
In fact I started to work on it yesterday, but could not get a satisfying result, but I think I have another idea for this problem now.
I think I found the problem: it's with the word count of each line, which is used to compute the word spacing, when we have tags splitting a word in...
@ZvonimirMatic I suggest you try to measure performance like described in this article https://www.meziantou.net/measuring-performance-of-roslyn-source-generators.htm This might help confirm which source generator takes so much time.
Since the last time a new project appeared, https://github.com/testcontainers/testcontainers-dotnet It is a part of https://testcontainers.com/
It would be great to compare with Typesense 😍
Great ! Also the search time graph with the huge times for postgresql does not highlight the difference between paradeDB, ES and Typesense soon. Is it possible to show the...
Here is the result : ``` PS C:\Dev\Foo> $env:GIT_TRACE=2; git subrepo push --all; $env:GIT_TRACE='' 08:51:51.603020 exec-cmd.c:237 trace: resolved executable dir: C:/Program Files/Git/mingw64/bin 08:51:51.603020 git.c:729 trace: exec: git-subrepo push --all 08:51:51.603020...
It seems to be related to the private key location, but common commands like git push/pull work well.
Same with git subrepo pull, what can I test too ? (I'm not used to subrepo, this issue blocks our adoption)
Same with fetch too