Taras Novak

Results 272 comments of Taras Novak

looks like output data array is truncated: ![std-out-bytes-read](https://user-images.githubusercontent.com/656833/125196395-69b0f380-e21f-11eb-978a-5f4a7ca3ff1e.png)

tried it again in the latest v1.59.0 insiders version. same results. bytes data array is chopped off: ![image](https://user-images.githubusercontent.com/656833/127009877-e0f6428d-53eb-447d-a14e-5d509dea2d54.png) vscode v. info: Version: 1.59.0-insider (user setup) Commit: 04485223ebc6a075f39966bf9b3e261359ac7818 Date: 2021-07-23T19:21:12.120Z Electron:...

It's definitely a usage scenario we did not consider when adding Copy Sql to Clipboard feature for an open SQL Preview, and would be a good new enhancement to add...

@richb-hanover on a related note, you'll probably like this feature in the new Data Notebook extension with PRQL support we are working on. It will let you view and copy...

@richb-hanover That Data Notebook extension will be released later this year to our Pro sponsors on github, with all the docs and examples from our daily shares on twitter in...

PRQL vscode extension only uses prql compile, always has been. From https://github.com/PRQL/prql-vscode/blob/main/src/compiler.ts#L27 ```typescript try { // run prql compile return prql.compile(prqlString, compileOptions) as string; } catch (error) { if ((error...

also, please review the suggested UI design to support multiple pipeline definitions in a single `.prql` file I shared in discord for the modular PRQL support and Previews initially: https://discord.com/channels/936728116712316989/1028380004226171032/1078302829380386899...

@aljazerzen: 1. This is new functionality request. Let's change this ticket title to reflect that and describe requested functionality better. 2. All DSL compilers parse some definitions code, display definition...

> @max-sixty @aljazerzen @RandomFractals As we discuss the "no pipeline" state, it might be useful to have an output state from the compiler that let me type the following without...

Example of info message display in Problems panel in vscode below. If/when PRQL compiler generates info messages for valid prql documents without sql output, we should be showing them there:...