Jarrad

Results 7 comments of Jarrad

I think the VSCode notebook API allows multiple formats for a single output - if that works how I think it does, could `vscode-sql-notebook` just provide both 'text/markdown' for its...

Tangential but relevant: Array.prototype.group, which is on standards track, is spec'd to return objects with no prototype. I'd find it surprising if objects from such a builtin method were to...

@onemoreahmad I'm noticing `cache-control: no-cache` in headers from your server... EDIT: and for OP. When I hit this, I added an appropriate `max-age` to my server responses to tell the...

the initial design from OP ( ```html ... ``` ) should actually work with a small change: ```html ... ``` [as per spec](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#form) (#mytr not necessary for spec, but is...

another option i came across is https://www.npmjs.com/package/browser-util-inspect - would seem plausible that zora could fork+embed this.

Does this change mean that to control the default DB and Google OAuth client, I need to go create resources for and manually import every combination of client+application in my...

Another vote for this - exactly same rationale. Any chance?