yuusakuri
yuusakuri
I want it too. For example, `php.ini` allows duplicate keys.
I have created a .NET library that solves this problem. I'm glad if you use it. https://github.com/yuusakuri/Ini
I have created a .NET library that solves this problem. I'm glad if you use it. https://github.com/yuusakuri/Ini
I suggest changing the output to something like this: ``` @( @{ key = value } 'comment line' 'comment line' @{ key = value } # ... ) ```
I ran the following code in PowerShell to fix the problem. ```powershell "$env:LOCALAPPDATA\Microsoft\Windows\PowerShell\PowerShellGet\NuGet.exe" | Where-Object { !(Test-Path -LiteralPath $_ -PathType Leaf) } | ForEach-Object { (New-Object System.Net.WebClient).DownloadFile('https://dist.nuget.org/win-x86-commandline/latest/nuget.exe', $_) } ```
I still have the same problem.
I change `auto` to `ProgressFnCallback`. After that, the following error was output. GCC C++11 Qt 5.7 ``` could not convert ‘((const embeddedmz::CFTPClient*)this)->embeddedmz::CFTPClient::m_fnProgressCallback.std::function::target()’ from ‘int (* const*)(void*, double, double, double, double)’...
@embeddedmz I also wanted to use std::function, but My project is old. Thank you very much for your help.
Windows Terminal バージョン 0.11.125.1.0 Cica v5.0.1 にて、未だにこの問題は解決されていないことを確認しました。 また、 Cascadia Code PL というフォントではこの問題は再現されず、予想される通りに表示されました。 https://github.com/microsoft/cascadia-code/releases