Tom Manterfield
Tom Manterfield
Looking at the docs it seems like this is the expected behaviour, it's just really poorly worded. It says under `pre_release`: > If release and pre_release are set to true,...
For us, expressions will appear within a yaml block which is in turn within markdown frontmatter. Completions etc would be lovely, but the main things are highlighting (followed by diagnostics)....
Perhaps I've misunderstood Expr Editor, but I thought it was a standalone tool. If that's the case, then I couldn't really make use of it in the context Expr is...
@marvinhagemeister Having dug into the Slack code more and taught myself a bit more about Proxies and nested promises, I'm not sure this is an issue with Deno. The Slack...
Slack code that's relevant is here: https://github.com/slackapi/deno-slack-api/blob/26fcdd6645c96998a0d3870d325edf476ae83716/src/api-proxy.ts#L46-L57 Just so you can judge if this is Deno acting properly in the face of that.