git-memento: attaching AI session transcripts to Git commits (without changing commit hashes)
We’re starting to merge AI-generated code into production.
Welcome to MySpace!
We’re starting to merge AI-generated code into production.
In the previous post I explained how we can design an SDK, that with the help of code generators and analyzer, could behave like a DSL (Domain Specific Language). In this article I am going to focus on given the needed background to understand what it means to create a binding generator from Objc to C#
I left Microsoft three months ago. During that time, I realized that very few people—both inside and outside the company—understood what the long-term goals of the Microsoft.iOS and Microsoft.MacOS projects actually were.
Lately we have been enabling, step by step, nullability on xamarin-macios. The idea being that the nullability annotations on our API will help Xamarin iOS and macOS users reduce their runtime issues due to a unexpected NRE (NullReferenceException). But xamarin-macios is special, most of the API is generated from interfaces, which makes the process more complicated.
I am not the most avid blogger, and I do not plan to be one. However I have decided to write some blogs/notes about programming problems I have solved to which there is not much, if any, documentation online. This post is going to focus on a small problem I found recently when trying to use octokit.net to find a collection of pull requests and their reviews.