Konctantin

Results 6 issues of Konctantin

И так, если для объединенной ячейки поставить к примеру толстую рамку вокруг (без пересечения), то при считывании файла а потом его сохранения получаем такой баг. Гриница остается слева и вверху,...

https://github.com/Avemey/zexmlss/blob/402ed4085f8e7f91f3b441427eab7b82c803ef77/stuff/git_hooks/post-commit#L3 `git rev-parse HEAD`

Expansion can be get from VS_FIXEDFILEINFO ``` C VS_FIXEDFILEINFO* fileInfo; ... get info WORD build = LOWORD(fileInfo->dwFileVersionLS); WORD expansion = HIWORD(fileInfo->dwFileVersionMS); // 1 - vanilla .. 7 - legion ```

Add mission id to GameTooltip #66. Note: It's work without VenturePlan. ![image](https://user-images.githubusercontent.com/82728/132926688-a03b6d0f-7717-4c3a-a5bc-b758bd8ebc66.png) Signed-off-by: Konctantin

Please update dependencies for Angular 21. As a temporary way we also can override dependencies in package.json: ```js "overrides": { "@swimlane/ngx-charts": { "@angular/common": "$@angular/common", "@angular/core": "$@angular/core", "@angular/cdk": "$@angular/cdk", "@angular/forms": "$@angular/forms",...

### Clear and concise description of the problem Some grid instances don't needs to have alternate rows highlighting. ### Suggested solution We can add a new option to the grid...