Gipo

Results 12 comments of Gipo

can confirm. Pnpm monorepo with nx linux debian CLI: Root package.json `vitest: nx vitest` Project specific `vitest: vitest --coverage` Cli passes all and stays in watch mode in dev all...

can confirm: matchup broken in javascript. spawns an error on every cursor move ``` Error detected while processing CursorMoved Autocommands for "*"..function 3[3]..4[71]..matchup#delim#get_current[1]..96_get_delim_multi[3]..matchup#ts_engine#get_delim[3]..91_forward: 1 line 1: 2 E5108: Error executing...

My parsers are up to date and I still can't use the plugin in JavaScript files as it triggers the error on every cursor move

same happening to me, breaking all queries with auto format

> I'm testing this as a workaround in my `prepare-commit-msg` hook: > > ```shell > #!/usr/bin/env sh > . "$(dirname -- "$0")/_/husky.sh" > > if [ -z "$2" ]; then...

Yeah of course, this felt more like some kind of brainstorming. It just hit me when using neoai as it would be cool to control autogpt from there. It could...

@nyngwang yeah indeed, guess you are right. Didn't mean it to sound "simple task", was thinking out loud of what I thought would be an insane feat at the time....

same happening to me. `"infisical-node": "1.4.3",` tsconfig: ```json { "compilerOptions": { "incremental": true, "target": "ES2022", "module": "NodeNext", "rootDir": "./src", "moduleResolution": "NodeNext", "allowJs": true, "outDir": "./dist", "removeComments": true, "verbatimModuleSyntax": true, "jsx":...

thanks for your suggestion @life00! I decided to post it here because I thought it could be a sane default to disable possible linting lsps people have on by default...

Is possibly adding an option to populate arena with open buffers a bad idea? Wouldn't the results start sorting themselves out once I start moving into them?