Pokey Rule

Results 577 comments of Pokey Rule

_Originally posted by @auscompgeek in https://github.com/cursorless-dev/cursorless/pull/1832/files#r1399814887_: I still never got a chance to test that matrix, but up until TypeScript 5.3 whether auto-import used `import type` depends on the `tsconfig`....

Nice! I guess what I'm not following here is how the files end up on the graph state. In your example, it looks like the files just end up in...

Hmm still not sure I'm following. I see how the filesystem gets what's initially on the graph, but I'm still not seeing how it updates the graph state after the...

Maybe worth an integration test or two to show how that end-to-end pipeline works? Could just use / adapt [mine](https://github.com/pokey/langchainjs/blob/pokey/featlangchainagents-add-anthropic-tools-middleware/libs/langchain/src/agents/middleware/tests/anthropicTools.int.test.ts)

We should probably use a fake `talonSpokenForms` component here https://github.com/cursorless-dev/cursorless/blob/a09177bcc492529d943ab92dfc43d3abe3a84bda/packages/cursorless-vscode/src/extension.ts#L98

update from meet-up: - Let's leave it for now - In the future, one way forward is to support language-specific facets and then add `namedFunction.iteration.block` as a css-specific facet

does this work with regular vscode snippets? we just vendored in their snippet parser

I am actually already getting a scrollbar if it's too short 🤔

Ok before you get too much further, it's worth having a look at our updated [docs for adding a new language](https://www.cursorless.org/docs/contributing/adding-a-new-language/). In particular, we have a new way of writing...