Tom PoLáKoSz

Results 9 comments of Tom PoLáKoSz

**Cause of this problem:** Inside the `XTR_Toolbox.csproj` file there is this section: ```` xml ..\..\..\..\..\..\..\Program Files (x86)\Windows Kits\10\UnionMetadata\Windows.winmd ```` I changed to this: ```` xml C:\Program Files (x86)\Windows Kits\10\UnionMetadata\Windows.winmd ````...

Should I reopen my issue?

Hi! I recommend to take a look at this library (https://github.com/tboothman/imdbphp).

The last commit was more than 8 years ago, probably the site changed since then. With this (https://github.com/tboothman/imdbphp) library You will have more success probably (sorry for the shameless plug...

> The reason this happens is that Windows has retained compatibility with file names from [MS-DOS](https://en.wikipedia.org/wiki/MS-DOS), where file names were limited to a 3-character extension. source: https://superuser.com/a/1644933/914033 I would highly...

What about storing in an SQLite DB (with Entity Framework Core for example as an ORM)? I can understand why a simple (json) file, but on a long run i...

Hi! Sorry for this late replay. So what You sad about VS Code like settings is a great idea (and i really like it), but maybe they still store the...

The NuGet package is not up-to-date. FCTB could be pulled into the project as a git submodule temporary while the NuGet package won't get updated.

Hi! I would like to help so I started to work on this issue. You can find my progress here (I will merge a few commits together after I finished):...