Jonas Zeltner

Results 13 issues of Jonas Zeltner

## User Story 1. As a neovim user 2. I want to integrate jayve into the neovim ecosystem 3. So that comfortably edit jayvee files in neovim ## User Acceptance...

enhancement
help wanted

## Steps to reproduce 1. Execute this model (`big_file.csv` is larger than 2GB): ``` pipeline Pipeline { Extractor -> ToTextFile -> ToCSV -> ToTable -> Loader; block Extractor oftype LocalFileExtractor...

bug

## Steps to reproduce 1. create file `data_with_newlines.csv` ``` C1,C2,C3 2,"some text",true ``` 2. run this model with debug output: `jv pipeline.jv -d -dg exhaustive`: ``` pipeline Pipeline { Extractor...

bug

## Steps to reproduce run this model: ``` pipeline pip { XTractor -> TextFile -> CSV -> Table -> ToDecimals -> Loader; block XTractor oftype LocalFileExtractor { filePath: "data.csv"; }...

bug

Problem: rua ignores the edits made to dependencies in the PKGBUILD Solution: regenerate the .SRCINFO after each review. Parse .SRCINFO and add the new dependencies. Caveat: Keeps dependencies removed by...

The hub now uses it's own component (https://github.com/jvalue/hub/pull/786) for the monaco-editor. However, this component requires the Jayvee grammar and configuration. We can repurpose this library to export this information. Closes...

## User Story 1. As a {JValue Hub developer} 2. I want {replace the monaco editor component with languim generated files} 3. So that {the JValue Hub can import those...

enhancement

Depends on #656. This PR upgrades eslint from version 8 to version 9. This includes migrating to the [new "flat config" format](https://eslint.org/docs/latest/use/configure/migration-guide).

## Steps to reproduce 1. Remove the type guard in `InternalRepresentationParserVisitor.trim()` 2. run `npx nx run interpreter:test` ## Description - Expected: All tests succeed - Actual: ``` ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯________________⎯⎯⎯⎯ Failed Tests...

bug

## Steps to reproduce 1. Run jayvee with the `peek` debug granularity 2. Use `TextFileInterpreter` to parse a file with newlines not matched by the regex `/\r?\n/` ## Description -...

bug