Joshua Grant

Results 4 comments of Joshua Grant

Hi, I may have just fixed this for you. https://github.com/loic-sharma/BaGet/pull/716 Otherwise, if you don't care about updating the download count, you could simply comment out the call ``` await _packages.AddDownloadAsync(id,...

Small issue in case anyone else is experiencing it (not sure if it's by design). If I have a specific version installed locally e.g. `dotnet tool install dotnet-format --version 5.1.225507`,...

The correct esoteric incantation you need to start the app is: ```bash yarn database:init:prod clickhouse:migrate:prod node dist/src/main ``` This first runs `packages\twenty-server\scripts\setup-db.ts`, which ensures the required schemas exist, then it...

Types from DocumentFormat.OpenXml are used by the public interface (e.g. XLWorkbook.GetAnchorFromImageId)