Jen Basch

Results 35 issues of Jen Basch

I'm working on habitizing a service that requires a few dozen files uploaded. As a result, I've noticed some things that the file gossip system does not cover that would...

Stale
Focus:Supervisor
Type: Feature

Currently, Pkl assumes that a PklProject file and any declared local dependencies are accessible on the filesystem (i.e. via `file:` URIs. For usage of the `pkl` CLI this is sufficient,...

In many corporate/enterprise environments, TLS certificates for internal services are issued by an not-publicly-trusted root CA. Frequently, MDM or config management systems install the trusted root CA cert into the...

C-feature
S-needs-discussion
V-bldr
A-builder

Having a depot on-prem enables running Habitat services in air-gapped environments, but installing the hab CLI is still a challenge on systems without access to the public internet. The current...

C-feature
V-bldr
A-builder

The primary goal here is to have this section appear first (or at least high) when using the docs search for "function". I'm not fully satisfied with this solution, so...

This content is "reverse engineered" entirely from using the language and is not an interpretation of the code, so it may be missing or misconstruing things. Please let me know...

Currently, annotations are a helpful language feature for modules using `pkl:reflect` and tooling like IDEs, but they're not broadly useful in most modules. One way they could be made more...

The behavior as-is is very surprising! Check this out: ```pkl import "pkl:json" hidden jsonString = """ { "hello": "world", "default": "greeting" } """ asDynamic = new json.Parser {}.parse(jsonString) asMapping =...

bug
good first issue

I'd like to be able to do something like this: ```pkl class MyA { properties: Properties class Properties { prop1: String } } class MyB { properties: Properties class Properties...

One of the most important considerations in running production services is logging. It's common practice to aggregate Kubernetes container logs (either the entire container log from the host system or...

pinned
t:feature