Eugen Konkov

Results 175 comments of Eugen Konkov

I fixed the problem by changing the line in `sync()` to: ```diff -const settings = get_settings ? getSettings( self.input, {delimiter:self.settings.delimiter} as RecursivePartial ) : self.settings; +const settings = get_settings ?...

No. Just for purpose of completeness

Today I have good question. and can describe specific thing which is worth to demonstrate. For example we have next thing: ``` components: schemas: Country: type: object required: - id...

@tedepstein Thanks. You understand correct.

@tedepstein: I should not redeclare `id` for NonEmptyCountry because it must be excluded

Here is my variant of schema. I did it slightly differently. Maybe will be useful for others [api-v1.yaml.txt](https://github.com/OAI/OpenAPI-Specification/files/2086902/api-v1.yaml.txt)

Hi. @adam900710 1. My versions: ``` $ btrfs --version btrfs-progs v6.6.3 $ uname -a Linux work 6.8.0-52-generic #53-Ubuntu SMP PREEMPT_DYNAMIC Sat Jan 11 00:06:25 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux...

Could it be related to the fact that btrfs was create with old tools, but I add device when they were upgraded to the version above?

Sorry, I am not able to compile.

@Forza-tng Ok. I have two questions: 1. How to install it? 2. Because balance was finished I do not see the error after that. How to test?