Evan Anderson

Results 657 comments of Evan Anderson

Ran into another case of #526 here, I think: https://knative.dev/development/install/knative-with-aks/

This would be super useful for scripts, as it allows you to `glab repo fork --clone https:///` in a script and have a local copy plus the ability to run...

If you read the linked paper, you'll see that both `pcre` and Java have implemented features that require backtracking rather than a finite automata approach. I mostly mentioned re2 (open...

Hi, I'm that colleague. I don't have a strong feeling about whether there's an IR (intermediate representation) which looks like the current language, or whether the direct interface is the...

My ideal would actually be to have a client which starts with no auth and then retries with auth on 403 or 404 errors, but that looks to be substantially...

I'm not sure what statistics you get from your artifact registry, but here are a few thoughts on the usage side - gcr.io VS k8s.io registry during the transition -...

I'd probably lean towards whatever is in the SQL-99 standard (or later equivalent); I picked those out of a SQL manpage, but [this book](https://crate.io/docs/sql-99/en/latest//chapters/08.html) seems to be freely available and...

It looks like the proper SQL way to write the first clause would be: ``` SELECT * WHERE time < CURRENT_TIMESTAMP() - INTERVAL '5' MINUTE ```

We'll need to publish a static page like these on the Netlify site (assuming Netlify is what's being used). Html fragments: https://github.com/knative/website/tree/master/static/golang Netlify `_redirects` file: https://github.com/knative/website/blob/master/static/_redirects