Austin Wise
Austin Wise
Both Windows and macOS have the capability to run AMD64 programs on ARM64. In light of that, the installer could fallback to AMD64 binaries if no ARM64 binaries are available....
People should be able to discover Smeagol, understand it, and solve problems they encounter. * [ ] Have a getting started guide * [ ] Create a dedicated webpage that...
Currently this program is designed to be used as an executable. It could also be accessible as an API, like how gollum-lib works. * [ ] Figure out if it...
When an error happens, it should be clear what the cause was and how the user can fix the problem. This includes both command ling error messages and error messages...
Gollum supports [several markup languages](https://github.com/gollum/gollum#markups). We could support some of theme: * [x] Markdown * [ ] RDoc * [ ] AsciiDoc * [ ] Creole * [ ] MediaWiki...
The software should not waste resources wantonly. The following dimensions should be considered, very roughly in order of importance: * Installation time * Latency (time to first byte) * Startup...
### Summary In version 0.3.2 of the `Microsoft.Net.Build.Containers` nuget, if you use a long enough `ContainerImageName` property that contains an uppercase letter, the publishing process will seemingly freeze. The root...
Without this package, the C# client quick start does not compile. ## Motivation and Context Code sample does not compile. ## How Has This Been Tested? I tested by copy-pasting...
The basic idea is you can include the contents of a single file or a directories of files when prompting an LLM. Features needed before merging: * [ ] configuration...
This PR applies to the generated code for clients when using System.Text.Json serialization library. This PR uses the [`JsonContent`](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.json.jsoncontent?view=net-9.0) class to send objects as the request body. This is the...