Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pkalita-lbl created a review on a pull request on linkml/linkml
I think it makes sense to add this check to the existing rule, as you've done here. The [docs](https://linkml.io/linkml/schemas/linter.html#tree-root-class) say: > Require a single class with tr...
pkalita-lbl opened a pull request on geneontology/web-components
Add components from the `wc-gocam-viz` repo
Part of #2 These changes add the components from the `wc-gocam-viz` [repo](https://github.com/geneontology/wc-gocam-viz). Mostly this is just a matter of copying over the code into this repo. H...pkalita-lbl created a branch on geneontology/web-components
issue-2-add-gocam-components - EXPERIMENTAL Unified web component library
pkalita-lbl pushed 2 commits to main geneontology/wc-gocam-viz
pkalita-lbl closed a pull request on geneontology/wc-gocam-viz
Use version specifier in script tag URLs to avoid beta versions
pkalita-lbl opened a pull request on geneontology/wc-gocam-viz
Use version specifier in script tag URLs to avoid beta versions
pkalita-lbl created a branch on geneontology/wc-gocam-viz
pkalita-lbl-patch-1 - Web component to visualize GO-CAMs
pkalita-lbl pushed 9 commits to main geneontology/web-components
- Add go-autocomplete component 07b35d8
- Add go-spinner component 199cff5
- Add go-light-modal component 17d3367
- Add go-ribbon-table component 0df1878
- Add go-ribbon-strips and related components 2a62d04
- Add go-ribbon components 6fa5340
- Fix eslint errors 5358296
- Use typescript interfaces instead of classes b45837b
- Merge pull request #3 from geneontology/issue-2-add-ribbon-componenets Add components from `wc-ribbon` repo 32044ec
pkalita-lbl closed a pull request on geneontology/web-components
Add components from `wc-ribbon` repo
Part of #2 These changes bring the components from the `wc-ribbon` [repo](https://github.com/geneontology/wc-ribbon). The structure here is to simply bring all the components into a single proj...pkalita-lbl opened a pull request on geneontology/web-components
Add components from `wc-ribbon` repo
Part of #2 These changes bring the components from the `wc-ribbon` [repo](https://github.com/geneontology/wc-ribbon). The structure here is to simply bring all the components into a single proj...pkalita-lbl pushed 1 commit to issue-2-add-ribbon-componenets geneontology/web-components
- Use typescript interfaces instead of classes b45837b
pkalita-lbl pushed 2 commits to issue-2-add-ribbon-componenets geneontology/web-components
pkalita-lbl pushed 1 commit to issue-2-add-ribbon-componenets geneontology/web-components
- Add go-ribbon-strips and related components 2a62d04
pkalita-lbl opened an issue on linkml/linkml-map
`slot_derivations` at top-level of `TransformationSpecification` has no effect in `SchemaMapper`
According to the `TransformationSpecification` [model](https://github.com/linkml/linkml-map/blob/ae57f0d1bd07ac6b56157fbff19b629084125382/src/linkml_map/datamodel/transformer_model.yaml#L66C3-L66C3...pkalita-lbl created a comment on an issue on microbiomedata/nmdc-field-notes
I'm shocked -- _SHOCKED_ I say -- that this user couldn't see that the regular expression plainly states that only up to 8 decimal points are allowed. What part of `[-+]?([1-8]?\d(\.\d{1,8})?|90(\....
pkalita-lbl deleted a branch microbiomedata/nmdc-field-notes
feat-enable-multiple-templates-by-default
pkalita-lbl pushed 5 commits to main microbiomedata/nmdc-field-notes
- Switch to multiple template format for new studies d82a717
- Update interface language to reflect multiple templates 5a71a65
- Give list items same background color as the overall interface 43a80e9
- Fix grammar Co-authored-by: eecavanna <[email protected]> cccbb42
- Merge pull request #211 from microbiomedata/feat-enable-multiple-templates-by-default Enable multiple templates by d... dec9ef6
pkalita-lbl closed a pull request on microbiomedata/nmdc-field-notes
Enable multiple templates by default
Now that Release 2024.12 is on production, these changes complete the corresponding app changes by enabling multiple environment selection for new studies. I also made a small unrelated tweak to...pkalita-lbl pushed 1 commit to feat-enable-multiple-templates-by-default microbiomedata/nmdc-field-notes
- Fix grammar Co-authored-by: eecavanna <[email protected]> cccbb42
pkalita-lbl created a review comment on a pull request on microbiomedata/nmdc-field-notes
Oh yeah, good catch
pkalita-lbl opened a draft pull request on microbiomedata/nmdc-field-notes
Enable multiple templates by default
Now that Release 2024.12 is on production, these changes complete the corresponding app changes by enabling multiple environment selection for new studies. I also made a small unrelated tweak to...pkalita-lbl created a branch on microbiomedata/nmdc-field-notes
feat-enable-multiple-templates-by-default - Mobile app for metadata collection on the go
pkalita-lbl opened a draft pull request on linkml/linkml-map
Clean up dependency specifications
Fixes #43 The changes in `pyproject.toml` do the following: * Remove unused dependencies, including `linkml-model` which (correctly) is used via `linkml_runtime.linkml_model` imports. * Dec...pkalita-lbl created a branch on linkml/linkml-map
issue-43-dependencies-cleanup - Mapping between LinkML schemas