Tom MacWright

Results 190 issues of Tom MacWright

tshy is great, but I don't really need / want this to be a hybrid module.

There's a whole new world of information we can add to completions by using ```ts const details = typescriptEnvironment.languageService.getCompletionEntryDetails( path, idx, entry.name, {}, entry.source, {}, entry.data ); ```

![CleanShot 2023-11-17 at 17 12 05@2x](https://github.com/val-town/codemirror-ts/assets/32314/ec9b5499-dbbb-4cb3-a476-f7b33cdd706e) Here we're seeing the parameter highlighted when the cursor is on one of the references to it. We should implement this.

enhancement

### What version of Remix are you using? 2.1.0 ### Are all your remix dependencies & dev-dependencies using the same version? - [X] Yes ### Steps to Reproduce In a...

needs-response
feat:routing
bug:unverified

Quick demo: ```js import { createClient } from "@libsql/client"; const client = createClient({ url: ":memory:", }); console.log( await client.batch( ["CREATE TABLE x(y)", "INSERT INTO x(y) VALUES (1)", "SELECT * from...

Right now the chart rendering is mostly-ish figured out and it'd make sense to just render them with svelte's dom methods rather than d3's for simplicity.

web

This should be fairly doable with the nice SQL interface: sort by things like: - Station size - Bike ratios (electric, disabled, etc) - Borough

web

This project needs a readme with at least basic setup instructions and a description of how it really works.

collector

Something bike-related but not too specific to citibike.

web

This one's for me. Once this is really worth writing about, write about it.

documentation