Tom MacWright
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 ); ```
 Here we're seeing the parameter highlighted when the cursor is on one of the references to it. We should implement this.
### 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...
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.
This should be fairly doable with the nice SQL interface: sort by things like: - Station size - Bike ratios (electric, disabled, etc) - Borough
This project needs a readme with at least basic setup instructions and a description of how it really works.
Something bike-related but not too specific to citibike.
This one's for me. Once this is really worth writing about, write about it.