Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
HT154 created a review on a pull request on apple/pkl-pantry
Looks good to me! This will need final approval and merge from the core team.
HT154 created a review comment on a pull request on apple/pkl-pantry
The type constrain here should match the one for `name`
HT154 created a comment on a pull request on apple/pkl-pantry
Don't forget to bump the package patch version in PklProject. If there are local packages that depend on this one you will need to bump those versions as well and then run `./gradlew resolveProjects`.
HT154 created a review comment on a pull request on apple/pkl-pantry
I think this condition may be reversed. As-is, it doesn't forbid these properties from being non-null when the type is not `apiKey`. ```suggestion name: String?((this != null).implies(type == "api...
HT154 created a comment on an issue on apple/pkl-pantry
This is definitely an issue. This repo is open for contribution, so don't hesitate to open a PR for a fix! My reading of the spec is that both `name` and `in` are required if and only if `type == ...
HT154 pushed 10 commits to main HT154/pkl
- codegen-java: Support not annotating constructor parameters (#792) Motivation: Spring Boot configuration classes ne... 01bf844
- Convert `org.pkl.executor.Version.Identifier` POJO to `record` class (#836) 6bd8e28
- Download JDK for windows build (#851) Don't use the system Java on Windows builds, instead download them from Adopti... 9982511
- Fix exception handling of PklRootNode's (#837) Motivation: - Perform same exception handling for every implementati... 17f4313
- Fix CreateEvaluatorRequest decoding (#853) Handle case when request specifies external reader with null arguments 6cab470
- Fix compile error (#857) PRs https://github.com/apple/pkl/pull/789 and https://github.com/apple/pkl/pull/837 being m... efe1608
- Update JDK version in dev docs (#848) 29fb99f
- Clarify terminology on renderer converters (#860) 6fd82a5
- Add comment about const check (#859) a014e8d
- Fix spelling errors (#846) Also: change checksums due to filename and content changes, and fix language snippet test... d9c65d4
HT154 pushed 2 commits to main HT154/pkl-pantry
HT154 pushed 1 commit to external-readers HT154/pkl-swift
- Fix CreateEvaluatorRequest decoding when request specifies external reader with null arguments b4a209e
HT154 opened a pull request on apple/pkl
Fix CreateEvaluatorRequest decoding when request specifies external reader with null arguments
HT154 created a branch on HT154/pkl
external-readers-pkl-swift-fix - A configuration as code language with rich validation and tooling.
HT154 opened a pull request on apple/pkl-go
Fix external reader test fibonacci implementation
Realized this looked funny while working on https://github.com/apple/pkl-swift/pull/26. This fixes the off-by-one error.HT154 pushed 1 commit to fix-fib HT154/pkl-go
- Fix external reader test fibonacci implementation 63c4c82
HT154 created a review comment on a pull request on apple/pkl-swift
File under: Swift behavior that caught me way off guard
HT154 pushed 7 commits to external-readers HT154/pkl-swift
- Fix temporary directory creation to avoid failing pkl-core tests (#28) 1d0bf43
- Make PathElement initializer explicitly public (#31) Also, fix doc comments 7d451c5
- Implement SPICE-0009 External Readers [SPICE-0009](https://github.com/apple/pkl-evolution/pull/10) 818fc37
- New close flow b780f05
- docs 294fe9f
- Update message type codes 3d77b18
- Add external reader e2e test a1763f4
HT154 created a review comment on a pull request on apple/pkl-go
Huh. VSCode yelled at me when I first tried this, but I think I just needed to kick gopls for it to figure things out. Neat!
HT154 pushed 1 commit to external-readers HT154/pkl-go
- Fix deadlocks when running external readers under pkl-go evaluators 39c9b95
HT154 pushed 1 commit to external-readers HT154/pkl-go
- Fix deadlocks when running external readers under pkl-go evaluators 2def5f9
HT154 pushed 1 commit to external-readers HT154/pkl-go
- Fix deadlocks when running external readers under pkl-go evaluators 6d3d6b6