Andrew Brown
Andrew Brown
https://github.com/electron-userland/electron-build-service
It appears to suggest travis and appveyor can do the builds for us. Also I can use docker so I don't have to log into windows to constantly build. Builds...
https://docs.travis-ci.com/user/deployment/releases/
https://github.com/electron-userland/electron-builder/issues/1751
Would love such an icon
Based on the https://gist.github.com/jeremedia/7e874bc6283a10ce8b4d2746413d3ce4#file-ruby-structured-outputs-v4-rb I got this working. The API call is a bit different but my example below: ```rb require 'openai' require_relative 'structured_outputs' class WorkbankSchema < StructuredOutputs::Schema def initialize...
Right now It doesn't work still. Hmm...
Okay so this is really odd. I'm trying to write CFN for Amazon Bedrock Agent. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-apischema.html The API shows that this is the structure for SchemaAPI ```yml { "Payload" :...