Jen Basch

Results 64 comments of Jen Basch

This worked for hab 0.59.0 (regressed recently, see https://github.com/habitat-sh/habitat/issues/5678) ```bash # HAB_BLDR_URL and HAB_AUTH_TOKEN should be set in your env function on_prem_sync() { PKG_IDENT=$1 hab studio run "hab pkg install...

One major pain point that this issue would address is the constant missing packages after a core plans refresh. I usually spend a whole day or more dealing with this...

I was able to get the `SSL_CERT_FILE` to work, thanks. I'm curious if there's any way to extend this to any package consuming core/cacerts as well.

Thanks for picking this up! I've looked through the changes made for SPICE-0005 conformance and everything makes sense to me. This also closes #166, which I'm delighted to see!

Details on this behavior were added to the language reference in https://github.com/apple/pkl/pull/624

I've almost entirely rewritten this to incorporate the great feedback @stackoverflow @holzensp Notable callouts: * I've added a separate section in the introduction on default values * I broke the...

Simplified this back down to just adding reference to the `function` keyword. I'm a bit bummed about the header not including "function" as it likely pushes this below several other...

I'm back to thinking about this some more. There seems to be a few problems this has potential to solve: * The validation issues outlined above. Clearly not the best...

My motivation for opening this is actually described exactly in https://github.com/apple/pkl-pantry/issues/40 This is definitely something I'd discourage in normal use of Pkl, but when used as a tool for disambiguating...

This actually doesn't just affect JSON/YAML parsing. It also affects `Map.toDynamic()`: ``` ❯ pkl eval pkl:base -x 'Map("default", 1, "other", 2).toMap().toDynamic().default' –– Pkl Error –– Expected value of type `Function1`,...