Luke Miles

Results 36 issues of Luke Miles

### Desired Behavior Copy-paste below code into `ts-node` twice, and _only_ get `Duplicate function implementation` error. ```typescript function add(x: number, y: number): number { return x + y } ```...

you can do this

I might be doing something wrong, but ```ts const sql = postgres(PG_CONFIG) // undefined const rows = [[1, [2,3]], [4, [5,6]], [7, [8,9]]] // undefined const formattedRows = sql(rows.map(([num,pair])=>[num,sql.array(pair)])) //...

I hope this isn't too naive but I couldn't find anything on it. I have a directory with hundreds of MBs of source code and every search takes a long...

feature

For example, in `https://www.amazon.com/Notebook-Tablet-Shipping-Tablets-theBOXmedium/dp/B07B7QRRNK?refinements=p_36%3A-1200`, the ending is not stripped off

Would be cool if the hooks that took a dependency array arguments could be checked for exhaustiveness, and all hooks could be checked to not be used in loops etc....

## Desired behaviour ``` $ tldr doesnotexist ✔ Page not found. Updating cache... ✔ Creating index... ... # takes 25 seconds for me $ tldr doesnotexist # run again immediately...

enhancement

After I play a song would be cool if the text was grey in the display

enhancement
help wanted

I was downloading from the [site](https://ungoogled-software.github.io/ungoogled-chromium-binaries/) for a while until I learned the brew install is more up-to-date, so the site could just mention that fact

Hope this is of some use to you! The threads broke even at 10000000 and beyond that did much better than synchronous ```js // random-number-sum-performance-test.js const { performance } =...