Edward Bebbington

Results 58 issues of Edward Bebbington

Deno version: 1.11.3 AFAIK we should report panics - found by myself adding a typo ```ts // tmp.ts const { diagnostics, files } = await Deno.emit("./tmp2.ts", { bundle: "module" })...

bug
cli

Possible to use any tsconfig with `deno lint`, or any other way to bypass these errors? ``` $ cat my_file.ts ... const prevBody = document.body.children.length; ... $ deno lint --unstable...

globals

This feature requests stems from the request of a lint rule to **not allow** (or i guess allow if `// ... allow-...` is used) async methods that aren't awaited. Related...

feature
design limitation
requires type checking

Just released drash v2, and the API docs just show a blank page with "An unexpected error has ocurred" https://doc.deno.land/https/deno.land/x/drash/mod.ts We did rename the GH repo from deno-drash to drash,...

In the generated docs, `@return` is supported, whereas `@returns` isn't (the `s` isn't in bold). But `@returns` is a standard tag for TSDoc according to them, whereas `@return` isn't. So...

An example being, take the sockets documentation, it uses HTTPOptions for its parameter type on the run methods, but when the docs are generated the param isn’t turned into a...

### The Idea Be great if the generated config file imports from a `"./deps.ts"` file, where nessie would also append the exports into the `deps.ts` file And again, always happy...

idea

Hey! :) I've been speaking about db drivers for deno in the deno discord, and thought it might be a good idea to have a single org to hold all...

question

Hey! :) There's a discord group and GH org setup for holding all deno drivers, eg sqlite, redis. I was curious on how you felt about moving your pgc4d repo?...

## Summary What: Add compression middleware: http://expressjs.com/en/resources/middleware/compression.html Why: Seems like a good middleware with a decent use case, developing it would give more features to users ## Acceptance Criteria -...