Paul Jolly
Paul Jolly
Thanks @seh. The context here is really useful. Because it points to a tricky aspect when it comes to defining the semantics of `len()`: Should it always require its arguments...
In general I don't think we're against adding clearly useful, well-defined functions to the default function map for `text/template`. Could we perhaps make the proposal concrete by taking a couple...
@yaskinny - there isn't a plan to add the sprig functions currently, no.
For folks following along here, apologies we forgot to add notice of the [CUE + Web Assembly Focus Session Call](https://github.com/cue-lang/cue/discussions/2463). It was well advertised elsewhere, but we failed to join...
Quick heads-up for folks finding this thread via other routes. Per our [Community Call updates](https://github.com/cue-lang/cue/discussions/categories/community-calls), the CUE + WASM effort is on pause. In particular, the work to use WASM...
I'm actually vacillating on this being a good idea or not. Perhaps all of the configuration just needs to move to the CUE file and the markdown file be pure...
Hey @AntoineThebaud! - I've kicked off https://github.com/pygments/pygments/pull/2963 and we're going to start testing that as part of our mkdocs instance.
For anyone wishing to give this a try, I just lost some significant time to `pip`'s caching. We use pygments as part of [Material for Mkdocs](https://squidfunk.github.io/mkdocs-material/). To use the CUE...
Given that https://github.com/Microsoft/TypeScript/pull/14141 has now been merged, what is left to do to fix this issue and https://github.com/Microsoft/TypeScript/issues/12490? I note that with with `2.3.0-dev.20170315` and `noImplicitThis` the following still types...
Noting that one use case of comparison against `_|_` we should explicitly document (I'm not totally clear it is actually covered above) is that of type assertion, as discussed in...