Benito PS

Results 68 comments of Benito PS

It's a difficult case because the lifecycle (_dispose_) ownership of the children nodes is shared in three different objects: the parent `Node`, the source `NodeContainerFormat` and the new `NodeContainerFormat`. As...

No problem, we can update the comment in the next pull request. Thanks for taking a note.

Thanks for the detailed report! A flag like `--ignore-failed-sources` would be useful, so it can retrieve info from public feeds for now at least. Regarding authentication, the [NuGet docs](https://learn.microsoft.com/en-us/nuget/reference/nuget-client-sdk#work-with-authenticated-feeds) explains...

It's a good suggestion that may improve the readability of the generated file. However, they are still third-party dependencies, even if they come from Microsoft and they are under the...

We could use [PanDoc](https://pandoc.org/MANUAL.html#option--to) as a generic approach to support many formats. The program will generate a document in a rich format like markdown that can be easily inserted in...

What OS are you using to build? GitVersion may fail in some Linux distros because it has native libraries of git and they may be incompatible with new or past...

Update on my side. Just to be on the safe side, I decided to do these additional steps in my backups: - Stop MeiliSearch and PocketBase containers before performing backups...

Could it be related to this issue in Meili? https://github.com/meilisearch/meilisearch/issues/3902 It seems [the workaround](https://github.com/meilisearch/meilisearch/issues/3902#issuecomment-1629563077) was to set the master key as a parameter in the service command. I think Meili...