Jinjun Liang
Jinjun Liang
The 3rd edition with the author's update on Oct 14 2015 is now available on his website.
Here Table.df is initialized as an empty DataFrame instead of None. This is for language servers to understand what members it might contain. For example, in the following line of...
This is to implement the new feature suggested in Issue https://github.com/aaronpowell/FSharp.CosmosDb/issues/73 - connection via default identity instead of keys. ### ~Disclaimer~ ~The addition has not been tested as I am...
Do you only support Connection-String connections? Please add support for [identity-based connection](https://learn.microsoft.com/en-us/azure/cosmos-db/managed-identity-based-authentication). In the upstream, this is done using the [`DefaultAzureCredential`](https://learn.microsoft.com/en-us/dotnet/api/azure.identity.defaultazurecredential) class provided by the [`Azure.Identity`](https://learn.microsoft.com/en-us/dotnet/api/azure.identity) client library. This would...
This is to fix issue https://github.com/Azure/azure-functions-templates/issues/1514
In the F# [project template](https://github.com/Azure/azure-functions-templates/blob/39602d6a80a3b84924992cbb8baa6a2db590f54a/Functions.Templates/ProjectTemplate_v4.x/FSharp-Isolated/Program.fs), there is a [C# lambda function](https://github.com/Azure/azure-functions-templates/blob/39602d6a80a3b84924992cbb8baa6a2db590f54a/Functions.Templates/ProjectTemplate_v4.x/FSharp-Isolated/Program.fs#L10) in this F# code, making it fail to compile. ```fsharp let host = HostBuilder() .ConfigureFunctionsWorkerDefaults() .ConfigureServices(services => { services.AddApplicationInsightsTelemetryWorkerService();...
Can you upgrade the Bulma version? I don't know how to run the `generate.js` script. I suppose that will upgrade Bulma version automatically, right?
JPL Parameters : Ephemeris Type [change] : | OBSERVER -- | -- Target Body [change] : | Moon [Luna] [301] Observer Location [change] : | Geocentric [500] Time Span [change]...
I've been following the official guide on my [nixos-wsl](https://github.com/nix-community/NixOS-WSL). I always failed after `devenv up`. Here is what I got from the text UI: ``` Running tasks devenv:processes:ihp Running devenv:processes:ihp...