Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pkalita-lbl opened an issue on microbiomedata/nmdc-schema
Invalid `collection_time` and `collection_time_inc` examples in final schema
When the `collection_time` and `collection_time_inc` slots are defined in `src/schema/portal_mixs_inspired.yaml` they have reasonable looking examples: ```yaml examples: - value: 13:33 - ...pkalita-lbl created a comment on an issue on geneontology/wc-gocam-viz
I agree that it's not really serving any purpose anymore. But I'd say there's not much of a reason to go out of our way to remove it from this repo. As part of the [Widget Alignment and Documentati...
pkalita-lbl pushed 1 commit to refactor geneontology/wc-gocam-viz
- Use inline SVG instead of asset file for evidence icon 5467502
pkalita-lbl created a review on a pull request on linkml/linkml
Two suggestions: * Drop your changes in `.github/workflows/main.yaml` and merge the changes from `main` into this branch. The conflicting changes accomplish the same thing in the end. * Hook yo...
pkalita-lbl pushed 5 commits to main linkml/linkml
- fix pydantic handling of recursive types after 2.10.2 e764c4d
- poetry is a fucking curse istg c2b47f7
- fix poetry 2.0 bug in code check, i aint fixing the pyproject.toml right now 81b1c9b
- simplify anyshapearray model to work again, but lose strict typing in the process :( 837fc57
- Merge pull request #2481 from linkml/bugfix-pydantic-arrays-anytype Fix AnyShapeArrays re: recursive type aliases in... 53b6b05
pkalita-lbl closed a pull request on linkml/linkml
Fix AnyShapeArrays re: recursive type aliases in recent versions of pydantic
Fixes problem described by @pkalita-lbl in https://github.com/linkml/linkml/pull/2460 Pydantic changed the way to do recursive types, only working with `TypeAliasType`s and otherwise not resolvi...pkalita-lbl closed an issue on microbiomedata/nmdc-field-notes
Autofill GPS coordinates not validating
### Bug summary With latest version, the "Use GPS location" fills in current lat/lon, but indicates "Value does not match pattern." ### Bug details Expected to have the autofill function populat...pkalita-lbl closed an issue on geneontology/web-components
Write developer documentation for merged web component repo
Write standard development documentation for the merged web component repo. This should cover: * Necessary prerequisite tools and how to install them * An overview of the project architecture incl...pkalita-lbl pushed 7 commits to main geneontology/web-components
- Add a simple test and include test run in GH Actions workflow e60566c
- Do not format Stencil-generated files with Prettier 940a6e8
- Add basic development documentation 1f427e6
- Move dev docs to CONTRIBUTING.md; add release instructions 11b4083
- Only run unit tests in GitHub Actions ca3a423
- Fix npm run command de1aa6b
- Merge pull request #10 from geneontology/issue-5-dev-docs Development docs 5249b3b
pkalita-lbl closed a pull request on geneontology/web-components
Development docs
Fixes #5 The main changes here are the addition of `CONTRIBUTING.md` for development docs. Ancillary changes: * I wanted to be able to include something about testing in the dev docs, whi...pkalita-lbl pushed 1 commit to issue-5-dev-docs geneontology/web-components
- Fix npm run command de1aa6b
pkalita-lbl pushed 1 commit to issue-5-dev-docs geneontology/web-components
- Only run unit tests in GitHub Actions ca3a423
pkalita-lbl pushed 1 commit to issue-5-dev-docs geneontology/web-components
- Move dev docs to CONTRIBUTING.md; add release instructions 11b4083
pkalita-lbl created a branch on geneontology/web-components
issue-5-dev-docs - EXPERIMENTAL Unified web component library
pkalita-lbl opened a pull request on microbiomedata/nmdc-field-notes
Issue 213 gps coord digits
Fixes #213 The main change here it to use [`toFixed`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toFixed) on the numeric latitude and longitude valu...pkalita-lbl created a branch on microbiomedata/nmdc-field-notes
issue-213-gps-coord-digits - Mobile app for metadata collection on the go