Craig Alvord

Results 117 issues of Craig Alvord

Consider the following code: ```typescript import * as ko from "knockout"; let obj: ko.Subscribable = ko.observable(5); let result = obj(); ``` Here, I expect TypeScript to deduce the type for...

Using 3.8.0, I'm trying to leverage MonoGame.Extended for Tiled maps and tilesets. I've got the MGCB editor all set up and successfully building my Tiled map and tileset. However, when...

investigate

### Which service(blob, file, queue, table) does this issue concern? Table ### Which version of the Azurite was used? 3.18.0 ### Where do you get Azurite? (npm, DockerHub, NuGet, Visual...

table-storage
featureparity
edge case

### Which service(blob, file, queue, table) does this issue concern? table ### Which version of the Azurite was used? 3.16.0 ### Where do you get Azurite? (npm, DockerHub, NuGet, Visual...

table-storage

### Which service(blob, file, queue, table) does this issue concern? table ### Which version of the Azurite was used? 3.16.0 ### Where do you get Azurite? (npm, DockerHub, NuGet, Visual...

table-storage

Node documentation states that `fs.watch()` is more efficient and should be used instead of `fs.watchFile()` and `fs.unwatch()`. Furthermore, `fs.watch()` returns an `FSWatcher` object that can be saved instead of the...

:test_tube: engineering

I often work with a small subset of subscriptions available to me through my Azure account. But when I have to reauthenticate that account, all the tenants or subscriptions I...

:gear: sign-in

TSLint has been deprecated for some time and is no longer updating. We should consider migrating to `eslint`. We can use [their documentation](https://typescript-eslint.io/). It should be noted we may not...

:grey_question: investigate
:test_tube: engineering

Initially, progress was reported based on the number of bytes read from the import file, but this was inaccurate, because the number of bytes read doesn't correlate well with the...

:gear: tables

| | | |-|-| | **Storage Explorer Version** | 1.22.0 | **Regression From** | unknown | | **Architecture** | x64 | | Storage Explorer Build Number | 20211211.10 | |...

:grey_question: external
:computer: linux