Aaron Oneal

Results 7 comments of Aaron Oneal

The problem is in `useLoadGoogleCharts()` and can happen if the component unloads before the charts API is fully loaded. ```javascript google.charts.load(chartVersion, { packages: chartPackages, language: chartLanguage, mapsApiKey, }); google.charts.setOnLoadCallback(() =>...

@hossainemruz Is this working for others? I tried to backup a PVC but I can see from my logs the parameter is not passed. ```bash /bin/restic backup /stash-data --quiet --json...

It is not uncommon for repositories to get locked due to a crash, and manually repairing these is tedious. Since by default `unlock` only removes stale locks, could we have...

XML vs. SQLite is not the issue. The problem causing slow loads is because of how relative paths are handled. Both the game loader and the theme loader rely on...

@filipw This doesn't work for projects either. They still get processed. ``` # omnisharp.json { "fileOptions": { "userExcludeSearchPatterns": [ "**/test-input/msbuild/bad.csproj" ] } } ``` ``` [info]: OmniSharp.MSBuild.ProjectManager Adding project '/build-kit-js/test-input/msbuild/bad.csproj'...

Actually, appears to be a documentation bug. The following with `excludeSearchPatterns` instead works: ``` { "fileOptions": { "excludeSearchPatterns": [ "**/test-input/msbuild/bad.csproj" ] } } ```

Agreed. It's also constrained to a small column on the right instead of taking over the main content view, which gets difficult fast if you want to interact with any...