Copilot
Copilot
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress....
## Innehåll Implementerar ny framsida enligt designförslag från @phieri med "Tredje upplagan" i nedre högra hörnet. ### Förändringar - **Layout**: Omstrukturerad `koncept/frontpage.tex` med ökad whitespace och centrerad titel - **Typografi**:...
This PR fixes an issue where files larger than 20KB were being uploaded as empty files to WebDAV servers like Nextcloud, while smaller files uploaded correctly. ## Root Cause The...
## Summary Replaces custom container parsing logic with `remark-directive` while maintaining backward compatibility for VuePress/Docusaurus syntax. ## Related Issue Related to issue about replacing containerSyntax with remark-directive implementation. ## Changes...
Updates typedoc and its markdown plugin to latest versions. ## Dependency Changes - `typedoc`: 0.24.8 → 0.28.14 - `typedoc-plugin-markdown`: 3.17.1 → 4.9.0 (peer dependency requirement) ## Plugin Implementation TypeDoc 0.28...
Updates `documentation` dependency from exact version to caret range to align with monorepo conventions. ## Changes - `packages/plugin-api-docgen/package.json`: `"14.0.3"` → `"^14.0.3"` - Updated lockfile - Added changeset Most dependencies in...
## Overview This PR enhances the `remarkFileCodeBlock` plugin to support absolute paths using the `/` prefix, in addition to the existing relative path support. ## Motivation Previously, users could only...
- [x] Add @rslint/core dependency to package.json - [x] Create rslint.jsonc configuration file - [x] Update lint script to include RSLint type checking - [x] Update .vscode/settings.json for RSLint integration...
This PR adds comprehensive support for extension attribute scripts in git2jamf, addressing the original limitation where EA scripts weren't supported due to API constraints that have since been resolved. ##...
This PR adds a comprehensive `.github/copilot-instructions.md` file that provides GitHub Copilot coding agents with detailed instructions for working effectively in the git2jamf codebase. ## What's Included The instructions cover all...