Luke Edwards

Results 75 issues of Luke Edwards

### What version of Bun is running? 1.0.2+37edd5a6e389265738e89265bcbdf2999cb81a49 ### What platform is your computer? Darwin 21.3.0 arm64 arm ### What steps can reproduce the bug? ```ts // demo.ts import {...

bug
node.js

I know the README calls out that prepared statements are unsupported. Are there plans to implement this? Of course, _not_ having prepared statements greatly impacts application performance

Unless cursor is within a string, the `|` should always appear in pairs so that it behaves just like a string. EG: `'` always triggers `''` with the cursor in...

Like all other/majority of syntax highlighters (PHP, JS, Coffee, Erlang, etc), pressing `return` while within a commented line will create a new, commented line. To create a new line free...

Just like single & double quotes, wrap highlighted text with ` rather than replacing the text. ``` highlighted + ' = 'highlighted' highlighted + " = "highlighted" highlighted + `...

> If this lands, it will be a 2.0 release & thus will be the distinguishing feature between v1 and v2. Most of the time when I'm trying to do...

discuss

When no `options` are passed, the `@taskr/postcss` plugin will now look for & respect configs found within: ~(arranged by preference):~ - a `.postcssrc` file (JSON-type only) - the "postcss" key...

I initially thought `@bartlomieju/postgres` was a fork – especially since it's so far behind (#480) – because I know this package as a `denodriver/...` package. Is there not a `@deno/`...

**Is your feature request related to a problem? Please describe.** It's only related to the fact that, as it is, the JSR package is [hardcoded to an old `std` version](https://github.com/denodrivers/postgres/blob/main/tools/convert_to_jsr.ts#L19)....

**Describe the bug** The JSR package hasn't been updated in a while. This repo is at 0.19.x and the only JSR version is at 0.17.2 Looking at the [Action history](https://github.com/denodrivers/postgres/actions/workflows/publish_jsr.yml),...