Dan
Dan
Hello Is it possible to have a configuration that allows the executing WASI/WASM packages to store to a persistent storage provider such as IndexedDB rather than memfs? Also my other...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug There seems to be a few related issues: 1) By...
Hi, It appears that I can't read _ts, _etag etc. properties from the change feed, even though I have them set in my entity like so: ``` [JsonConverter(typeof(UnixDateTimeConverter))] [JsonProperty("_ts")] public...
Is it possible to keep N versions of both release and pre-release packages rather than any version. Scenario: I would like to delete both old release and pre-release packages. However,...
Hey, It would be great to be able to set a user-generated log level for the whole function app (E.g. `Function.User`) rather than an individual function. It's tiresome to set...
Hey, Not really a bug but can we add an empty function-releases container when a function app is created? It makes it easier for CI jobs to check for previous...