Ross Anderson

Results 22 issues of Ross Anderson

https://code.visualstudio.com/api/working-with-extensions/bundling-extension ![image](https://user-images.githubusercontent.com/1522678/61921482-249c3580-af12-11e9-8ad1-f0f4dea6b519.png)

help wanted

gh-action-bump-version was missing "skip-push" capability, so I added it downstream here to use. I then contributed it back upstream in https://github.com/phips28/gh-action-bump-version/pull/143. This issue tracks removing the downstream use in `.github\actions\gh-action-bump-version-master`...

jq-action was missing multiline support, so I added it downstream here to use. I then contributed it back upstream in https://github.com/sergeysova/jq-action/pull/3. This issue tracks removing the downstream use in .github\actions\jq-action-master...

e.g. ``` .alter table FooBar policy retention "{\"SoftDeletePeriod\":\"180.00:00:00\",\"Recoverability\":\"disabled\"}" ```

feature

Things like ``` .alter table .create-merge table .set-or-replace async .ingest into table .drop table ... ifexists ``` etc

feature
good first issue
help wanted

The first snippet should be ``` .create-or-alter function with (folder="", docstring="", skipvalidation="false") FunctionName(param1: int, param2: string) { // query } ```

feature
help wanted

Requires #3 probably, since we'd need to make a kusto call per-table to get each table's schema, and doing a login for every table is a no-go.

feature

The KustoCodeService chunks up a document in sometimes strange ways, which leads to odd document formatting. See JANK_CLEANUP.md for a couple examples of this. The idea here would be to...

feature

Right now, there's a device code auth flow for every single `kusto.execute()` call. It would open up some use cases if we could make many kusto calls without each of...

help wanted

That matches all the colors in the KE dark theme

feature
good first issue
help wanted