Results 204 comments of Reece H. Dunn

There are cases where using properties from other schema.org classes doesn't work. For example when describing genres and fiction codes -- you may have things like "Set in America" and...

In my plugin I'm extracting the IntelliJ version number from the platform version string and then doing: ``` val ijVersion = BuildConfiguration.IntelliJ dependencies { intellijPlatform { if (ijVersion.buildVersion >= 253)...

I would like to implement this but don't have the time. If you implement this I'm happy to merge the code. My general ideas for this is/was to create a...

My use case is that I have no intention of running any of the OpenAI models as I only use local models and don't want to clutter the model list...