Jonathan Matthews

Results 53 comments of Jonathan Matthews
trafficstars

Any scrolling or typing in the text entry field causes the playground to become unusable on (my) mobile. This prevents me from being able to view all but the smallest...

> @jpluscplusm please can you do a quick check to ensure this issue is still current? Yes, this issue still strikes. On mobile, the playground currently sits somewhere between frustratingly...

Merging https://review.gerrithub.io/c/cue-lang/cuelang.org/+/1176998 only solved half the problem - the preprocessor. Hugo still can't recover after a failure processing **its** directives. Steps to reproduce: - run `_scripts/serve.bash` at a known-good site...

The Netlify docs say that `DEPLOY_URL` is available during builds, and is the pathless URL permalink for this specific deployment: https://docs.netlify.com/configure-builds/environment-variables/#deploy-urls-and-metadata. An example is the redacted hxxps://6602c79f318a920008c4f2cc--cue\.netlify\.app/

> Why are you interested in this environment variable and file? Because I'm working on https://github.com/cue-lang/docs-and-content/issues/9! I got as far as explaining some values the envvar can take (https://review.gerrithub.io/c/cue-lang/cuelang.org/+/1176904/1/content/docs/howto/log-statistics-from-the-cue-evaluator/en.md), but...

Arguably the first point I made is now handled, but this pair of subsequent and related points aren't covered by the Hugo `issue` shortcode: > to flag content as being...

@myitcv I don't believe this is a feature I've seen working on the site.

We have the Hugo `tag` shortcode, but I'm not sure it achieves the "this is a link to a search page" intent of this issue, and it doesn't allow linking...

A sub-feature-request: allow the user to specify if/that *certain* lists' contents can be treated as being identical based on member contents, not ordering. In other words (I /think/): to mark...

> In other words (I /think/): to mark specific lists as sets, not lists, for diff purposes. Having been kindly pointed towards https://github.com/cue-lang/cue/issues/14 and onwards to https://github.com/cue-lang/cue/issues/165#associative-lists, I can amend...