Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hawkeyexl pushed 1 commit to sequencing hawkeyexl/doc-structure-lint
- Broke sequence rule checking into smaller checks d4960d6
hawkeyexl pushed 1 commit to sequencing hawkeyexl/doc-structure-lint
- Enhance sequence validation to check length and order, improving error reporting and compliance with content types 4a4918f
hawkeyexl pushed 1 commit to sequencing hawkeyexl/doc-structure-lint
- Refactor sequence validation to determine content type dynamically for improved error handling 3e8ab21
hawkeyexl pushed 1 commit to main hawkeyexl/doc-structure-lint
- Add devcontainer configuration with VSCode extensions for improved development experience 1bf37c4
hawkeyexl pushed 1 commit to main hawkeyexl/doc-structure-lint
- Add paragraph pattern validation to enhance structure enforcement 7f0db9c
hawkeyexl pushed 1 commit to main hawkeyexl/doc-structure-lint
- Update markdown parser to exclude lists from child processing and enforce minimum list requirements in templates 113b2e2
hawkeyexl pushed 1 commit to main hawkeyexl/doc-structure-lint
- Add list validation and schema definitions for improved structure enforcement c4a0145
hawkeyexl pushed 1 commit to main hawkeyexl/doc-structure-lint
- Add list processing function to markdown parser for improved structure 4aa33f3
hawkeyexl pushed 1 commit to main hawkeyexl/doc-structure-lint
- Refactor markdown parser functions for consistency and readability 6847d23
hawkeyexl pushed 2 commits to main hawkeyexl/doc-structure-lint
hawkeyexl pushed 4 commits to main hawkeyexl/doc-structure-lint
- Replace `markdown-it` with `remark` in `src/markdownParser.js` * Update `parseMarkdown` function to use `remark` to ... 9e037ef
- Refactor error reporting to use position object and update package dependencies f3cc6cc
- Update devDependencies and improve README formatting a0750fa
- Merge pull request #1 from hawkeyexl/replace-markdown-it-with-remark Replace `markdown-it` with `remark` for Markdow... 1bf45cd
hawkeyexl closed a pull request on hawkeyexl/doc-structure-lint
Replace `markdown-it` with `remark` for Markdown parsing and refactor error reporting
Switching to `remark` improves Markdown parsing by utilizing an AST structure. The error reporting system has been updated to use a position object for better accuracy. Tests have been adjusted to ...hawkeyexl pushed 1 commit to replace-markdown-it-with-remark hawkeyexl/doc-structure-lint
- Update devDependencies and improve README formatting a0750fa
hawkeyexl opened a pull request on hawkeyexl/doc-structure-lint
Replace `markdown-it` with `remark` for Markdown parsing and refactor error reporting
Switching to `remark` improves Markdown parsing by utilizing an AST structure. The error reporting system has been updated to use a position object for better accuracy. Tests have been adjusted to ...hawkeyexl pushed 1 commit to replace-markdown-it-with-remark hawkeyexl/doc-structure-lint
- Refactor error reporting to use position object and update package dependencies f3cc6cc
hawkeyexl pushed 1 commit to shadcn doc-detective/doc-detective.github.io
- Add Tailwind CSS support and custom layout component 1f9884d
hawkeyexl pushed 1 commit to replace-markdown-it-with-remark hawkeyexl/doc-structure-lint
- Replace `markdown-it` with `remark` in `src/markdownParser.js` * Update `parseMarkdown` function to use `remark` to ... 9e037ef
hawkeyexl pushed 3 commits to rc doc-detective/doc-detective-common
- Add read-only element object to find_v2.schema.json Add read-only `element` object with details of the found element... c16c502
- Refactor find_v2.schema.json to rename 'element' to 'outputs' and enhance output descriptions e9775b1
- Merge pull request #70 from doc-detective/hawkeyexl/add-element-object Add read-only element object to find_v2.schem... 618f6c7
hawkeyexl closed a pull request on doc-detective/doc-detective-common
Add read-only element object to find_v2.schema.json
Add read-only `element` object with details of the found element to `find_v2.schema.json`. * Add `element` object to the `properties` section with details of the found element. * Include propertie...hawkeyexl pushed 3 commits to rc doc-detective/doc-detective-common
- Add read-only stdout, stderr, and exitCode properties to runShell_v2.schema.json Add read-only `stdout`, `stderr`, a... ebb9551
- Refactor runShell_v2.schema.json to consolidate output properties under a new 'outputs' object ceda156
- Merge pull request #71 from doc-detective/hawkeyexl/add-read-only-properties Add read-only stdout, stderr, and exitC... 855d4e7
hawkeyexl closed a pull request on doc-detective/doc-detective-common
Add read-only stdout, stderr, and exitCode properties to runShell_v2.schema.json
Add read-only `stdout`, `stderr`, and `exitCode` properties to `src/schemas/src_schemas/runShell_v2.schema.json`. * Add `stdout` property with type `string`, description "Standard output of the co...hawkeyexl pushed 4 commits to rc doc-detective/doc-detective-common
- Create .coderabbit.yaml cc73be3
- Add `output` object property to the schema * Add `output` object with read-only properties: `url`, `method`, `status... bd0fedb
- Add `outputs` object to schemas for enhanced output handling af7d395
- Merge pull request #72 from doc-detective/hawkeyexl/add-output-property Add output schema enhancements and configura... 60f580a