Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

hawkeyexl

hawkeyexl pushed 1 commit to sequencing hawkeyexl/doc-structure-lint
  • Broke sequence rule checking into smaller checks d4960d6

View on GitHub

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

View on GitHub

hawkeyexl pushed 1 commit to sequencing hawkeyexl/doc-structure-lint
  • Refactor sequence validation to determine content type dynamically for improved error handling 3e8ab21

View on GitHub

hawkeyexl pushed 1 commit to sequencing hawkeyexl/doc-structure-lint

View on GitHub

hawkeyexl pushed 1 commit to sequencing hawkeyexl/doc-structure-lint

View on GitHub

hawkeyexl created a branch on hawkeyexl/doc-structure-lint

sequencing

hawkeyexl pushed 1 commit to main hawkeyexl/doc-structure-lint
  • Add devcontainer configuration with VSCode extensions for improved development experience 1bf37c4

View on GitHub

hawkeyexl pushed 1 commit to main hawkeyexl/doc-structure-lint
  • Add paragraph pattern validation to enhance structure enforcement 7f0db9c

View on GitHub

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

View on GitHub

hawkeyexl pushed 1 commit to main hawkeyexl/doc-structure-lint
  • Add list validation and schema definitions for improved structure enforcement c4a0145

View on GitHub

hawkeyexl pushed 1 commit to main hawkeyexl/doc-structure-lint
  • Add list processing function to markdown parser for improved structure 4aa33f3

View on GitHub

hawkeyexl pushed 1 commit to main hawkeyexl/doc-structure-lint
  • Refactor markdown parser functions for consistency and readability 6847d23

View on GitHub

hawkeyexl pushed 2 commits to main hawkeyexl/doc-structure-lint
  • Refactor markdown parsing functions to improve code organization and readability 9318ddf
  • Refactor section processing in markdown parser for improved modularity de00e04

View on GitHub

hawkeyexl pushed 1 commit to main hawkeyexl/doc-structure-lint

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

hawkeyexl created a branch on doc-detective/doc-detective.github.io

llms.txt - Doc Detective docs!

hawkeyexl pushed 1 commit to shadcn doc-detective/doc-detective.github.io
  • Add Tailwind CSS support and custom layout component 1f9884d

View on GitHub

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

View on GitHub

hawkeyexl created a branch on hawkeyexl/doc-structure-lint

replace-markdown-it-with-remark

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

View on GitHub

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

View on GitHub

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

View on GitHub

hawkeyexl closed a pull request on doc-detective/doc-detective-common
Add output schema enhancements and configuration file
Introduce a new configuration file and enhance the output schema by adding an `outputs` object and read-only properties for request and response details. This improves output handling and provides ...
hawkeyexl opened a pull request on doc-detective/doc-detective-common
Add output schema enhancements and configuration file
Introduce a new configuration file and enhance the output schema by adding an `outputs` object and read-only properties for request and response details. This improves output handling and provides ...
Load more