Christoph Thiede

Results 216 issues of Christoph Thiede

Inspecting the results of an `array_agg` query, the displayed rows are very wide and do not wrap automatically. Would it be possible to join the array items by `, `...

It would be nice if I could resize column widths by dragging.

I have a database with many long texts. However, the extension always truncates them so I can only read the first line. An option would be great to disable truncation....

ATM, there are both https://www.npmjs.com/package/how2 and https://www.npmjs.com/package/how-2. I guess we are expected to install the later, so could you maybe deprecate the former?

I am filtering out large acceptance tests via the filter textbox. I would like to press a button that only runs the tests that are currently in view.

upstream

We are scraping tweets by a certain query on a regular basis and storing the results into a database. Recently we found a rather small number of tweets not matching...

Occurring sporadically. This does not break the execution of twitterscraper, but appears as an error in our log. ``` ERROR: Failed to parse JSON "Expecting value: line 1 column 1...

At the moment, in [github.dev](https://github.dev/sourcegraph/sourcegraph-vscode) you cannot enjoy this awesome extension: ![image](https://user-images.githubusercontent.com/38782922/132966180-3e0ff9b1-36ef-4ba3-bc71-bb8f5c68c182.png) This could be fixed by making this extension compatible with the web extension interface: https://code.visualstudio.com/api/extension-guides/web-extensions (It's not overly...

https://sourcegraph.com/search?q=context:global+repo:%5Egithub%5C.com/sourcegraph/sourcegraph-vscode%24+extension.+file:package.json&patternType=literal According to the [docs](https://code.visualstudio.com/api/extension-guides/command#creating-new-commands), an extension-specific prefix should be used for all command names. Otherwise, name clashes with other extensions would be possible. Thus, if I am not wrong,...

There is a large number of dotenv files out there that do not actually use a dot in their name. Here is a small comparative study: | glob pattern |...